From 7feda7533796bb96e88dddba0ff7f5301b8e82b7 Mon Sep 17 00:00:00 2001 From: Joseph Herlant Date: Mon, 25 Nov 2019 16:46:01 -0800 Subject: 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 --- docs/development/programming_guidelines.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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 `_ +.. 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. -- cgit v1.2.1