Skip to content

Commit

Permalink
#303 Update Checkstyle configuration (disable operator wrap check) an…
Browse files Browse the repository at this point in the history
…d enable strict checking in build
  • Loading branch information
dvoraka committed Jan 6, 2018
1 parent 34a8830 commit 7a17057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ allprojects {
reportsDir = file("${project.rootDir}/reports/checkstyle/${project.name}")
sourceSets = [sourceSets.main]

ignoreFailures = true
ignoreFailures = false
}

spotbugs {
Expand Down
2 changes: 1 addition & 1 deletion config/checkstyle/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<module name="MethodParamPad"/>
<module name="NoWhitespaceAfter"/>
<module name="NoWhitespaceBefore"/>
<module name="OperatorWrap"/>
<!--<module name="OperatorWrap"/>-->
<module name="ParenPad"/>
<module name="TypecastParenPad"/>
<module name="WhitespaceAfter"/>
Expand Down

0 comments on commit 7a17057

Please sign in to comment.