Skip to content

Commit

Permalink
switch makefile to use golangci-lint (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendrixMSFT authored Jul 26, 2022
1 parent 59429b3 commit d735432
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 @@ -9,7 +9,7 @@ GO = go
GODOC = godoc
GOFMT = gofmt
GOCYCLO = gocyclo
GOLINT = $(BIN)/golint
GOLINT = $(BIN)/golangci-lint
GOSTATICCHECK = $(BIN)/staticcheck
GOJUNITRPT = go-junit-report

Expand Down

0 comments on commit d735432

Please sign in to comment.