1
0

Migrate from maven-checkstyle-plugin from 2.7 to 3.1.1.

This commit is contained in:
Gary Gregory
2020-12-15 11:19:18 -05:00
parent a08b52afec
commit e96db5cd09
3 changed files with 8 additions and 5 deletions

View File

@@ -56,14 +56,14 @@ limitations under the License.
<property name="severity" value="warning" />
</module>
<module name="LineLength">
<property name="max" value="120"/>
</module>
<module name="TreeWalker">
<property name="cacheFile" value="target/cachefile" />
<module name="OperatorWrap">
<property name="option" value="eol" />
</module>
<module name="LineLength">
<property name="max" value="120"/>
</module>
</module>
</module>