Skip to content

Commit 10a1dda

Browse files
authored
Add node_modules to yamllint ignore - closes #375 (#461)
Signed-off-by: Mihai Criveti <[email protected]>
1 parent 81fa325 commit 10a1dda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.yamllint

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ rules:
66

77
# Ignore every YAML (and *.tpl) file under the Helm chart directory.
88
ignore: |
9+
node_modules/**
910
charts/mcp-stack/**/*.yaml
1011
charts/mcp-stack/**/*.tpl # templates using .tpl files
1112
charts/mcp-stack/**/values.yaml

0 commit comments

Comments
 (0)