From 4be96131915313478655c7c15c859c7b887099b2 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Fri, 31 Mar 2017 23:55:49 +0200 Subject: [PATCH] Disable Style/IndentHeredoc on specs --- .rubocop.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index c796613..d60d44a 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -16,6 +16,10 @@ Style/Documentation: Style/FileName: Enabled: false +Style/IndentHeredoc: + Exclude: + - spec/**/* + AllCops: Exclude: - vendor/**/*