-
Notifications
You must be signed in to change notification settings - Fork 667
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
Accept underline prefix when checking var-naming #3789
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssbarnea
requested review from
a team,
Qalthos,
priyamsahoo and
shatakshiiii
September 29, 2023 11:15
audgirka
previously requested changes
Sep 29, 2023
examples/roles/var_naming_pattern/tasks/include_task_with_vars.yml
Outdated
Show resolved
Hide resolved
ssbarnea
force-pushed
the
chore/deps
branch
from
September 29, 2023 12:04
0c0edd4
to
6a4fb58
Compare
ssbarnea
force-pushed
the
chore/deps
branch
from
September 29, 2023 12:04
6a4fb58
to
429e010
Compare
cidrblock
approved these changes
Sep 29, 2023
nrdufour
added a commit
to nrdufour/home-ops
that referenced
this pull request
Oct 3, 2023
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ansible-lint](https://github.com/ansible/ansible-lint) ([changelog](https://github.com/ansible/ansible-lint/releases)) | patch | `==6.20.1` -> `==6.20.2` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the logs for more information. --- ### Release Notes <details> <summary>ansible/ansible-lint (ansible-lint)</summary> ### [`v6.20.2`](https://github.com/ansible/ansible-lint/releases/tag/v6.20.2) [Compare Source](ansible/ansible-lint@v6.20.1...v6.20.2) #### Bugfixes - Do not use github action path for running ansible lint ([#​3798](ansible/ansible-lint#3798)) [@​ReenigneArcher](https://github.com/ReenigneArcher) - Correct listing of autofix rules in documentation ([#​3797](ansible/ansible-lint#3797)) [@​ssbarnea](https://github.com/ssbarnea) - Make the autofix rule list dynamic in documentation ([#​3785](ansible/ansible-lint#3785)) [@​shatakshiiii](https://github.com/shatakshiiii) - Fix documentation links to autofix page ([#​3796](ansible/ansible-lint#3796)) [@​ssbarnea](https://github.com/ssbarnea) - Bump test dependencies ([#​3795](ansible/ansible-lint#3795)) [@​ssbarnea](https://github.com/ssbarnea) - Correct documentation regarding CLI argument precedence ([#​3792](ansible/ansible-lint#3792)) [@​ssbarnea](https://github.com/ssbarnea) - Document autofix ability for rules that supports it ([#​3791](ansible/ansible-lint#3791)) [@​ssbarnea](https://github.com/ssbarnea) - Accept underline prefix when checking var-naming ([#​3789](ansible/ansible-lint#3789)) [@​ssbarnea](https://github.com/ssbarnea) - Correct regression with use of --fix ([#​3783](ansible/ansible-lint#3783)) [@​ssbarnea](https://github.com/ssbarnea) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xLjMiLCJ1cGRhdGVkSW5WZXIiOiIzNy4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIn0=--> Reviewed-on: https://git.home/nrdufour/home-ops/pulls/123 Co-authored-by: Renovate <[email protected]> Co-committed-by: Renovate <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes: #3760