cli: remove reference to old service (#3173)
This commit is contained in:
parent
30261c579a
commit
0d33a5ba3a
@ -125,7 +125,7 @@ func (e *Executor) initRoot() {
|
||||
rootCmd := &cobra.Command{
|
||||
Use: "golangci-lint",
|
||||
Short: "golangci-lint is a smart linters runner.",
|
||||
Long: `Smart, fast linters runner. Run it in cloud for every GitHub pull request on https://golangci.com`,
|
||||
Long: `Smart, fast linters runner.`,
|
||||
Args: cobra.NoArgs,
|
||||
RunE: func(cmd *cobra.Command, _ []string) error {
|
||||
return cmd.Help()
|
||||
|
Loading…
x
Reference in New Issue
Block a user