Skip to content

Commit

Permalink
#92: Add details about category/java/documentation.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroup committed Feb 10, 2022
1 parent c9b18ef commit bb74e31
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,11 @@ We are using the latest stable pmd-java version which is `6.42.0` as a start poi
| [UnsynchronizedStaticDateFormatter](https://pmd.github.io/latest/pmd_rules_java_multithreading.html#unsynchronizedstaticdateformatter) | pmd-java | 3.6 ||||
| [UnsynchronizedStaticFormatter](https://pmd.github.io/latest/pmd_rules_java_multithreading.html#unsynchronizedstaticformatter) | pmd-java | 3.0 ||||
| [UseConcurrentHashMap](https://pmd.github.io/latest/pmd_rules_java_multithreading.html#unsynchronizedstaticformatter) | pmd-java | 4.2.6 ||||
| [UseNotifyAllInsteadOfNotify](https://pmd.github.io/latest/pmd_rules_java_multithreading.html#usenotifyallinsteadofnotify) | pmd-java | 3.0 ||||
| [UseNotifyAllInsteadOfNotify](https://pmd.github.io/latest/pmd_rules_java_multithreading.html#usenotifyallinsteadofnotify) | pmd-java | 3.0 ||||
| [CommentContent](https://pmd.github.io/latest/pmd_rules_java_documentation.html#ntcontent) | pmd-java | 5.0 ||||
| [CommentRequired](https://pmd.github.io/latest/pmd_rules_java_documentation.html#commentrequired) | pmd-java | 5.1 | 🌵 |||
| [UncommentedEmptyConstructor](https://pmd.github.io/latest/pmd_rules_java_documentation.html#uncommentedemptyconstructor) | pmd-java | 3.4 ||||
| [UncommentedEmptyMethodBody](https://pmd.github.io/latest/pmd_rules_java_documentation.html#uncommentedemptymethodbody) | pmd-java | 3.4 ||||

### How to use?
#### Maven (pom.xml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@
</properties>
</rule>

<!-- @todo #27/DEV category/java/documentation.xml - add rules details in table defined in readme.md -->
<rule ref="category/java/documentation.xml">
<exclude name="CommentSize"/>
<exclude name="CommentRequired"/>
</rule>
<rule ref="category/java/documentation.xml/CommentRequired">
<properties>
Expand Down

0 comments on commit bb74e31

Please sign in to comment.