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
On a related note, is there an in-file control statement that I can use to ask puppet-lint to ignore the whole file? I am going through a process to run puppet-lint on all our code but would like to ignore code from puppet forge. Right now, I need to ignore individual warnings. Being able to ignore the whole file would be nice.
Thanks!
The text was updated successfully, but these errors were encountered:
The original implementation was flawed because the second capture group in the
regex would be overwritten with the value of the last control comment. Instead
of trying to do it all in one pattern, we now split the comment into words and
parse each one seperately.
Fixes#726
Affected version: 2.2.1 and 2.3.0
I have the following control statements but the middle control statement is not getting applied
I have tried moving the lint:ignores around (with only 3 in a line) and it seems like the middle one is getting ignored constantly.
However, the following works
On a related note, is there an in-file control statement that I can use to ask puppet-lint to ignore the whole file? I am going through a process to run puppet-lint on all our code but would like to ignore code from puppet forge. Right now, I need to ignore individual warnings. Being able to ignore the whole file would be nice.
Thanks!
The text was updated successfully, but these errors were encountered: