summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Herlant <aerostitch@debian.org>2019-11-10 13:44:23 -0800
committerJoseph Herlant <aerostitch@debian.org>2019-11-10 13:45:46 -0800
commit299bc96b328c8600ade338652ff50d45089f3609 (patch)
tree00c521e88a1cadfb6dd74a04ddaeb15bc031d69f
parent759c86859aa7817d7a97f8ad8bd7883dd874fe10 (diff)
downloadnavit-299bc96b328c8600ade338652ff50d45089f3609.tar.gz
fix:ci:minLineCount has been removed from JavadocMethod in checkstyle 8.25
-rw-r--r--checkstyle.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/checkstyle.xml b/checkstyle.xml
index 654685f0c..8a19f6944 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -259,7 +259,6 @@
<property name="allowMissingParamTags" value="true"/>
<property name="allowMissingThrowsTags" value="true"/>
<property name="allowMissingReturnTag" value="true"/>
- <property name="minLineCount" value="2"/>
<property name="allowedAnnotations" value="Override, Test"/>
<property name="allowThrowsTagsForSubclasses" value="true"/>
</module>