Skip to content

Commit

Permalink
Sorted rubocop yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
ash committed Oct 23, 2024
1 parent 928332a commit 1bafe97
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ AllCops:
- bin/console
- environments/*.rb

RSpec/ReceiveMessages:
Enabled: false

RSpec/VerifiedDoubleReference:
EnforcedStyle: string

Style/Alias:
EnforcedStyle: prefer_alias_method

Style/HashConversion:
Exclude:
- spec/**/*

RSpec/VerifiedDoubleReference:
EnforcedStyle: string

RSpec/ReceiveMessages:
Enabled: false

0 comments on commit 1bafe97

Please sign in to comment.