We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff2f8f commit 6055cedCopy full SHA for 6055ced
build.gradle
@@ -63,7 +63,7 @@ subprojects {
63
sonarLint {
64
rules {
65
disable('java:S1135') // Disables "Track uses of "TO-DO" tags" rule.
66
- disable('java:S00117')
+ disable('java:S1190')
67
}
68
69
0 commit comments