We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30261c5 commit 0d33a5bCopy full SHA for 0d33a5b
pkg/commands/root.go
@@ -125,7 +125,7 @@ func (e *Executor) initRoot() {
125
rootCmd := &cobra.Command{
126
Use: "golangci-lint",
127
Short: "golangci-lint is a smart linters runner.",
128
- Long: `Smart, fast linters runner. Run it in cloud for every GitHub pull request on https://golangci.com`,
+ Long: `Smart, fast linters runner.`,
129
Args: cobra.NoArgs,
130
RunE: func(cmd *cobra.Command, _ []string) error {
131
return cmd.Help()
0 commit comments