summaryrefslogtreecommitdiff
path: root/config/checkstyle
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2019-10-23 20:50:45 +0200
committerByteHamster <info@bytehamster.com>2019-10-23 20:50:45 +0200
commit6017e28787f5ee723709088771792f6cd476d43f (patch)
tree3245a3b0354b1c00549d917d5331ca3957d60754 /config/checkstyle
parent2ffdc275b8dd127f15506556d1b7ba9fb9108b47 (diff)
downloadAntennaPod-6017e28787f5ee723709088771792f6cd476d43f.zip
Enforcing whitespace after comma
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 66ce0dcc4..47586a2bc 100644
--- a/config/checkstyle/checkstyle-best-practice.xml
+++ b/config/checkstyle/checkstyle-best-practice.xml
@@ -193,6 +193,7 @@
<property name="customImportOrderRules" value="STATIC###THIRD_PARTY_PACKAGE"/>
</module>
<module name="MethodParamPad"/>
+ <module name="WhitespaceAfter"/>
<module name="NoWhitespaceBefore">
<property name="tokens"
value="COMMA, SEMI, POST_INC, POST_DEC, DOT, ELLIPSIS, METHOD_REF"/>