mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
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 {
|
findbugs {
|
||||||
sourceSets = [ subProject.sourceSets.main, subProject.sourceSets.test ]
|
sourceSets = [ subProject.sourceSets.main, subProject.sourceSets.test ]
|
||||||
ignoreFailures = true
|
ignoreFailures = true
|
||||||
|
toolVersion = '3.0.1'
|
||||||
}
|
}
|
||||||
// exclude generated sources
|
// exclude generated sources
|
||||||
// unfortunately this nice easy approach does not seem to work : http://forums.gradle.org/gradle/topics/specify_excludes_to_checkstyle_task
|
// unfortunately this nice easy approach does not seem to work : http://forums.gradle.org/gradle/topics/specify_excludes_to_checkstyle_task
|
||||||
|
Loading…
x
Reference in New Issue
Block a user