From 4c7b2fcaa05c09c2c5f09936918ced890b099abb Mon Sep 17 00:00:00 2001 From: Bertocq Date: Sat, 6 Jan 2018 20:41:17 +0100 Subject: [PATCH] Update rubocop config with some rspec cops rules without issues --- .rubocop.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 61208ad4b..eb2db80ef 100644 --- a/.rubocop.yml +++ b/.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