For running our tests, FUSE must be configured with the
[arvados-dev.git] / compute-image-cleaner / Makefile
1
2 build:
3         @go build -ldflags "-s -w"
4
5 lint:
6         @gofmt -s -w *go
7         @golint
8         @cd config/; golint
9         @golangci-lint run
10         @cd config/; golangci-lint run
11