Skip to content
Snippets Groups Projects
Commit 9e769a8a authored by User expired's avatar User expired
Browse files

enabling max effort configuration for findbugs again

parent 93afe22a
No related branches found
No related tags found
No related merge requests found
......@@ -207,9 +207,9 @@ eclipse {
}
findbugs {
// effort = 'max'
// ignoreFailures = true
// reportLevel = 'low'
effort = 'max'
ignoreFailures = true
reportLevel = 'low'
toolVersion = versionFindbugs
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment