You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2018/08/25 10:40:55 UTC

[08/14] commons-imaging git commit: IMAGING:103: ignore Checkstyle JavaDocs warnings for now

IMAGING:103: ignore Checkstyle JavaDocs warnings for now


Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/858a7061
Tree: http://git-wip-us.apache.org/repos/asf/commons-imaging/tree/858a7061
Diff: http://git-wip-us.apache.org/repos/asf/commons-imaging/diff/858a7061

Branch: refs/heads/master
Commit: 858a70610929b2abe68e9ae7df5ece163bbe797b
Parents: 170b6b9
Author: Bruno P. Kinoshita <ki...@apache.org>
Authored: Fri Aug 17 22:30:22 2018 +1200
Committer: Bruno P. Kinoshita <ki...@apache.org>
Committed: Sat Aug 25 21:51:55 2018 +1200

----------------------------------------------------------------------
 checkstyle.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/858a7061/checkstyle.xml
----------------------------------------------------------------------
diff --git a/checkstyle.xml b/checkstyle.xml
index 9ba1bcc..6982a57 100644
--- a/checkstyle.xml
+++ b/checkstyle.xml
@@ -45,10 +45,12 @@ limitations under the License.
     <module name="RedundantImport"/>
     <module name="UnusedImports"/>
     <module name="NeedBraces"/>
+    <!--
     <module name="JavadocMethod">
       <property name="allowUndeclaredRTE" value="true"/>
       <property name="scope" value="public" />
     </module>
+     -->
     <module name="ModifierOrder"/>
     <module name="RedundantModifier"/>
     <module name="UpperEll" />