Skip to content

Commit

Permalink
tools: Use golangci-lint config in make go-lint (openservicemesh#1856)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksubrmnn authored Oct 16, 2020
1 parent 30efa0f commit e3faa73
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 @@ -61,7 +61,7 @@ go-vet:

.PHONY: go-lint
go-lint:
go run github.com/golangci/golangci-lint/cmd/golangci-lint run
go run github.com/golangci/golangci-lint/cmd/golangci-lint run --config .golangci.yml

.PHONY: go-fmt
go-fmt:
Expand Down

0 comments on commit e3faa73

Please sign in to comment.