Skip to content

Commit

Permalink
Add style guide link for Style/SlicingWithRange
Browse files Browse the repository at this point in the history
  • Loading branch information
koic committed Jan 13, 2024
1 parent 172937e commit 6d829af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5239,6 +5239,7 @@ Style/SingleLineMethods:

Style/SlicingWithRange:
Description: 'Checks array slicing is done with redundant, endless, and beginless ranges when suitable.'
StyleGuide: '#slicing-with-ranges'
Enabled: true
VersionAdded: '0.83'
Safe: false
Expand Down

0 comments on commit 6d829af

Please sign in to comment.