summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjandegr <jandegr@users.noreply.github.com>2018-05-15 11:08:41 +0200
committerGitHub <noreply@github.com>2018-05-15 11:08:41 +0200
commit61fc971909c28bc39b5bae78831779ae1649651b (patch)
tree159600f92754a19568407169df6918b2a66801e1
parent73c33d5f37ec0c5c3ec9163427acd27495305bc0 (diff)
downloadnavit-61fc971909c28bc39b5bae78831779ae1649651b.tar.gz
set max linelength to 120
-rw-r--r--navit/android/navit_google_checks.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/android/navit_google_checks.xml b/navit/android/navit_google_checks.xml
index afd65be56..ee8a57100 100644
--- a/navit/android/navit_google_checks.xml
+++ b/navit/android/navit_google_checks.xml
@@ -42,7 +42,7 @@
<property name="allowNonPrintableEscapes" value="true"/>
</module>
<module name="LineLength">
- <property name="max" value="100"/>
+ <property name="max" value="120"/>
<property name="ignorePattern" value="^package.*|^import.*|a href|href|http://|https://|ftp://"/>
</module>
<module name="AvoidStarImport"/>