Is there a way to disable listing of deprecated linters in "Disabled by your configuration linters" using golangci-lint linters
command?
#1970
-
Is there a way to disable listing of deprecated linters in "Disabled by your configuration linters" using |
Beta Was this translation helpful? Give feedback.
Answered by
ldez
May 11, 2021
Replies: 1 comment
-
There is no filter on decreprated linters, then you have to disable them explicitly:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ldez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is no filter on decreprated linters, then you have to disable them explicitly:
--disable-all
, you just have to not enable them--enable-all
, you have to add them to--disable