mirror of
https://github.com/Instadapp/trustwallet-assets.git
synced 2024-07-29 22:37:31 +00:00
Fix linter warnings & set fixed linter version (#21852)
This commit is contained in:
parent
1176e0823e
commit
1286aac411
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ fmt:
|
||||||
lint-install:
|
lint-install:
|
||||||
ifeq (,$(wildcard test -f bin/golangci-lint))
|
ifeq (,$(wildcard test -f bin/golangci-lint))
|
||||||
@echo " > Installing golint"
|
@echo " > Installing golint"
|
||||||
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s
|
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/v1.45.2/install.sh | sh -s
|
||||||
endif
|
endif
|
||||||
|
|
||||||
lint: lint-install
|
lint: lint-install
|
||||||
|
|
Loading…
Reference in New Issue
Block a user