aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorrnveach <rveach02@gmail.com>2017-08-03 15:03:58 -0400
committerRoman Ivanov <romani@users.noreply.github.com>2017-08-04 22:04:34 +0300
commitfd7fb45d409a2de0dead15f907e69b330dbaa5dc (patch)
tree42bfaa349e43adcfd150986054911235406c1606 /config
parent9db63c371670e15a9c1c81775420f0256ea7ec23 (diff)
downloadcheckstyle-fd7fb45d409a2de0dead15f907e69b330dbaa5dc.tar.gz
Issue #3671: removed maxLineLength in LeftCurlyCheck
Diffstat (limited to 'config')
-rw-r--r--config/checkstyle_checks.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/config/checkstyle_checks.xml b/config/checkstyle_checks.xml
index be1a6f8e6..59c91be58 100644
--- a/config/checkstyle_checks.xml
+++ b/config/checkstyle_checks.xml
@@ -166,9 +166,7 @@
<property name="option" value="text"/>
</module>
<module name="EmptyCatchBlock"/>
- <module name="LeftCurly">
- <property name="maxLineLength" value="100"/>
- </module>
+ <module name="LeftCurly"/>
<module name="NeedBraces"/>
<module name="NeedBraces">
<property name="tokens" value="LAMBDA"/>