Update yamllint config to ignore non-templates

patch-1
Dwi Siswanto 2021-03-11 23:23:05 +07:00
parent 61e5b6a627
commit 3682c967ec
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
---
extends: default
ignore: |
.pre-commit-config.yaml
.github/workflows/*.yml
rules:
document-start: disable
line-length: disable