You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of the bug
In the pom.xml file of the maven plugin, it is mentioned that google style is adopted for the checkstyle plugin but after running mvn checkstyle:checkstyle the report generated in checkstyle.html is for sun checks.
To Reproduce
Steps to reproduce the behavior:
Go to '\depclean\depclean-maven-plugin\target\checkstyle-checker.xml'
See line no. 63
Run mvn checkstyle:checkstyle
Go to '\depclean\depclean-maven-plugin\target\site\checkstyle.html'
Open this file with your browser and read the first line.
Expected behavior
The first line you read above should contain google_checks.xml instead of sun_checks.xml and the whole report should show errors of google_checks instead of sun_checks.
Screenshots
Additional context
It might also happen that the report is correct but the comment which is showing that google_checks are adopted is wrong.
The text was updated successfully, but these errors were encountered:
Description of the bug
In the pom.xml file of the maven plugin, it is mentioned that google style is adopted for the checkstyle plugin but after running
mvn checkstyle:checkstyle
the report generated in checkstyle.html is for sun checks.To Reproduce
Steps to reproduce the behavior:
mvn checkstyle:checkstyle
Expected behavior
The first line you read above should contain google_checks.xml instead of sun_checks.xml and the whole report should show errors of google_checks instead of sun_checks.
Screenshots
![image](https://user-images.githubusercontent.com/75938293/111273693-202e0e80-865a-11eb-98bb-6aa47cbc2410.png)
Additional context
It might also happen that the report is correct but the comment which is showing that google_checks are adopted is wrong.
The text was updated successfully, but these errors were encountered: