summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJoseph Herlant <aerostitch@users.noreply.github.com>2019-11-25 16:46:01 -0800
committerGitHub <noreply@github.com>2019-11-25 16:46:01 -0800
commit7feda7533796bb96e88dddba0ff7f5301b8e82b7 (patch)
treeaa04647469e614fb4fead9006bfd0e8bfde8241b /docs
parentf742fffc90e98c25be2cea100ab89f6f157eee9d (diff)
downloadnavit-7feda7533796bb96e88dddba0ff7f5301b8e82b7.tar.gz
fix:ci:Fix checkstyle changes since 8.24 (#946)
* fix:ci:TreeWalker is not allowed as a parent of LineLength since 8.24 * fix:ci:minLineCount has been removed from JavadocMethod in checkstyle 8.25 * Upgrade checkstyle to 8.26 * update:doc:Specify a minimum version needed for checkstyle outside of gradle
Diffstat (limited to 'docs')
-rw-r--r--docs/development/programming_guidelines.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/development/programming_guidelines.rst b/docs/development/programming_guidelines.rst
index c04f8daab..66dc257a4 100644
--- a/docs/development/programming_guidelines.rst
+++ b/docs/development/programming_guidelines.rst
@@ -206,4 +206,8 @@ For the Java code we follow the Google coding conventions from Google Java Style
This style is enforced by using Checkstyle. Its definition file can be found at the root of the repository:
`checkstyle.xml <https://github.com/navit-gps/navit/blob/trunk/checkstyle.xml>`_
+.. note::
+
+ Checkstyle 8.25 minimum is required if you want to run checkstyle without using gradle.
+
Please add yourself to the list of authors, if you make a significant change.