ansible-lint: ignore more directories that aren't part of the repo #167
2 changed files with 5 additions and 0 deletions
|
|
@ -3,7 +3,11 @@ skip_list:
|
|||
- "name[casing]"
|
||||
|
||||
exclude_paths:
|
||||
- .ansible/
|
||||
- .forgejo/
|
||||
- "**/*.sops.yaml"
|
||||
- ansible_collections/
|
||||
- collections/
|
||||
- galaxy_roles/
|
||||
- docs/
|
||||
- resources/
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
rules:
|
||||
brackets:
|
||||
forbid: false
|
||||
min-spaces-inside: 1
|
||||
max-spaces-inside: 1
|
||||
min-spaces-inside-empty: 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue