Skip to content

Commit 3a2786f

Browse files
koicbbatsov
authored andcommitted
Update reference for Style/FloatDivision
Follow #9186 (comment). This PR updates the reference for `Style/FloatDivision`. The new link is a comprehensive reference that includes the old link address, so this PR is replacing the URL rather than adding new link.
1 parent 27af1b8 commit 3a2786f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/default.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3209,7 +3209,7 @@ Style/ExponentialNotation:
32093209
Style/FloatDivision:
32103210
Description: 'For performing float division, coerce one side only.'
32113211
StyleGuide: '#float-division'
3212-
Reference: 'https://github.com/rubocop-hq/ruby-style-guide/issues/628'
3212+
Reference: 'https://blog.rubystyle.guide/ruby/2019/06/21/float-division.html'
32133213
Enabled: true
32143214
VersionAdded: '0.72'
32153215
VersionChanged: <<next>>

0 commit comments

Comments
 (0)