Upgrade to AssertJ-2.5.2 and Checkstyle-7.1
According changes in the `RequireThis`, the `this.` modifier is required now only in case of overlapping: https://github.com/checkstyle/checkstyle/issues/3418 * Add `validateOnlyOverlapping = false` to reinstate the previous behavior, but we should think one more time if we really should be so strict with this rule
This commit is contained in:
@@ -68,6 +68,7 @@
|
||||
<module name="MultipleVariableDeclarations" />
|
||||
<module name="RequireThis">
|
||||
<property name="checkMethods" value="false" />
|
||||
<property name="validateOnlyOverlapping" value="false" />
|
||||
</module>
|
||||
<module name="OneStatementPerLine" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user