You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2019/07/14 10:02:40 UTC

[storm] branch master updated: MINOR: Add info about removed JavadocMethod check to storm_checkstyle.xml comment (#3086)

This is an automated email from the ASF dual-hosted git repository.

srdo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/master by this push:
     new e1dcb03  MINOR: Add info about removed JavadocMethod check to storm_checkstyle.xml comment (#3086)
e1dcb03 is described below

commit e1dcb03e22f78ac6eb853e817b1067c09235c6f7
Author: Karl-Philipp Richter <kr...@posteo.de>
AuthorDate: Sun Jul 14 12:02:34 2019 +0200

    MINOR: Add info about removed JavadocMethod check to storm_checkstyle.xml comment (#3086)
---
 storm-checkstyle/src/main/resources/storm/storm_checkstyle.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/storm-checkstyle/src/main/resources/storm/storm_checkstyle.xml b/storm-checkstyle/src/main/resources/storm/storm_checkstyle.xml
index d1497c8..4b20a6f 100644
--- a/storm-checkstyle/src/main/resources/storm/storm_checkstyle.xml
+++ b/storm-checkstyle/src/main/resources/storm/storm_checkstyle.xml
@@ -27,6 +27,7 @@
     It has been slightly modified for use in Apache Storm, as follows:
       * 4 space indents instead of 2
       * line-length limit is 140 instead of 100
+      * removed JavadocMethod
     Once checkstyle has the ability to override selected configuration elements from within the Maven
     pom.xml file, then we can remove this file in favor of overriding the provided google_checks.xml file.
     See this issue to track that functionality: