Skip to content

Commit

Permalink
Remove magic numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed Dec 19, 2023
1 parent e165ac1 commit e0ca2f0
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 e0ca2f0

Please sign in to comment.