Skip to content

Commit

Permalink
.tool: remove lint tool, call linter directly
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Day <stephen.day@getcruise.com>
  • Loading branch information
stevvooe committed Dec 2, 2021
1 parent 0e094f3 commit d147780
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .tool/lint

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ check-license:

lint: .install.lint
@echo "checking lint"
@./.tool/lint

This comment was marked as spam.

Copy link
@Girishkumar95

Girishkumar95 Sep 14, 2024

Tool

@GO111MODULE=on golangci-lint run

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

1 comment on commit d147780

@suheb3434

This comment was marked as spam.

Please sign in to comment.