voxpupuli / puppet-lint-manifest_whitespace-check

A puppet-lint check to validate whitespace in manifests
MIT License
3 stars 8 forks source link

Confusing lint error #24

Open achumphries7 opened 1 year ago

achumphries7 commented 1 year ago

image

Does this error confuse anyone else? Especially when the solution is to remove the space in front of the opening brace.

image

david22swan commented 6 months ago

I'm having a similar issue with the manifest_whitespace_opening_brace_after.

Screenshot 2024-04-24 at 11 33 40 AM

The error says there should be a single space/newline after an opening brace but it actually wants you to remove the line.