[lint] don't error on line-length, empty-lines and new-line-at-end-of-file
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 20s

This commit is contained in:
Marius Alwan Meyer 2023-08-11 14:02:30 +02:00
parent fa915065f5
commit 16c3c592c0

View File

@ -1 +1,6 @@
offline: false
warn_list:
- yaml[line-length]
- yaml[empty-lines]
- yaml[new-line-at-end-of-file]