]> git.openstreetmap.org Git - chef.git/commit
Avoid warning running cookstyle due to Layout/HeredocIndentation
authorTim Smith <tsmith84@gmail.com>
Thu, 16 Jul 2020 05:44:17 +0000 (22:44 -0700)
committerTim Smith <tsmith84@gmail.com>
Thu, 16 Jul 2020 05:44:17 +0000 (22:44 -0700)
commitc2e918f7489d4d5e21ef8a30cf7b4a44a3121170
treea5458d91a50573ff5ed19309cf6bdbf4cdea9a04
parent3543ee18604acca81122b73d6d4e22c034ec0b20
Avoid warning running cookstyle due to Layout/HeredocIndentation

When Ruby 2.3 support was dropped in RuboCop they changed the Layout/HeredocIndentation to only support squiggly so setting this just causes it to warn. Just enable it instead.

See https://github.com/rubocop-hq/rubocop/pull/8056

Signed-off-by: Tim Smith <tsmith@chef.io>
.rubocop.yml