yamllint: ignore .git dir (#6667)

This commit is contained in:
Samuel Liu 2020-09-11 17:06:14 +08:00 committed by GitHub
parent 03dff09b8a
commit e2886f37a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
---
extends: default
ignore: |
.git/
rules:
braces:
min-spaces-inside: 0