Skip to content

Commit c8baa67

Browse files
SonarQubeReader: ignore some refactoring rules (#157)
1 parent a76ceca commit c8baa67

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

plugin/src/main/java/org/owasp/benchmarkutils/score/parsers/SonarQubeReader.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,9 +522,11 @@ public static int cweLookup(String squidNumber) {
522522
return CweNumber.COOKIE_WITHOUT_HTTPONLY;
523523

524524
case "S1153":
525-
case "S6851":
526-
case "S6853":
527525
case "S2119":
526+
case "S2129":
527+
case "S6541":
528+
case "S6853":
529+
case "S6851":
528530
case "CallToDeprecatedMethod":
529531
case "ClassVariableVisibilityCheck":
530532
case "DuplicatedBlocks":

0 commit comments

Comments
 (0)