merging lints

This commit is contained in:
nazunalika 2021-02-11 01:57:04 -07:00
parent 79cb2e43f0
commit 66647c3f2c
Signed by: label
GPG Key ID: CB6D9706D138D190
2 changed files with 13 additions and 0 deletions

6
.ansible-lint Normal file
View File

@ -0,0 +1,6 @@
# .ansible-lint
warn_list:
- '204' # Lines should be less than 160 characters
- '701' # meta/main.yml should contain relevant info
skip_list:
- '106' # Role name must match ^[a-z][a-z0-9_]+$ pattern

7
.yamllint Normal file
View File

@ -0,0 +1,7 @@
---
extends: default
rules:
line-length:
max: 140
level: warning