aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorRoman Ivanov <ivanov-jr@mail.ru>2017-07-27 07:01:59 -0700
committerRoman Ivanov <ivanov-jr@mail.ru>2017-07-27 07:01:59 -0700
commit86781d615ab5ddc5ff99eb57e0cda24a690437f6 (patch)
tree3b75d04fd478de2e73952ebf5c45681d1fa310c4 /config
parent70bc62d7c87ee5773b2edc92f91224ab32100260 (diff)
downloadcheckstyle-86781d615ab5ddc5ff99eb57e0cda24a690437f6.tar.gz
config: update ReturnCount.max to 1
Diffstat (limited to 'config')
-rw-r--r--config/checkstyle_checks.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/checkstyle_checks.xml b/config/checkstyle_checks.xml
index 2b88ede5e..d7300c48b 100644
--- a/config/checkstyle_checks.xml
+++ b/config/checkstyle_checks.xml
@@ -270,6 +270,7 @@
<module name="ParameterAssignment"/>
<module name="RequireThis"/>
<module name="ReturnCount">
+ <property name="max" value="1"/>
<property name="maxForVoid" value="0"/>
</module>
<module name="ReturnCount">