Exclude services directory from linting

This commit is contained in:
Corbin 2025-04-02 22:07:23 -04:00
parent f8a3e49540
commit 5f0febee47
Signed by: coredotbin
GPG Key ID: B03E030E4322E9D5
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ exclude_paths:
- .gitea/
- ansible/roles/requirements.yaml
- ansible/vars/vault.yaml
- ansible/services/
warn_list:
- internal-error

View File

@ -5,5 +5,6 @@ extends: default
ignore: |
.github/
ansible/vars/vault.yaml
ansible/services/
# vi: ft=yaml