Skip to content
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

Merged
merged 4 commits into from
Jul 12, 2022

Conversation

Kariton
Copy link
Contributor

@Kariton Kariton commented Jun 16, 2022

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

@Kariton Kariton changed the title resolve Pending PRs #140 #176 #195 [DRAFT #203] resolve Pending PRs #140 #176 #195 Jun 16, 2022
@evrardjp evrardjp changed the title [DRAFT #203] resolve Pending PRs #140 #176 #195 Resolve Pending PRs #140 #176 #195 Jul 11, 2022
@Kariton
Copy link
Contributor Author

Kariton commented Jul 11, 2022

hmpf.
I'm somehow unable to reproduce this error.

after matching the used versions I was able to reproduce this error.

@Kariton
Copy link
Contributor Author

Kariton commented Jul 11, 2022

#205 fixes the

var-spacing: Jinja2 variables and filters should have spaces before and after.

necessary changes are made here: f4aa7a8

@Kariton
Copy link
Contributor Author

Kariton commented Jul 11, 2022

looks fine for me.

except:

schema: 7 is not one of ['6.1', '7.1', '7.2', 'all'] (schema[meta])

@Kariton
Copy link
Contributor Author

Kariton commented Jul 11, 2022

forgot to push...

@evrardjp
Copy link
Owner

schema: 7 is not one of ['6.1', '7.1', '7.2', 'all'] (schema[meta])

will be fixed soon. Right now, you can temporarily constrain the max version of ansible-lint if you like.

@evrardjp evrardjp changed the title Resolve Pending PRs #140 #176 #195 Add new features vrrp_track_file, track_files, (no) accept, and safeguards. Jul 12, 2022
@@ -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
Copy link
Owner

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.

Copy link
Contributor Author

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.

@evrardjp
Copy link
Owner

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.

@evrardjp evrardjp merged commit 73c40e0 into evrardjp:master Jul 12, 2022
@Kariton Kariton deleted the pending-PRs branch July 14, 2022 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants