diff --git a/.rubocop.yml b/.rubocop.yml index 5f0fd20be..ac6d3ec62 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -25,6 +25,9 @@ Metrics/LineLength: Layout/IndentationConsistency: EnforcedStyle: rails +Performance/Caller: + Enabled: true + RSpec/AlignLeftLetBrace: Enabled: false