Add linting config

This commit is contained in:
flyingscorpio@clevo 2022-06-21 15:30:51 +02:00
parent bb677abc07
commit b15a501b9c
2 changed files with 8 additions and 0 deletions

5
.config/ansible-lint.yml Normal file
View file

@ -0,0 +1,5 @@
---
skip_list:
- fqcn-builtins
# vim: ft=yaml.ansible

3
.yamllint.yml Normal file
View file

@ -0,0 +1,3 @@
---
rules:
line-length: disable