diff options
author | Ivo van Dongen <info@ivovandongen.nl> | 2017-02-27 21:40:26 -0800 |
---|---|---|
committer | Ivo van Dongen <ivovandongen@users.noreply.github.com> | 2017-02-28 09:33:04 -0800 |
commit | 05ec852885608070d7a5df50c7a098441e643bce (patch) | |
tree | 72312ebc6b0db4633abf55e368faf72cfe86c42a | |
parent | 99786e1e3ff1cb79f6befe93e02c968e5e6b6781 (diff) | |
download | qtlocation-mapboxgl-05ec852885608070d7a5df50c7a098441e643bce.tar.gz |
[android] raise checkstyle file length limit
-rw-r--r-- | platform/android/checkstyle.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/checkstyle.xml b/platform/android/checkstyle.xml index 3449036e99..f61e1f18e7 100644 --- a/platform/android/checkstyle.xml +++ b/platform/android/checkstyle.xml @@ -20,7 +20,7 @@ <property name="lineSeparator" value="lf" /> </module> --> <module name="FileLength"> - <property name="max" value="2042"/> + <property name="max" value="3000"/> </module> <module name="FileTabCharacter"/> |