You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ puppet-lint --fix fixed.pp
FIXED: indentation of => is not properly aligned (expected in column 13, but found it in column 12) on line 6
FIXED: ensure found on line but it's not the first attribute on line 6
Notice, how the "fix" completely broke the HEREDOC structure. However, I am not completely sure if heredoc is considered to be supported by puppet-lint.
Input:
Command:
Output:
Notice, how the "fix" completely broke the HEREDOC structure. However, I am not completely sure if heredoc is considered to be supported by puppet-lint.
Expected Output:
The text was updated successfully, but these errors were encountered: