Commit 0db793a
authored
Merge pull request #496 from darkspirit510/fix-sonarqube-script
fix sonarqube script
@darkspirit510 - I noticed that both the old and new output print out MANY lines like this:
14:40:06.077 WARN Too many duplication references on file src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01318.java for block at line 74. Keep only the first 100 references.
14:40:06.077 WARN Too many duplication references on file src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01318.java for block at line 76. Keep only the first 100 references.
Is there any way to suppress/disable those?
I tested this PR and it seems to work identically to the existing one, with regard to the score. But I assume there is a reason you wanted to change/update it. So I'm going to go ahead and merge it.
if you can figure out how to disable all this WARNings, that would be helpful.
Thx1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
71 | | - | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| |||
0 commit comments