We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b2824 commit cda9937Copy full SHA for cda9937
Makefile
@@ -126,7 +126,7 @@ lint-config: golangci-lint ## Verify golangci-lint linter configuration
126
127
.PHONY: yamllint
128
yamllint:
129
- @files=$$(find testdata -name '*.yaml' ! -path 'testdata/*/dist/*'); \
+ @files=$$(find testdata -name '*.yaml' -o -name '*.yml' ! -path 'testdata/*/dist/*'); \
130
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
131
132
.PHONY: golangci-lint
0 commit comments