Skip to content

Commit

Permalink
with a line limit of 800, might as well disable it?
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaap van der Plas committed Feb 22, 2021
1 parent eb60681 commit d6598c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalastyle-config.xml
@@ -1,7 +1,7 @@
<scalastyle>
<name>Scalastyle standard configuration</name>
<check level="error" class="org.scalastyle.file.FileTabChecker" enabled="true"></check>
<check level="error" class="org.scalastyle.file.FileLengthChecker" enabled="true">
<check level="error" class="org.scalastyle.file.FileLengthChecker" enabled="false">
<parameters>
<parameter name="maxFileLength"><![CDATA[800]]></parameter>
</parameters>
Expand Down

0 comments on commit d6598c8

Please sign in to comment.