Skip to content
Snippets Groups Projects
Unverified Commit 2362d314 authored by GuokeCui's avatar GuokeCui Committed by GitHub
Browse files

Static check: disable linter `unconvert`. (#2494)

parent 4011e336
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ install-static-check-tools:
DIRS=pkg/... \
cmd/...
EXTRA_LINTERS=-E misspell -E exportloopref -E rowserrcheck -E depguard -E unconvert \
EXTRA_LINTERS=-E misspell -E exportloopref -E rowserrcheck -E depguard -D unconvert \
-E prealloc -E gofmt -E stylecheck
.PHONY: static-check
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment