aboutsummaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorJosh Cooper <josh@puppet.com>2018-07-09 23:57:09 -0700
committerJosh Cooper <josh@puppet.com>2018-07-10 11:03:14 -0700
commitf56a603dcdfde122f1f64eadccf0900f65dc347c (patch)
tree340639d96e02df68169db2fa47f9f327da05cb0c /.rubocop.yml
parentefced5a7a0e751a98cc5f5bdbecdfcbb18b0848d (diff)
downloadpuppet-hosts_core-f56a603dcdfde122f1f64eadccf0900f65dc347c.tar.gz
puppet-hosts_core-f56a603dcdfde122f1f64eadccf0900f65dc347c.tar.bz2
Disable Layout/IndentHeredoc check
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index affaf1d..403057e 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -67,6 +67,8 @@ Style/TrailingCommaInLiteral:
Style/SymbolArray:
Description: Using percent style obscures symbolic intent of array's contents.
EnforcedStyle: brackets
+Layout/IndentHeredoc:
+ Enabled: false
RSpec/MessageSpies:
EnforcedStyle: receive
Style/Documentation: