Add yaml line length warning to ansible-lint configuration skip
This commit is contained in:
parent
e8595c4167
commit
a633f76efc
1 changed files with 2 additions and 0 deletions
|
@ -1,2 +1,4 @@
|
|||
skip_list:
|
||||
- "106" # Role name {} does not match ``^[a-z][a-z0-9_]+$`` pattern'
|
||||
warn_list:
|
||||
- yaml[line-length]
|
||||
|
|
Loading…
Reference in a new issue