summaryrefslogtreecommitdiff
path: root/config/checkstyle
diff options
context:
space:
mode:
authorH. Lehmann <ByteHamster@users.noreply.github.com>2019-10-23 21:21:26 +0200
committerGitHub <noreply@github.com>2019-10-23 21:21:26 +0200
commit58764f7ccbd2037eaf126f0f8b1a9916a7ae7765 (patch)
treea219459c3ffe7c329ceb63e6b60ed98d82923113 /config/checkstyle
parentbc5f36336e39ebcb692338ee8c97569d47349411 (diff)
parent6017e28787f5ee723709088771792f6cd476d43f (diff)
downloadAntennaPod-58764f7ccbd2037eaf126f0f8b1a9916a7ae7765.zip
Merge pull request #3549 from ByteHamster/checkstyle-whitespace
Checkstyle: whitespace after comma and cast
Diffstat (limited to 'config/checkstyle')
-rw-r--r--config/checkstyle/checkstyle-best-practice.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/checkstyle/checkstyle-best-practice.xml b/config/checkstyle/checkstyle-best-practice.xml
index 617fc4c78..3abe4b5e5 100644
--- a/config/checkstyle/checkstyle-best-practice.xml
+++ b/config/checkstyle/checkstyle-best-practice.xml
@@ -188,6 +188,7 @@
<module name="OverloadMethodsDeclarationOrder"/>
<module name="VariableDeclarationUsageDistance"/>
<module name="MethodParamPad"/>
+ <module name="WhitespaceAfter"/>
<module name="NoWhitespaceBefore">
<property name="tokens"
value="COMMA, SEMI, POST_INC, POST_DEC, DOT, ELLIPSIS, METHOD_REF"/>