summaryrefslogtreecommitdiff
path: root/platform/android/checkstyle.xml
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2017-01-18 12:43:08 -0800
committerGitHub <noreply@github.com>2017-01-18 12:43:08 -0800
commitf6715694f918a884eda77151aa4fec05521b9536 (patch)
treebd930307db9fb13ad5751324ae57bf858f30aa2a /platform/android/checkstyle.xml
parentd076ba05673a6ced9d3e641e2c7a2b5f3c70a80f (diff)
downloadqtlocation-mapboxgl-f6715694f918a884eda77151aa4fec05521b9536.tar.gz
refs #6779: mobile & Mac SDK style transition options (#7711)
Diffstat (limited to 'platform/android/checkstyle.xml')
-rw-r--r--platform/android/checkstyle.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/platform/android/checkstyle.xml b/platform/android/checkstyle.xml
index 6a429858a6..3449036e99 100644
--- a/platform/android/checkstyle.xml
+++ b/platform/android/checkstyle.xml
@@ -19,7 +19,10 @@
<!-- <module name="NewlineAtEndOfFile">
<property name="lineSeparator" value="lf" />
</module> -->
- <module name="FileLength"/>
+ <module name="FileLength">
+ <property name="max" value="2042"/>
+ </module>
+
<module name="FileTabCharacter"/>
<!-- Trailing spaces -->