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