Commenting out the LineLength requirement

The Boot formatter and the line length check are contradictory. Let's not check the line length.
This commit is contained in:
Marcin Grzejszczak
2019-02-25 16:11:25 +01:00
committed by GitHub
parent a992f3d706
commit 7f5ba64aa7

View File

@@ -29,9 +29,9 @@
<property name="tabWidth" value="1"/>
<!-- Spring Cloud ones -->
<module name="LineLength">
<!-- <module name="LineLength">
<property name="max" value="120"/>
</module>
</module> -->
<module name="com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck">
<property name="illegalPkgs" value="com.google.common"/>