summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.rubocop.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index ccbd4dd..45d8bec 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -70,3 +70,12 @@ Style/MethodMissing:
# SupportedStyles: percent, brackets
Style/SymbolArray:
EnforcedStyle: brackets
+
+# Cop supports --auto-correct.
+# Configuration parameters: EnforcedStyle, SupportedStyles.
+# SupportedStyles: auto_detection, squiggly, active_support, powerpack, unindent
+Layout/IndentHeredoc:
+ Exclude:
+ - 'examples/page_and_wrap.rb'
+ - 'highline.gemspec'
+ - 'test/acceptance/acceptance.rb'