Update rubocop config with some rspec cops rules without issues
This commit is contained in:
15
.rubocop.yml
15
.rubocop.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user