Skip to content

Commit

Permalink
Mark VersionChanged: <<next>> for Style/FloatDivision
Browse files Browse the repository at this point in the history
Follow #9381.

This commit marks `VersionChanged: <<next>>` for `Style/FloatDivision`
that changes from safe to unsafe.
  • Loading branch information
koic committed Jan 15, 2021
1 parent 66bf1e7 commit 257880c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3306,7 +3306,7 @@ Style/FloatDivision:
Reference: 'https://blog.rubystyle.guide/ruby/2019/06/21/float-division.html'
Enabled: true
VersionAdded: '0.72'
VersionChanged: '1.6'
VersionChanged: <<next>>
Safe: false
EnforcedStyle: single_coerce
SupportedStyles:
Expand Down

0 comments on commit 257880c

Please sign in to comment.