We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9f851 commit 5681b03Copy full SHA for 5681b03
sevntu-checks/src/main/java/com/github/sevntu/checkstyle/checks/coding/EnumTrailingCommaCheck.java
@@ -27,7 +27,8 @@
27
* Checks if enum constant contains an optional trailing comma.
28
*
29
* <p>Rationale: Putting this comma in makes is easier to change the order of the elements or add
30
- * new elements at the end of the list.
+ * new elements at the end of the list. This is similar to
31
+ * <a href="https://checkstyle.org/config_coding.html#ArrayTrailingComma">ArrayTrailingComma</a>.
32
33
* <p>The following is a normal enum type declaration:
34
* <pre>
0 commit comments