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:33 UTC

[accumulo] 01/01: Remove obsoleted checkstyle config

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>