You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Special [xsl file](https://github.com/xvik/gradle-quality-plugin/blob/master/src/main/resources/ru/vyarus/quality/config/spotbugs/html-report-style.xsl)
28
-
used for manual html report generation. Spotbugs plugin can generate both xml and html reports, but
29
-
this ability is not used (for more stable and legacy-compatible behaviour).
30
-
31
26
## Output
32
27
33
28
```
@@ -58,11 +53,11 @@ Tool config options with defaults:
58
53
quality {
59
54
spotbugsVersion = '{{ gradle.spotbugs }}'
60
55
spotbugs = true // false to disable automatic plugin activation
61
-
spotbugsShowStackTraces = false // changes default for spotbugs.showStackTraces
spotbugsAnnotations = true // false to not register spotbugs-annotations
66
61
}
67
62
```
68
63
@@ -81,8 +76,8 @@ quality {
81
76
To suppress violations you can use [filter file](http://spotbugs.readthedocs.io/en/latest/filter.html).
82
77
In this case you need to override [default filter file](https://github.com/xvik/gradle-quality-plugin/blob/master/src/main/resources/ru/vyarus/quality/config/spotbugs/exclude.xml).
83
78
84
-
Or you can use annotations. SpotBugs use custom annotations and so you need to add
85
-
`com.github.spotbugs:spotbugs-annotations:3.1.2` dependency (with provided scope if possible) and use:
0 commit comments