mirror of
https://github.com/roles-ansible/ansible_collection_users.git
synced 2024-08-16 10:29:50 +02:00
Create yamllint
This commit is contained in:
parent
5bad13a8d8
commit
35c8a6bd55
4 changed files with 32 additions and 0 deletions
8
roles/admin/.yamllint
Normal file
8
roles/admin/.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
|
8
roles/dotfiles/.yamllint
Normal file
8
roles/dotfiles/.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
|
8
roles/sshd/.yamllint
Normal file
8
roles/sshd/.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
|
8
roles/user/.yamllint
Normal file
8
roles/user/.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
|
Loading…
Reference in a new issue