This commit is contained in:
Phillip Webb
2016-09-09 10:27:44 -07:00
parent a3c63b9c34
commit 56544c8dd5
11 changed files with 30 additions and 26 deletions

View File

@@ -264,7 +264,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>6.17</version>
<version>7.1.1</version>
</dependency>
</dependencies>
</plugin>

View File

@@ -62,6 +62,7 @@
<module name="com.puppycrawl.tools.checkstyle.checks.coding.MultipleVariableDeclarationsCheck" />
<module name="com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck">
<property name="checkMethods" value="false" />
<property name="validateOnlyOverlapping" value="false" />
</module>
<module name="com.puppycrawl.tools.checkstyle.checks.coding.OneStatementPerLineCheck" />