mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-12 06:18:43 -04:00
dev: reformat code with gofumpt (#4500)
This commit is contained in:
parent
51a963fa5b
commit
ea823733ea
16 changed files with 146 additions and 76 deletions
scripts/website/expand_templates
|
@ -256,7 +256,7 @@ func getLintersSettingSections(node, nextNode *yaml.Node) (string, error) {
|
|||
return "", err
|
||||
}
|
||||
|
||||
var lintersDesc = make(map[string]string)
|
||||
lintersDesc := make(map[string]string)
|
||||
for _, lc := range linters {
|
||||
if lc.Internal {
|
||||
continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue