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 file.pp
FIXED: // comment found on line 57 (check: slash_comments)
FIXED: unquoted resource title on line 57 (check: unquoted_resource_title)
FIXED: double quoted string containing no variables on line 62 (check: double_quoted_strings)
file { '/etc/ssh/sshrc':
mode => 'a+rx',
source => ''puppet':#/modules/profile/auth/ssh/sshrc',
}
but if you are using dubble quots there is no proble
Describe the Bug
if you for a file have a source that uses puppet and you are using single quots it will conver it to comments
Expected Behavior
it should not make any changes to it
Steps to Reproduce
but if you are using dubble quots there is no proble
Environment
The text was updated successfully, but these errors were encountered: