As suggested in #13407 (comment)
We need to rearrange properties in alphabetical order(xdoc and javadoc since they are connected) and add a test for that. This will ease reviews when applying the properties macro to checks.
https://checkstyle.org/checks/annotation/annotationusestyle.html for example, has properties that do not follow alphabetical order:
- elementStyle
- closingParens
- trailingArrayComma
Edit: This issue is only for adding the test with suppressions. I will deal with ordering the properties at #13668
Update: almost all are ordered with reference to this issue. #13668 is closed.
As suggested in #13407 (comment)
We need to rearrange properties in alphabetical order(xdoc and javadoc since they are connected) and add a test for that. This will ease reviews when applying the properties macro to checks.
https://checkstyle.org/checks/annotation/annotationusestyle.html for example, has properties that do not follow alphabetical order:
Edit: This issue is only for adding the test with suppressions. I will deal with ordering the properties at #13668
Update: almost all are ordered with reference to this issue. #13668 is closed.