Skip to content

Commit

Permalink
Merge pull request #143 from aiven/savciuci-golint-disable-unused
Browse files Browse the repository at this point in the history
golangci-lint disable unused checks

#143
  • Loading branch information
rikonen authored Jan 24, 2020
2 parents e7df4a0 + 62d9cfe commit 8a9f709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sweep:
go test -v ./... -sweep=global -timeout 60m

lint: vendor
golangci-lint run -D errcheck -E gofmt --no-config --issues-exit-code=0 --timeout=30m ./...
golangci-lint run -D errcheck -D unused -E gofmt --no-config --issues-exit-code=0 --timeout=30m ./...

clean:
packr2 clean
Expand Down

0 comments on commit 8a9f709

Please sign in to comment.