Skip to content

Commit

Permalink
Switch FindBugs to use HTML reports (artem-zinnatullin#169)
Browse files Browse the repository at this point in the history
FindBugs XML reports are impossible to read
  • Loading branch information
Plastix authored and artem-zinnatullin committed Jul 4, 2016
1 parent af459fa commit f2293dd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions code_quality_tools/quality.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ task findbugs(type: FindBugs) {
reportLevel = 'low' // Report even low priority problems.

reports {
xml {
enabled = true
withMessages = true
}
html.enabled = true
xml.enabled = false
}

classes = files("${project.projectDir}/build/intermediates/classes")
Expand Down

0 comments on commit f2293dd

Please sign in to comment.