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]"
|
- "name[casing]"
|
||||||
|
|
||||||
exclude_paths:
|
exclude_paths:
|
||||||
|
- .ansible/
|
||||||
- .forgejo/
|
- .forgejo/
|
||||||
- "**/*.sops.yaml"
|
- "**/*.sops.yaml"
|
||||||
- ansible_collections/
|
- ansible_collections/
|
||||||
|
- collections/
|
||||||
- galaxy_roles/
|
- galaxy_roles/
|
||||||
|
- docs/
|
||||||
|
- resources/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
rules:
|
rules:
|
||||||
brackets:
|
brackets:
|
||||||
|
forbid: false
|
||||||
min-spaces-inside: 1
|
min-spaces-inside: 1
|
||||||
max-spaces-inside: 1
|
max-spaces-inside: 1
|
||||||
min-spaces-inside-empty: 1
|
min-spaces-inside-empty: 1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue