summaryrefslogtreecommitdiff
path: root/config/checkstyle
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2019-10-22 16:53:35 +0200
committerByteHamster <info@bytehamster.com>2019-10-22 16:53:35 +0200
commitcc52fa04fa871da2b9b2c3dc7e239bca51224272 (patch)
treeafdb9411ea725412af0e995f2ed13e43b81e0fa1 /config/checkstyle
parent6a4754922a444f2dd8aa348dc374e1ee0c2d3d5b (diff)
downloadAntennaPod-cc52fa04fa871da2b9b2c3dc7e239bca51224272.zip
Enforce MultipleVariableDeclarations checkstyle
Diffstat (limited to 'config/checkstyle')
-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 bcddda794..22952dcc4 100644
--- a/config/checkstyle/checkstyle.xml
+++ b/config/checkstyle/checkstyle.xml
@@ -32,6 +32,7 @@
value="LITERAL_TRY, LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE, LITERAL_SWITCH"/>
</module>
<module name="OneStatementPerLine"/>
+ <module name="MultipleVariableDeclarations"/>
<module name="FallThrough"/>
<module name="UpperEll"/>
<module name="ModifierOrder"/>