.rubocop.yml in puppet-resource_api-1.3.0 vs .rubocop.yml in puppet-resource_api-1.4.0

- old
+ new

@@ -152,5 +152,9 @@ AllowedNames: - io - id - is ForbiddenNames: [] + +# This cop breaks syntax highlighting in VSCode +Layout/ClosingHeredocIndentation: + Enabled: false \ No newline at end of file