Skip to content

Commit

Permalink
Merge pull request #5269 from jdi-testing/style_remove_magic_numbers
Browse files Browse the repository at this point in the history
Remove magic numbers
  • Loading branch information
pnatashap authored Dec 19, 2023
2 parents e165ac1 + e0ca2f0 commit 459e2cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/checkstyle/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@
<suppress checks="DeclarationOrder" files=".*.java"/>
<suppress checks="VisibilityModifier" files=".*.java"/>
<suppress checks="AvoidStarImport" files=".*.java"/>
<suppress checks="MagicNumber" files=".*.java"/>
<suppress checks="ExplicitInitialization" files=".*.java"/>
</suppressions>

0 comments on commit 459e2cd

Please sign in to comment.