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 @@ -118,9 +118,9 @@ lint-config: golangci-lint ## Verify golangci-lint linter configuration
118
118
119
119
.PHONY : yamllint
120
120
yamllint :
121
- @files=$$(find testdata -name '*.yaml' ! -path 'testdata/*/dist/* ' ) ; \
122
- 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
123
-
121
+ @files=$$(find testdata -name '*.yaml' ! -path 'testdata/*/dist/chart/install.yaml ' ) ; \
122
+ 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
123
+
124
124
GOLANGCI_LINT = $(shell pwd) /bin/golangci-lint
125
125
golangci-lint :
126
126
@[ -f $( GOLANGCI_LINT) ] || { \
You can’t perform that action at this time.
0 commit comments