Skip to content

Commit a03e5ea

Browse files
committed
cleanup: Remove completion subcommand
With golangci#2105, completion subcommand will be automatically added. Consider that golangci-lint didn't do anything special with completion, it's better to ust remove it from codebase. Signed-off-by: Tam Mach <[email protected]>
1 parent f090c7b commit a03e5ea

File tree

2 files changed

+0
-86
lines changed

2 files changed

+0
-86
lines changed

pkg/commands/completion.go

Lines changed: 0 additions & 85 deletions
This file was deleted.

pkg/commands/executor.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ func NewExecutor(version, commit, date string) *Executor {
9797
e.initHelp()
9898
e.initLinters()
9999
e.initConfig()
100-
e.initCompletion()
101100
e.initVersion()
102101
e.initCache()
103102

0 commit comments

Comments
 (0)