Skip to content

Commit 6c207be

Browse files
authored
Merge pull request #356 from opsmill/pog-yamllint-node-modules
Ignore node_modules for yamllint
2 parents 757331b + 0e6cf52 commit 6c207be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.yamllint.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ignore: |
55
/.venv
66
/examples
77
tests/unit/sdk/test_data/schema_encoding_error.yml
8+
/**/node_modules/**
89
910
rules:
1011
new-lines: disable

0 commit comments

Comments
 (0)