aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Ivanov <ivanov-jr@mail.ru>2017-08-01 16:06:37 +0300
committerRoman Ivanov <ivanov-jr@mail.ru>2017-08-01 16:06:37 +0300
commit29e131f949950d26e7880da5891d1754776fdeee (patch)
tree7d05aa8385e29bab09c08e208d0213eb0634c66f
parent674c1a6ca5ae61bde6f237667d7b17832482e693 (diff)
downloadcheckstyle-29e131f949950d26e7880da5891d1754776fdeee.tar.gz
Issue #4539: update limit at checkstyle_checks.xml to be 34
-rw-r--r--config/checkstyle_checks.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/checkstyle_checks.xml b/config/checkstyle_checks.xml
index 65f8c2a09..8c01544a1 100644
--- a/config/checkstyle_checks.xml
+++ b/config/checkstyle_checks.xml
@@ -453,7 +453,7 @@
<property name="ignorePattern" value="^ *\* *[^ ]+$"/>
</module>
<module name="MethodCount">
- <property name="maxTotal" value="35"/>
+ <property name="maxTotal" value="34"/>
</module>
<module name="MethodLength"/>
<module name="OuterTypeNumber"/>