golangci-lint run --disable-all
does not disable all linters
#3453
Labels
duplicate
This issue or pull request already exists
Welcome
Description of the problem
I am trying to do
$ golangci-lint run -v --disable-all -E goimports
, with the intention of only runninggoimports
.golangci-lint
runs successfully, but my intention fails miserably.Version of golangci-lint
Configuration file
Go environment
Verbose output of running
Code example or link to a public repository
Private repo 🤷
// add your code here
The text was updated successfully, but these errors were encountered: