disable name[casing] check in ansible-lint config

This commit is contained in:
June 2024-11-23 02:53:06 +01:00
parent 4ff826e508
commit bb24e6fd5a
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -1,2 +1,3 @@
skip_list: skip_list:
- "yaml[line-length]" - "yaml[line-length]"
- "name[casing]"