1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

Merge pull request #549 from marquiz/devel/lint

Makefile: add lint target
This commit is contained in:
Kubernetes Prow Robot 2021-08-04 10:01:24 -07:00 committed by GitHub
commit 47b1bd8e11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -138,6 +138,9 @@ gofmt-verify:
ci-lint:
golangci-lint run --timeout 7m0s
lint:
golint -set_exit_status ./...
mdlint:
find docs/ -path docs/vendor -prune -false -o -name '*.md' | xargs $(MDL) -s docs/mdl-style.rb