From 8588b36f62cc6a0abe370fbdb107ebc3d4e8d67d Mon Sep 17 00:00:00 2001 From: Kyrylo Silin Date: Sat, 3 Nov 2018 21:58:02 +0800 Subject: rubocop: disable Layout/IndentHeredoc This cop suggests to install a library to format heredocs. LOL --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.rubocop.yml') diff --git a/.rubocop.yml b/.rubocop.yml index 280287d1..3a0e3bea 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -2,3 +2,6 @@ inherit_from: .rubocop_todo.yml Style/NumericPredicate: Enabled: false + +Layout/IndentHeredoc: + Enabled: false -- cgit v1.2.1