diff options
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 8a8251f..ac0ebd8 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -73,7 +73,7 @@ Style/SymbolArray: EnforcedStyle: brackets Style/SignalException: Enabled: false -Layout/IndentHeredoc: +Layout/HeredocIndentation: Enabled: false Metrics/BlockNesting: Enabled: false @@ -89,7 +89,7 @@ Style/NumericPredicate: Enabled: false Style/PredicateName: Enabled: false -Style/VariableName: +RSpec/VariableName: Enabled: false RSpec/MessageSpies: EnforcedStyle: receive |