Update rubocop config with some rspec cops rules without issues

This commit is contained in:
Bertocq
2018-01-06 20:41:17 +01:00
parent de2816a6a5
commit 4c7b2fcaa0

View File

@@ -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