aboutsummaryrefslogtreecommitdiff
path: root/gradle/checkstyle.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gradle/checkstyle.xml')
-rw-r--r--gradle/checkstyle.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/gradle/checkstyle.xml b/gradle/checkstyle.xml
index 6cff6ffa5..a6a6f0ff7 100644
--- a/gradle/checkstyle.xml
+++ b/gradle/checkstyle.xml
@@ -79,7 +79,9 @@
<!--<module name="MethodLength">
<property name="max" value="200"/>
</module>-->
- <module name="ParameterNumber"/>
+ <module name="ParameterNumber">
+ <property name="tokens" value="METHOD_DEF"/>
+ </module>
<!-- Checks for whitespace -->
<!-- See http://checkstyle.sf.net/config_whitespace.html -->