mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-08 05:56:37 +00:00
Add linting
This commit is contained in:
committed by
Calle Pettersson
parent
2053dea3ac
commit
76ddad34b8
9
Makefile
9
Makefile
@@ -1,14 +1,17 @@
|
||||
export GOOS=windows
|
||||
|
||||
fmt:
|
||||
gofmt -l -w -s .
|
||||
|
||||
build:
|
||||
promu build -v
|
||||
|
||||
test:
|
||||
go test -v ./...
|
||||
|
||||
lint:
|
||||
gometalinter --vendor --config gometalinter.config ./...
|
||||
|
||||
fmt:
|
||||
gofmt -l -w -s .
|
||||
|
||||
crossbuild:
|
||||
# The prometheus/golang-builder image for promu crossbuild doesn't exist
|
||||
# on Windows, so for now, we'll just build twice
|
||||
|
||||
Reference in New Issue
Block a user