Skip to content

Commit

Permalink
Reverting code_checks change
Browse files Browse the repository at this point in the history
  • Loading branch information
shelleyMurphy authored and gilv committed Oct 23, 2019
1 parent c3f6b61 commit 512e263
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/checkstyle/code_checks.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@

<!-- Checks for whitespace -->
<!-- See http://checkstyle.sf.net/config_whitespace.html -->
<module name="LineLength">
<property name="max" value="100"/>
<property name="ignorePattern" value="^package.*|^import.*|a href|href|http://|https://|ftp://"/>
</module>
<module name="FileTabCharacter">
<property name="eachLine" value="true"/>
</module>
Expand Down Expand Up @@ -82,6 +78,10 @@
<property name="allowByTailComment" value="true"/>
<property name="allowNonPrintableEscapes" value="true"/>
</module>
<module name="LineLength">
<property name="max" value="100"/>
<property name="ignorePattern" value="^package.*|^import.*|a href|href|http://|https://|ftp://"/>
</module>
<module name="AvoidStarImport"/>
<module name="UnusedImports">
<property name="processJavadoc" value="true"/>
Expand Down

0 comments on commit 512e263

Please sign in to comment.