-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checkstyle report is generating for sun_checks instead of google_checks #70
Comments
Hi @ABHAY0O7, thanks for reporting this issue. Checkstyle is part of the DepClean CI pipeline. If you look at the If you run To fix the issue and get the correct report when running I've just created a PR to solve the issue, see #71. |
Thanks, @cesarsotovalero, |
The problem about the checkstyle that I mention in this issue #42 still exists.
See report generated:
![image](https://user-images.githubusercontent.com/75938293/113521521-92d63e00-95b7-11eb-885c-a12fbf74c3e7.png)
In code too:
![Screenshot 2021-04-05 024904](https://user-images.githubusercontent.com/75938293/113521843-b00c0c00-95b9-11eb-87a8-060af0bb3adf.png)
But this time I also got the cause for it.
In the project's pom file it is clearly mentioned that Google_checks are adopted.
See this
![Screenshot 2021-04-05 024255](https://user-images.githubusercontent.com/75938293/113521686-bc439980-95b8-11eb-8d25-a5ede8087b87.png)
It is true that in the parent checkstyle module, the configuration is of google checks.
![Screenshot 2021-04-05 030632](https://user-images.githubusercontent.com/75938293/113522153-f3677a00-95bb-11eb-9d48-5afd0e4aaf52.png)
See
But the module that is configured in both depclean core and maven plugin is of sun_checks.
![image](https://user-images.githubusercontent.com/75938293/113521750-29572f00-95b9-11eb-9720-b62def11f319.png)
See this
So it can be fixed either by mentioning that sun_checks are adopted in parent pom file or replace the checkstyle with this one in both depclean core as well as in maven plugin.
I can fix this issue but please suggest to me the correct way (mentioned above) of fixing this issue.
The text was updated successfully, but these errors were encountered: