mirror of
https://github.com/roles-ansible/role-postgresql-backup.git
synced 2024-08-16 10:19:49 +02:00
Yaml fixed
This commit is contained in:
parent
6b72af2f58
commit
7be16df0b5
2 changed files with 9 additions and 0 deletions
1
.github/FUNDING.yml
vendored
1
.github/FUNDING.yml
vendored
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
# Feel free to add yourself after && during participating at this repo!
|
||||
|
||||
github: [do1jlr]
|
||||
|
|
8
.yamllint
Normal file
8
.yamllint
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
extends: default
|
||||
|
||||
rules:
|
||||
# 170 chars should be enough, but don't fail if a line is longer
|
||||
line-length:
|
||||
max: 170
|
||||
level: warning
|
Loading…
Reference in a new issue