HHH-9733 - Add checks for no-arg uses of String#toUpperCase and String#toLowerCase
This commit is contained in:
parent
f77b861137
commit
9abb981ac2
|
@ -274,6 +274,7 @@ subprojects { subProject ->
|
|||
findbugs {
|
||||
sourceSets = [ subProject.sourceSets.main, subProject.sourceSets.test ]
|
||||
ignoreFailures = true
|
||||
toolVersion = '3.0.1'
|
||||
}
|
||||
// exclude generated sources
|
||||
// unfortunately this nice easy approach does not seem to work : http://forums.gradle.org/gradle/topics/specify_excludes_to_checkstyle_task
|
||||
|
|
Loading…
Reference in New Issue