-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new features vrrp_track_file, track_files, (no) accept, and safeguards. #204
Conversation
hmpf. after matching the used versions I was able to reproduce this error. |
looks fine for me. except:
|
forgot to push... |
will be fixed soon. Right now, you can temporarily constrain the max version of ansible-lint if you like. |
@@ -5,3 +5,6 @@ | |||
skip_list: | |||
- '106' # Role name {} does not match ``^[a-z][a-z0-9_]+$`` pattern | |||
- 'fqcn-builtins' | |||
|
|||
warn_list: # or 'skip_list' to silence them completely |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you explain why you added this?
I am rebasing your changes, so I will add this to the commit message.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO a fail on an experimental
lint feature is not feasible.
Its more a safety measure.
I have updated the PR text, so that it automatically closes issues/PR. I will update the commit messages so we can merge this. Great work. |
Instead, we move the experimental features to a warn list.
As discussed in (draft) PR 1, we need to split the new features
and the general code updates. This tackles the feature additions
that are pending for a while.
Closes: #140 #176 #195