summaryrefslogtreecommitdiff
path: root/config/checkstyle/checkstyle.xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-02-02 17:52:21 +0100
committerByteHamster <info@bytehamster.com>2020-02-02 18:42:06 +0100
commitb656cb91a2a9b6aa6395b648195e4eb49e07f8da (patch)
tree688d2f9057e1afeba60823f1811f86f2db952276 /config/checkstyle/checkstyle.xml
parent8f08bd1f6da579658fba565a736a2823f55ca5d3 (diff)
downloadAntennaPod-b656cb91a2a9b6aa6395b648195e4eb49e07f8da.zip
Enforce MethodParamPad
Diffstat (limited to 'config/checkstyle/checkstyle.xml')
-rw-r--r--config/checkstyle/checkstyle.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml
index 930db4c6b..0772203ef 100644
--- a/config/checkstyle/checkstyle.xml
+++ b/config/checkstyle/checkstyle.xml
@@ -78,6 +78,7 @@
<message key="ws.notPreceded"
value="GenericWhitespace ''{0}'' is not preceded with whitespace."/>
</module>
+ <module name="MethodParamPad"/>
<module name="NoWhitespaceBefore">
<property name="tokens"
value="COMMA, SEMI, POST_INC, POST_DEC, DOT, ELLIPSIS, METHOD_REF"/>