diff options
author | namo <namo@gurtam.com> | 2017-10-19 17:59:25 +0300 |
---|---|---|
committer | namo <namo@gurtam.com> | 2017-10-19 17:59:25 +0300 |
commit | da4fce0da7be92b381c6cdc1069486bc83a2974d (patch) | |
tree | d68e1703030582be68c956ef6bb455229e44581b /checkstyle.xml | |
parent | 5193bd866734b6fea1bf96b5d975c52f09cbec2e (diff) | |
download | trackermap-server-da4fce0da7be92b381c6cdc1069486bc83a2974d.tar.gz trackermap-server-da4fce0da7be92b381c6cdc1069486bc83a2974d.tar.bz2 trackermap-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.xml | 4 |
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 --> |