Remove requirement for @auther in Type Javadoc

This commit is contained in:
Paul Campbell 2018-01-06 08:17:38 +00:00
parent 0a100dce1a
commit fa9cc33a4d
2 changed files with 1 additions and 3 deletions

View file

@ -451,8 +451,6 @@ rules:
enabled: true enabled: true
source: CHECKSTYLE source: CHECKSTYLE
uri: http://checkstyle.sourceforge.net/config_javadoc.html#JavadocType uri: http://checkstyle.sourceforge.net/config_javadoc.html#JavadocType
properties:
authorFormat: ^.+ (\S+@[\S.]+)$
- -
name: JavaNCSS name: JavaNCSS
parent: TREEWALKER parent: TREEWALKER

View file

@ -1,2 +1,2 @@
Checks the format for Javadoc for classes and enums. Javadoc must be present, not have any unknown tags and not missing any `@param` tags. The `@author` tag must have a name and, in brackets, an email address. Checks the format for Javadoc for classes and enums. Javadoc must be present, not have any unknown tags and not missing any `@param` tags.