diff options
author | H. Lehmann <ByteHamster@users.noreply.github.com> | 2019-10-23 21:21:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-23 21:21:26 +0200 |
commit | 58764f7ccbd2037eaf126f0f8b1a9916a7ae7765 (patch) | |
tree | a219459c3ffe7c329ceb63e6b60ed98d82923113 /config | |
parent | bc5f36336e39ebcb692338ee8c97569d47349411 (diff) | |
parent | 6017e28787f5ee723709088771792f6cd476d43f (diff) | |
download | AntennaPod-58764f7ccbd2037eaf126f0f8b1a9916a7ae7765.zip |
Merge pull request #3549 from ByteHamster/checkstyle-whitespace
Checkstyle: whitespace after comma and cast
Diffstat (limited to 'config')
-rw-r--r-- | config/checkstyle/checkstyle-best-practice.xml | 1 |
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"/> |