File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,9 +111,9 @@ lint-config: golangci-lint ## Verify golangci-lint linter configuration
111
111
112
112
.PHONY : yamllint
113
113
yamllint :
114
- @files=$$(find testdata -name '*.yaml' ! -path 'testdata/*/dist/* ' ) ; \
115
- docker run --rm $$(tty -s && echo "-it" || echo ) -v $(PWD ) :/data cytopia/yamllint:latest $$files -d "{extends: relaxed, rules: {line-length: {max: 120}}}" --no-warnings
116
-
114
+ @files=$$(find testdata -name '*.yaml' ! -path 'testdata/*/dist/chart/install.yaml ' ) ; \
115
+ docker run --rm $$(tty -s && echo "-it" || echo ) -v $(PWD ) :/data cytopia/yamllint:latest $$ files -d " {extends: relaxed, rules: {line-length: {max: 120}}}" --no-warnings
116
+
117
117
GOLANGCI_LINT = $(shell pwd) /bin/golangci-lint
118
118
golangci-lint :
119
119
@[ -f $( GOLANGCI_LINT) ] || { \
You can’t perform that action at this time.
0 commit comments