aboutsummaryrefslogtreecommitdiff
path: root/checkstyle.xml
diff options
context:
space:
mode:
authornamo <namo@gurtam.com>2017-10-19 17:59:25 +0300
committernamo <namo@gurtam.com>2017-10-19 17:59:25 +0300
commitda4fce0da7be92b381c6cdc1069486bc83a2974d (patch)
treed68e1703030582be68c956ef6bb455229e44581b /checkstyle.xml
parent5193bd866734b6fea1bf96b5d975c52f09cbec2e (diff)
downloadtraccar-server-da4fce0da7be92b381c6cdc1069486bc83a2974d.tar.gz
traccar-server-da4fce0da7be92b381c6cdc1069486bc83a2974d.tar.bz2
traccar-server-da4fce0da7be92b381c6cdc1069486bc83a2974d.zip
Revert "initial flespi integtation: pulling messages from flespi channels and updating devices' position"
This reverts commit 5193bd866734b6fea1bf96b5d975c52f09cbec2e.
Diffstat (limited to 'checkstyle.xml')
-rw-r--r--checkstyle.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/checkstyle.xml b/checkstyle.xml
index dc038f551..9d0314b06 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -67,9 +67,7 @@
<module name="LineLength">
<property name="max" value="120"/>
</module>
- <module name="MethodLength">
- <property name="max" value="160"/>
- </module>
+ <module name="MethodLength"/>
<module name="ParameterNumber"/>
<!-- Checks for whitespace -->