adding lint configs

main
nazunalika 5 years ago
parent 3df9ac9359
commit 883e8487c3
No known key found for this signature in database
GPG Key ID: CB6D9706D138D190

@ -1,3 +1,6 @@
# .ansible-lint # .ansible-lint
warn_list: warn_list:
- '106' - '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

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