Skip to content

Commit

Permalink
Changed Style/FlipFlop to Lint/FlipFlop (#1497)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhsu802701 authored and andrew committed May 13, 2019
1 parent a81b433 commit ba57d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Expand Up @@ -620,7 +620,7 @@ Layout/FirstParameterIndentation:
Description: 'Checks the indentation of the first parameter in a method call.'
Enabled: false

Style/FlipFlop:
Lint/FlipFlop:
Description: 'Checks for flip flops'
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#no-flip-flops'
Enabled: false
Expand Down

0 comments on commit ba57d71

Please sign in to comment.