mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
Removing reference to no-longer-existing linter-in-the-cloud (#1553)
This commit is contained in:
parent
b79e0c5adf
commit
164cfab820
1 changed files with 1 additions and 4 deletions
|
@ -47,9 +47,6 @@ func getDefaultDirectoryExcludeHelp() string {
|
|||
return strings.Join(parts, "\n")
|
||||
}
|
||||
|
||||
const welcomeMessage = "Run this tool in cloud on every github pull " +
|
||||
"request in https://golangci.com for free (public repos)"
|
||||
|
||||
func wh(text string) string {
|
||||
return color.GreenString(text)
|
||||
}
|
||||
|
@ -274,7 +271,7 @@ func (e *Executor) getConfigForCommandLine() (*config.Config, error) {
|
|||
func (e *Executor) initRun() {
|
||||
e.runCmd = &cobra.Command{
|
||||
Use: "run",
|
||||
Short: welcomeMessage,
|
||||
Short: "Run the linters",
|
||||
Run: e.executeRun,
|
||||
PreRun: func(_ *cobra.Command, _ []string) {
|
||||
if ok := e.acquireFileLock(); !ok {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue