Skip to content

Commit

Permalink
chore: Change to not enforce the final variable in test code (checkst…
Browse files Browse the repository at this point in the history
…yle)
  • Loading branch information
PENEKhun committed Jan 29, 2024
1 parent 9279d74 commit 375bc94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/checkstyle/checkstyle-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@
<suppress id="PreferReentrantShortLock" files="[\\/](examples|it|jmh|test)[\\/]" />
<!-- Suppress checks related with integration tests. -->
<suppress files="[\\/]resources\/before[\\/]" checks="[a-zA-Z0-9]*"/>
<!-- Suppress final Keyword related checks in non-main code. -->
<suppress id="FinalLocalVariable" files="[\\/](examples|test)[\\/]" />
</suppressions>

0 comments on commit 375bc94

Please sign in to comment.