Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 9de4f1d

Browse files
committed
Don't check ./deploy/helm/kubecf/* with yamllint
This folder contains helm templates, which need to be checked with helm lint.
1 parent 13a319d commit 9de4f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/linters/yamllint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ set -o errexit
66
# We want word splitting with find.
77
bazel run //dev/linters:yamllint -- \
88
-d "{extends: relaxed, rules: {line-length: {max: 120}}}" \
9-
--strict $(find . -name '*.yaml' -or -name '*.yml')
9+
--strict $(find . -not -path "./deploy/helm/kubecf/*" -name '*.yaml' -or -name '*.yml' )

0 commit comments

Comments
 (0)