mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
docs: organize sections and pages (#4493)
This commit is contained in:
parent
4adac529cb
commit
d736d092f6
13 changed files with 139 additions and 139 deletions
|
@ -105,9 +105,8 @@ func saveCLIHelp(dst string) error {
|
|||
shortHelp := bytes.Join(helpLines[2:], []byte("\n"))
|
||||
|
||||
data := types.CLIHelp{
|
||||
Enable: string(lintersOutParts[0]),
|
||||
Disable: string(lintersOutParts[1]),
|
||||
Help: string(shortHelp),
|
||||
Enable: string(lintersOutParts[0]),
|
||||
Help: string(shortHelp),
|
||||
}
|
||||
|
||||
return saveToJSONFile(dst, data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue