diff options
author | Evgeny Mandrikov <mandrikov@gmail.com> | 2012-06-29 17:20:29 +0600 |
---|---|---|
committer | Evgeny Mandrikov <mandrikov@gmail.com> | 2012-06-29 17:20:29 +0600 |
commit | e616ba842648263704a4e3cbc46a1b0cadf41b21 (patch) | |
tree | 87d59306942b27eddc18fc0a2c0b52426eb16010 /plugins/sonar-l10n-en-plugin | |
parent | 94b831e62c22a1465adbde298bdc2d1d804a73fc (diff) | |
download | sonarqube-e616ba842648263704a4e3cbc46a1b0cadf41b21.tar.gz sonarqube-e616ba842648263704a4e3cbc46a1b0cadf41b21.zip |
SONAR-3485 Add parameter 'allowUnknownTags' to Checkstyle JavadocType check
Diffstat (limited to 'plugins/sonar-l10n-en-plugin')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/checkstyle.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/checkstyle.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/checkstyle.properties index aa9629e26af..07491e32255 100644 --- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/checkstyle.properties +++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/checkstyle.properties @@ -184,6 +184,7 @@ rule.checkstyle.com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck. rule.checkstyle.com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck.param.tokens=definitions to check rule.checkstyle.com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck.param.scope=visibility scope where Javadoc comments are checked rule.checkstyle.com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck.param.allowMissingParamTags=whether to ignore errors when a class has type parameters but does not have matching param tags in the javadoc. Default is false. +rule.checkstyle.com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck.param.allowUnknownTags=whether to ignore errors when a Javadoc tag is not recognised. Default is false. rule.checkstyle.com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocTypeCheck.param.versionFormat=pattern for @version tag rule.checkstyle.com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck.name=Final Parameters rule.checkstyle.com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck.param.tokens=blocks to check |