aboutsummaryrefslogtreecommitdiff
path: root/checkstyle.xml
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2018-11-11 10:52:44 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2018-11-11 10:52:44 +1300
commitcad845deb903fa84549845246f12927b46709e16 (patch)
treeec111b69e3a8ed66e8e89a32a8f1c8db35a9f887 /checkstyle.xml
parent25b6d4fe524f41ae9a37d7b57a2c4f0e8e1dfa25 (diff)
downloadtrackermap-server-cad845deb903fa84549845246f12927b46709e16.tar.gz
trackermap-server-cad845deb903fa84549845246f12927b46709e16.tar.bz2
trackermap-server-cad845deb903fa84549845246f12927b46709e16.zip
Improve GV300 and GV65 CAN data support
Diffstat (limited to 'checkstyle.xml')
-rw-r--r--checkstyle.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/checkstyle.xml b/checkstyle.xml
index 9d0314b06..d85100471 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -67,7 +67,9 @@
<module name="LineLength">
<property name="max" value="120"/>
</module>
- <module name="MethodLength"/>
+ <module name="MethodLength">
+ <property name="max" value="200"/>
+ </module>
<module name="ParameterNumber"/>
<!-- Checks for whitespace -->