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 6055ced commit ab6e0dbCopy full SHA for ab6e0db
build.gradle
@@ -64,6 +64,7 @@ subprojects {
64
rules {
65
disable('java:S1135') // Disables "Track uses of "TO-DO" tags" rule.
66
disable('java:S1190')
67
+ disable('java:S117')
68
}
69
70
0 commit comments