-
Notifications
You must be signed in to change notification settings - Fork 70
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
Resolve violations from sonarcloud.io #217
Comments
I started looking through them and found those issues to be discussed:
For the other issues, it's quite straight forward to resolve them. |
please do. the less violations the better. No need to fix the all in one PR, even 1 violation in separate PR is ok. Continuous improvements ...
I see clear meassage in javadoc that plugin need to host this functionality in their own code.
I do not see deprecation in latest code
I see suggestion on what to use instead -
https://github.com/SonarSource/sonarqube/blob/master/sonar-plugin-api/src/main/java/org/sonar/api/rules/RulePriority.java#L30
It is false positive for sure, but ... according to |
I created issues for:
Working on the others. |
@romani Is it possible to put sonar as part of CI so we can see violations are fixed and won't come back? |
Yes, they do have PR processing now, but I didn't have time to set up it. |
No spacial scripting is required now, now sonarqube is completely customizable. |
this i the only major violations that is left - https://sonarcloud.io/project/issues?id=checkstyle_sonar-checkstyle&open=AWpuVgQeyRjJygCrGbZ-&resolved=false&severities=MAJOR Al other related to deprecation resolving it is part of #58. So as this major is resolved we can close this issue. |
https://sonarcloud.io/dashboard?id=checkstyle_sonar-checkstyle
lets try to resolve all violations in our code, if reasonable.
The text was updated successfully, but these errors were encountered: