Skip to content

Commit

Permalink
Merge branch 'devel' into dependabot/pip/ansible_collections/arista/a…
Browse files Browse the repository at this point in the history
…vd/ruff-0.9.1
  • Loading branch information
gmuloc authored Jan 15, 2025
2 parents d938993 + 99572e1 commit 2c1e4cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ __pycache__/
# ansible_collections/arista/avd/tests ignores
ansible_collections/arista/avd/tests/.mypy_cache/

# ansible-lint ignores
ansible_collections/arista/avd/.ansible

# Development
## pyenv
.python-version
Expand Down
3 changes: 3 additions & 0 deletions ansible_collections/arista/avd/.ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ skip_list:
- var-naming[no-role-prefix] # TODO: Fix internal variable names as a breaking change for AVD 5.0.0
kinds:
- yaml: "**/molecule/**/inventory/host_vars/host1/roles.yml"
exclude_paths:
- .cache/
- .ansible/

0 comments on commit 2c1e4cc

Please sign in to comment.