fix: ignore generated file on yamllint
This commit is contained in:
parent
f92e6ad7b9
commit
43a7cd2efc
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
---
|
||||
extends: default
|
||||
|
||||
ignore: |
|
||||
roles/matrix-synapse/vars/workers.yml
|
||||
|
||||
rules:
|
||||
line-length: disable
|
||||
|
|
Loading…
Add table
Reference in a new issue