mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-07-29 07:30:34 -04:00
fix: include custom linters in enable-all
(#3911)
This commit is contained in:
parent
d147d8bf4f
commit
6c7aba67ec
4 changed files with 32 additions and 26 deletions
pkg/commands
|
@ -120,7 +120,7 @@ func NewExecutor(buildInfo BuildInfo) *Executor {
|
|||
}
|
||||
|
||||
// recreate after getting config
|
||||
e.DBManager = lintersdb.NewManager(e.cfg, e.log).WithCustomLinters()
|
||||
e.DBManager = lintersdb.NewManager(e.cfg, e.log)
|
||||
|
||||
// Slice options must be explicitly set for proper merging of config and command-line options.
|
||||
fixSlicesFlags(e.runCmd.Flags())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue