mirror of
https://github.com/roles-ansible/ansible_role_sshd.git
synced 2024-08-16 11:59:49 +02:00
create yamllint
This commit is contained in:
parent
d09093a3fd
commit
3d4540fc62
4 changed files with 10 additions and 2 deletions
|
@ -1 +0,0 @@
|
|||
../..
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
.cache
|
8
.yamllint
Normal file
8
.yamllint
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
extends: default
|
||||
|
||||
rules:
|
||||
# 160 chars should be enough, but don't fail if a line is longer
|
||||
line-length:
|
||||
max: 160
|
||||
level: warning
|
Loading…
Reference in a new issue