[BUG] Checkstyle report is generating for sun_shecks instead of google_checks.
ABHAY0O7 opened this issue · 3 comments
ABHAY0O7 commented
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.
Additional context
It might also happen that the report is correct but the comment which is showing that google_checks are adopted is wrong.
cesarsotovalero commented
yashrajjain726 commented
I checked that part, it is fixed.
cesarsotovalero commented
Great, thanks @yashrajjain726