You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2020/01/24 06:39:38 UTC

[incubator-datasketches-java] branch up_checkstyle created (now 221fd64)

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

leerho pushed a change to branch up_checkstyle
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-java.git.


      at 221fd64  update checkstyle

This branch includes the following new commits:

     new 221fd64  update checkstyle

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.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[incubator-datasketches-java] 01/01: update checkstyle

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

leerho pushed a commit to branch up_checkstyle
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-java.git

commit 221fd64d96ae4948232b3b8c3005672d7f59b0b9
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Thu Jan 23 22:39:21 2020 -0800

    update checkstyle
---
 tools/SketchesCheckstyle.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/SketchesCheckstyle.xml b/tools/SketchesCheckstyle.xml
index ec73dca..a6520de 100644
--- a/tools/SketchesCheckstyle.xml
+++ b/tools/SketchesCheckstyle.xml
@@ -204,7 +204,7 @@ under the License.
     <module name="JavadocMethod">
       <property name="scope" value="public"/>
       <property name="allowMissingParamTags" value="false"/>
-      <property name="allowMissingThrowsTags" value="true"/>
+      <!-- <property name="allowMissingThrowsTags" value="true"/> now not allowed ?!? -->
       <property name="allowMissingReturnTag" value="false"/>
       <property name="allowedAnnotations" value="Override, Test"/>
       <property name="allowThrowsTagsForSubclasses" value="true"/>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org