summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorKyrylo Silin <silin@kyrylo.org>2018-11-03 21:58:02 +0800
committerKyrylo Silin <silin@kyrylo.org>2018-11-04 00:49:55 +0800
commit8588b36f62cc6a0abe370fbdb107ebc3d4e8d67d (patch)
tree97c084bfd62e684835a171b0309549485933fe7c /.rubocop.yml
parent165a16eae616d10f10259c791ab9047b8aedb23d (diff)
downloadpry-8588b36f62cc6a0abe370fbdb107ebc3d4e8d67d.tar.gz
rubocop: disable Layout/IndentHeredoc
This cop suggests to install a library to format heredocs. LOL
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
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