HHH-11235 - split checkstyles into fatal and non-fatal configs
This commit is contained in:
parent
737abc503f
commit
3c23d45236
|
@ -360,7 +360,7 @@ subprojects { subProject ->
|
||||||
checkstyleMain.source = 'src/main/java'
|
checkstyleMain.source = 'src/main/java'
|
||||||
|
|
||||||
// define a second checkstyle task for checking non-fatal violations
|
// define a second checkstyle task for checking non-fatal violations
|
||||||
task nonFatalCheckStyle(type:Checkstyle, dependsOn: checkstyle) {
|
task nonFatalCheckstyle(type:Checkstyle, dependsOn: checkstyle) {
|
||||||
source subProject.sourceSets.main
|
source subProject.sourceSets.main
|
||||||
showViolations = false
|
showViolations = false
|
||||||
configFile = rootProject.file( 'shared/config/checkstyle/checkstyle-non-fatal.xml' )
|
configFile = rootProject.file( 'shared/config/checkstyle/checkstyle-non-fatal.xml' )
|
||||||
|
|
Loading…
Reference in New Issue