From 02f88d35bcb03353a315cb5b5423010cc43e64f2 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Wed, 19 Apr 2017 12:30:12 +0100 Subject: [PATCH] Disable Style/IndentHeredoc Fixing those complaints would require using an external library. --- .rubocop.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 81ed3ff9..d54a1b7b 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -14,3 +14,7 @@ Style/HashSyntax: # dealbreaker: Style/TrailingCommaInLiteral: Enabled: false + +# would require external library +Style/IndentHeredoc: + Enabled: false