Skip to content

Commit d147780

Browse files
committed
.tool: remove lint tool, call linter directly
Signed-off-by: Stephen Day <[email protected]>
1 parent 0e094f3 commit d147780

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.tool/lint

Lines changed: 0 additions & 7 deletions
This file was deleted.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ check-license:
9494

9595
lint: .install.lint
9696
@echo "checking lint"
97-
@./.tool/lint
97+
@GO111MODULE=on golangci-lint run
9898

9999
test: schema/fs.go
100100
go test -race -cover $(shell go list ./... | grep -v /vendor/)

0 commit comments

Comments
 (0)