aboutsummaryrefslogtreecommitdiff
path: root/checkstyle.xml
diff options
context:
space:
mode:
authornamo <namo@gurtam.com>2017-10-13 16:03:25 +0300
committernamo <namo@gurtam.com>2017-10-13 16:06:22 +0300
commit5193bd866734b6fea1bf96b5d975c52f09cbec2e (patch)
treecfac8050c31aec4d9c289f74b66f146acacd865c /checkstyle.xml
parente876250991faccdca04a1f36ddaf847c9f392275 (diff)
downloadtraccar-server-5193bd866734b6fea1bf96b5d975c52f09cbec2e.tar.gz
traccar-server-5193bd866734b6fea1bf96b5d975c52f09cbec2e.tar.bz2
traccar-server-5193bd866734b6fea1bf96b5d975c52f09cbec2e.zip
initial flespi integtation: pulling messages from flespi channels and updating devices' position
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..dc038f551 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="160"/>
+ </module>
<module name="ParameterNumber"/>
<!-- Checks for whitespace -->