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
In the above example, puppet-lint produces the following warnings:
WARNING: indentation of => is not properly aligned (expected in column 11, but found it in column 13) on line 8
WARNING: indentation of => is not properly aligned (expected in column 11, but found it in column 13) on line 9
It seems that
puppet-lint
gets confused when a hash parameter contains both a hash and a list of hashes.In the above example,
puppet-lint
produces the following warnings:This might be related to #555
The text was updated successfully, but these errors were encountered: