Skip to content

Commit

Permalink
Update rubocop config with some rspec cops rules without issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bertocq committed Jan 6, 2018
1 parent de2816a commit 4c7b2fc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,20 @@ Metrics/LineLength:
Layout/IndentationConsistency:
EnforcedStyle: rails

RSpec/AlignLeftLetBrace:
Enabled: false

RSpec/AlignRightLetBrace:
Enabled: false

RSpec/AnyInstance:
Enabled: false

RSpec/AroundBlock:
Enabled: true

RSpec/BeEql:
Enabled: true

RSpec/BeforeAfterAll:
Enabled: true

0 comments on commit 4c7b2fc

Please sign in to comment.