aboutsummaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index affaf1d..403057e 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -67,6 +67,8 @@ Style/TrailingCommaInLiteral:
Style/SymbolArray:
Description: Using percent style obscures symbolic intent of array's contents.
EnforcedStyle: brackets
+Layout/IndentHeredoc:
+ Enabled: false
RSpec/MessageSpies:
EnforcedStyle: receive
Style/Documentation: