Skip to content

Commit

Permalink
chore: Suppress missing copyright at properties files
Browse files Browse the repository at this point in the history
  • Loading branch information
PENEKhun committed Jan 27, 2024
1 parent 25068dc commit 1e631a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/checkstyle/checkstyle-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- Suppress checks related with main method in integration tests and examples. -->
<suppress checks="UncommentedMain|HideUtilityClassConstructor" files="[\\/](it|ghz|examples)[\\/]"/>
<!-- Suppress missing copyright at .properties file -->
<suppress checks="CopyrightHeader" files=".*\.properties$" />
<suppress id="CopyrightHeader" files=".*\.properties$" />
<!-- Suppress meterRegistry related checks in non-main code. -->
<suppress id="PreferFlagsMeterRegistry" files="[\\/](examples|it|jmh|test)[\\/]" />
<suppress id="PreferFlagsMeterRegistry" files="[\\/](DefaultFlagsProvider.java|Flags.java|FlagsProvider.java)" />
Expand Down

0 comments on commit 1e631a1

Please sign in to comment.