summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjandegr <jandegr@users.noreply.github.com>2018-05-23 19:03:15 +0200
committerGitHub <noreply@github.com>2018-05-23 19:03:15 +0200
commit356891feffa873cf9547ea187268a0d59c308989 (patch)
tree9d39586c385e133ea116567bdd55be35a3744f3c
parentb2c0e475c6e2da0fac52bc93c110f3b42d669bb5 (diff)
downloadnavit-356891feffa873cf9547ea187268a0d59c308989.tar.gz
ArrayTypeStyle as failure
-rw-r--r--navit/android/navit_checkstyle.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/navit/android/navit_checkstyle.xml b/navit/android/navit_checkstyle.xml
index fd20b5f11..c722ff3f6 100644
--- a/navit/android/navit_checkstyle.xml
+++ b/navit/android/navit_checkstyle.xml
@@ -84,7 +84,9 @@
</module>
<module name="OneStatementPerLine"/>
<module name="MultipleVariableDeclarations"/>
- <module name="ArrayTypeStyle"/>
+ <module name="ArrayTypeStyle">
+ <property name="severity" value="error"/>
+ </module>
<module name="MissingSwitchDefault"/>
<module name="FallThrough"/>
<module name="UpperEll"/>