Update ansible-lint; exclude the submodule and stop excluding others

This commit is contained in:
Chris Hawk 2024-07-26 15:12:45 -07:00
parent 44e8bff0d3
commit 5d28cf0bde

View file

@ -1,10 +1,10 @@
--- ---
profile: production
parseable: true parseable: true
skip_list: skip_list:
- ANSIBLE0010 - ANSIBLE0010
use_default_rules: true use_default_rules: true
verbosity: 1 verbosity: 1
exclude_paths: exclude_paths:
- ./roles/gcp_http_lb/ # Ignore submodule https://github.com/GoogleCloudPlatform/google-cloud-ops-agents-ansible
- ./tests/ - roles/google-cloud-ops-agents-ansible/
- ./plugins