You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2020/02/01 01:41:32 UTC

[accumulo] branch master updated (c02f701 -> e1f6cba)

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

ctubbsii pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git.


    from c02f701  Merge branch '1.9'
     add c5d80ec  Bump checkstyle from 8.21 to 8.29
     new e1f6cba  Remove obsoleted checkstyle config

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)


[accumulo] 01/01: Remove obsoleted checkstyle config

Posted by ct...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e1f6cba01b0878c50f279c3022c801465a9baec7
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Fri Jan 31 20:40:44 2020 -0500

    Remove obsoleted checkstyle config
    
    Remove checkstyle config which was removed from the latest checkstyle
---
 pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 35d7840..a6c1c4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1234,12 +1234,9 @@
                 </module>
                 <module name="NonEmptyAtclauseDescription" />
                 <module name="JavadocMethod">
-                  <property name="allowMissingJavadoc" value="true" />
                   <property name="allowMissingParamTags" value="true" />
-                  <property name="allowMissingThrowsTags" value="true" />
                   <property name="allowMissingReturnTag" value="true" />
                   <property name="allowedAnnotations" value="Override,Test,BeforeClass,AfterClass,Before,After" />
-                  <property name="allowThrowsTagsForSubclasses" value="true" />
                 </module>
                 <module name="MissingOverrideCheck" />
               </module>