Enable the Layout/IndentHeredoc cop

This commit is contained in:
gregoirenovel 2018-01-15 19:09:08 +01:00
parent 0be657c0d7
commit 99a49a8144
3 changed files with 23 additions and 26 deletions

View file

@ -10,8 +10,8 @@ Apipie.configure do |config|
config.namespaced_resources = true
config.show_all_examples = true
config.app_info = <<-EOS
Description
config.app_info = <<~EOS
Description
EOS
end