Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

Commit

Permalink
Update checkstyle.xml
Browse files Browse the repository at this point in the history
Add -0.0F to the ignore magic numbers list.
  • Loading branch information
Roman Savin committed Aug 28, 2015
1 parent e777d40 commit 6339923
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
</module>
<module name="MagicNumber">
<property name="severity" value="info" />
<property name="ignoreNumbers" value="-1, 0, 1, 2, 10, 31, 60, 100, 256, 1000" />
<property name="ignoreNumbers" value="-1, -0.0F, 0, 1, 2, 10, 31, 60, 100, 256, 1000" />
</module>
<module name="MissingSwitchDefault">
<property name="severity" value="ignore" />
Expand Down

0 comments on commit 6339923

Please sign in to comment.