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 9910202 commit ebb25a1Copy full SHA for ebb25a1
config/sevntu_suppressions.xml
@@ -5,4 +5,8 @@
5
"https://checkstyle.org/dtds/suppressions_1_1.dtd">
6
7
<suppressions>
8
+ <!-- Messages.java are generated by the Eclipse localization wizard, therefore field order is generally not managed by human editors -->
9
+ <suppress checks="CustomDeclarationOrder"
10
+ files="Messages.java"
11
+ />
12
</suppressions>
0 commit comments