diff options
Diffstat (limited to 'checkstyle-suppressions.xml')
-rw-r--r-- | checkstyle-suppressions.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/checkstyle-suppressions.xml b/checkstyle-suppressions.xml index c83a6fa498..b2a6be2211 100644 --- a/checkstyle-suppressions.xml +++ b/checkstyle-suppressions.xml @@ -22,6 +22,7 @@ <!DOCTYPE suppressions PUBLIC "-//Checkstyle//DTD SuppressionFilter Configuration 1.0//EN" "https://checkstyle.org/dtds/suppressions_1_0.dtd"> + <suppressions> <suppress checks=".*" files="\.java" lines="1-20"/> <suppress checks=".*" files="\.properties"/> |