dev: reformat code with gofumpt ()

This commit is contained in:
Oleksandr Redko 2024-03-14 01:09:27 +02:00 committed by GitHub
parent 51a963fa5b
commit ea823733ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 146 additions and 76 deletions
scripts/website/expand_templates

View file

@ -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