Roman Ivanov
Roman Ivanov
I still see usage of plugin in pom.xml - https://github.com/checkstyle/contribution/blob/master/checkstyle-tester/pom.xml#L59 I think site plugin can be removed for sure as we use HTML generation by our diff tool. @nmancus1 ,...
reminder: checkstyle do not have html reports, chekcstyle can generate xml report and diff.groovy can convert it to HTML.
Only one jdk code is required for execution. Keep latest with exclusion on files that we can not parse yet.
Only one jdk code is required for execution, jdk17 can be removed.
> When we run the program once, we clone the repositories and get the latest data. latest of current point of time only. > When we run the program future...
>Why did we switch all our projects from github to git then? The was only one reason is that GitHub protocol require token usage, that is problematic and extra complication....
> if we are we still saying that script should not do a fetch if the repo is already cloned? this concept of no-close if present created only to sped...
Ok, sure, smart script is always good.
what is we reuse `[EXCLUDE FOLDERS]` and recheck if content of this field is `file://path-to-file` and this file exists, so load content from file. file content is multiline text files...
yes, so sad https://stackoverflow.com/a/15193744 can we agree on `file://$PWD/file.txt`, so `file://$PWD` will be our marker to apply custom logic.