1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00
hetzner.hcloud/.ansible-lint
Jonas L. 6321bc2319
test: enable unsupported-version lint rule (#595)
##### SUMMARY

Enable the ansible-lint unsupported-version lint rule.
2025-01-29 10:30:16 +00:00

20 lines
481 B
Text

---
exclude_paths:
- .azure-pipelines
- .cache/
- .git/
- .github/
- changelogs/
- examples/
- tests/integration/targets/certificate
- tests/integration/targets/floating_ip
- tests/integration/targets/placement_group
- tests/integration/targets/primary_ip
- tests/integration/targets/route
- tests/integration/targets/server
- tests/integration/targets/ssh_key
- tests/integration/targets/volume
warn_list:
- internal-error
- sanity[cannot-ignore]