mirror of
https://github.com/roles-ansible/ansible_collection_wm.git
synced 2024-08-16 10:29:51 +02:00
Improve linting
This commit is contained in:
parent
639a0dbf73
commit
14cee7e70c
2 changed files with 9 additions and 1 deletions
8
.yamllint
Normal file
8
.yamllint
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
extends: default
|
||||
|
||||
rules:
|
||||
# 310 chars should be enough, but don't fail if a line is longer
|
||||
line-length:
|
||||
max: 310
|
||||
level: warning
|
2
roles/i3
2
roles/i3
|
@ -1 +1 @@
|
|||
Subproject commit 31c8ca4dbf17c4cdd5777c5b32b31638239de687
|
||||
Subproject commit 9790aca7c31eddad5d6b3c688749efb65d9671c3
|
Loading…
Reference in a new issue