diff --git a/Makefile b/Makefile
index 7bee1f852d5d4e04580598264c5b6d0aca3c68e4..7b91105316baf9695001009d5a43a8803e6e3f18 100644
--- a/Makefile
+++ b/Makefile
@@ -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