mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-12 15:51:01 +00:00
try suppressing modules for golangci-lint
This commit is contained in:
parent
d491724461
commit
3070c2d4ac
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -190,7 +190,7 @@ install-peg:
|
|||
GO111MODULE=off go get github.com/pointlander/peg
|
||||
|
||||
install-golangci-lint:
|
||||
go get github.com/golangci/golangci-lint/cmd/golangci-lint
|
||||
GO111MODULE=off go get github.com/golangci/golangci-lint/cmd/golangci-lint
|
||||
|
||||
install-gometalinter:
|
||||
GO111MODULE=off go get -u github.com/alecthomas/gometalinter
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue