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
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
As of now, the only method to manage rules in sonar for the ruby plug-in is by macro managing the rules through the QualityProfile[1] system, lacking the ability to ignore specific lines using in-line comments similar to the Java plug-in.[2][3]
I believe it is a valuable feature to be able to micro-manage our rules.
As of now, the only method to manage rules in sonar for the ruby plug-in is by macro managing the rules through the QualityProfile[1] system, lacking the ability to ignore specific lines using in-line comments similar to the Java plug-in.[2][3]
I believe it is a valuable feature to be able to micro-manage our rules.
[1] https://docs.sonarqube.org/display/SONAR/Quality+Profiles
[2] https://github.com/SonarSource/sonar-java/blob/cb1baeadb6f9beaab8a04a639a33b90944f73f19/java-frontend/src/main/java/org/sonar/java/ast/visitors/CommentLinesVisitor.java#L68
[3] https://github.com/SonarSource/sonar-java/blob/cb1baeadb6f9beaab8a04a639a33b90944f73f19/java-checks/src/main/java/org/sonar/java/checks/NoSonarCheck.java#L36
The text was updated successfully, but these errors were encountered: