Skip to content

Commit

Permalink
chore: Add suppress of checkstyle in **/resource/before
Browse files Browse the repository at this point in the history
  • Loading branch information
PENEKhun committed Jan 28, 2024
1 parent ae0412d commit 864f7bb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions config/checkstyle/checkstyle-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
<suppress id="PreferFlagsMeterRegistry" files="[\\/](DefaultFlagsProvider.java|Flags.java|FlagsProvider.java)" />
<!-- Suppress PreferReentrantShortLock related checks in non-main code -->
<suppress id="PreferReentrantShortLock" files="[\\/](examples|it|jmh|test)[\\/]" />
<!-- Suppress checks related with main method in integration tests and examples. -->
<suppressions>
<suppress files="/test/resources/*" checks="[a-zA-Z0-9]*"/>
</suppressions>
<!-- Suppress checks related with integration tests. -->
<suppress files="[\\/]resources\/before[\\/]" checks="[a-zA-Z0-9]*"/>
</suppressions>

0 comments on commit 864f7bb

Please sign in to comment.