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

Commit

Permalink
Don't check ./deploy/helm/kubecf/* with yamllint
Browse files Browse the repository at this point in the history
This folder contains helm templates, which need to be checked with helm lint.
  • Loading branch information
viccuad committed Nov 19, 2019
1 parent 13a319d commit 9de4f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/linters/yamllint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ set -o errexit
# We want word splitting with find.
bazel run //dev/linters:yamllint -- \
-d "{extends: relaxed, rules: {line-length: {max: 120}}}" \
--strict $(find . -name '*.yaml' -or -name '*.yml')
--strict $(find . -not -path "./deploy/helm/kubecf/*" -name '*.yaml' -or -name '*.yml' )

0 comments on commit 9de4f1d

Please sign in to comment.