From 75e5dfc416b7a0257e7f67d627f4edb314f2f8ef Mon Sep 17 00:00:00 2001 From: "Abinoam P. Marques Jr" Date: Sun, 24 Sep 2017 23:23:14 -0300 Subject: Whitelist heredoc indenting --- .rubocop.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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' -- cgit v1.2.1