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:
committed by
GitHub
parent
a992f3d706
commit
7f5ba64aa7
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user