aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.rubocop.yml2
-rw-r--r--.sync.yml2
2 files changed, 4 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:
diff --git a/.sync.yml b/.sync.yml
index bae3171..ee8bd16 100644
--- a/.sync.yml
+++ b/.sync.yml
@@ -2,6 +2,8 @@
default_configs:
Metrics/LineLength:
Enabled: false
+ Layout/IndentHeredoc:
+ Enabled: false
Gemfile:
required:
':system_tests':