summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--platform/android/checkstyle.xml2
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"/>