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:
|
Layout/IndentationConsistency:
|
||||||
EnforcedStyle: rails
|
EnforcedStyle: rails
|
||||||
|
|
||||||
|
RSpec/AlignLeftLetBrace:
|
||||||
|
Enabled: false
|
||||||
|
|
||||||
|
RSpec/AlignRightLetBrace:
|
||||||
|
Enabled: false
|
||||||
|
|
||||||
|
RSpec/AnyInstance:
|
||||||
|
Enabled: false
|
||||||
|
|
||||||
|
RSpec/AroundBlock:
|
||||||
|
Enabled: true
|
||||||
|
|
||||||
|
RSpec/BeEql:
|
||||||
|
Enabled: true
|
||||||
|
|
||||||
RSpec/BeforeAfterAll:
|
RSpec/BeforeAfterAll:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|||||||
Reference in New Issue
Block a user