Skip to content

Commit ebe65e6

Browse files
Taz03Zabuzard
authored andcommitted
.
1 parent d317275 commit ebe65e6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,8 @@ subprojects {
6262
// sonarlint configuration, not to be confused with sonarqube/sonarcloud.
6363
sonarLint {
6464
rules {
65-
disable(
66-
'java:S1135' // Disables "Track uses of "TO-DO" tags" rule.
67-
)
65+
disable('java:S1135') // Disables "Track uses of "TO-DO" tags" rule.
66+
disable('java:S00117')
6867
}
6968
}
7069

0 commit comments

Comments
 (0)