Skip to content

Commit 164cfab

Browse files
authored
Removing reference to no-longer-existing linter-in-the-cloud (#1553)
1 parent b79e0c5 commit 164cfab

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pkg/commands/run.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ func getDefaultDirectoryExcludeHelp() string {
4747
return strings.Join(parts, "\n")
4848
}
4949

50-
const welcomeMessage = "Run this tool in cloud on every github pull " +
51-
"request in https://golangci.com for free (public repos)"
52-
5350
func wh(text string) string {
5451
return color.GreenString(text)
5552
}
@@ -274,7 +271,7 @@ func (e *Executor) getConfigForCommandLine() (*config.Config, error) {
274271
func (e *Executor) initRun() {
275272
e.runCmd = &cobra.Command{
276273
Use: "run",
277-
Short: welcomeMessage,
274+
Short: "Run the linters",
278275
Run: e.executeRun,
279276
PreRun: func(_ *cobra.Command, _ []string) {
280277
if ok := e.acquireFileLock(); !ok {

0 commit comments

Comments
 (0)