ignore deprecations
This commit is contained in:
parent
7616959bb4
commit
ba08781832
2
Makefile
2
Makefile
|
|
@ -68,7 +68,7 @@ vet:
|
||||||
.PHONY: staticcheck
|
.PHONY: staticcheck
|
||||||
staticcheck:
|
staticcheck:
|
||||||
@go install honnef.co/go/tools/cmd/staticcheck@v0.5.1
|
@go install honnef.co/go/tools/cmd/staticcheck@v0.5.1
|
||||||
staticcheck ./...
|
staticcheck -checks "inherit,-SA1019" ./...
|
||||||
|
|
||||||
.PHONY: ineffassign
|
.PHONY: ineffassign
|
||||||
ineffassign:
|
ineffassign:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue