feat: new rule to check javadoc comments
This commit is contained in:
parent
4c372fbdff
commit
6d2a180fa2
1 changed files with 4 additions and 5 deletions
|
|
@ -8,7 +8,6 @@
|
|||
<property name="file" value="suppressions.xml"/>
|
||||
</module>
|
||||
<!-- CheckStyle settings -->
|
||||
|
||||
<module name="TreeWalker">
|
||||
<!-- 1. camelCase for identifiers -->
|
||||
<module name="LocalVariableName">
|
||||
|
|
@ -84,13 +83,13 @@
|
|||
where applicable. -->
|
||||
<property name="processJavadoc" value="true"/>
|
||||
</module>
|
||||
<!-- 11. Prevent invalid JavaDoc strings from passing CI -->
|
||||
<module name="JavadocStyle"/>
|
||||
</module>
|
||||
|
||||
<!-- 11. File tabs/spaces: require no raw tabs etc -->
|
||||
<!-- 12. File tabs/spaces: require no raw tabs etc -->
|
||||
<module name="FileTabCharacter">
|
||||
<property name="severity" value="warning" />
|
||||
<property name="eachLine" value="true"/>
|
||||
</module>
|
||||
|
||||
|
||||
|
||||
</module>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue