Skip to content

Commit 3a2a1df

Browse files
authored
Ignore .git directory for yamllint (#536)
Required for passing #535
1 parent 3ed7b92 commit 3a2a1df

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.yamllint

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
extends: default
2+
ignore: |
3+
.git
24
rules:
35
line-length:
46
max: 120

0 commit comments

Comments
 (0)