1
0
mirror of https://github.com/mgechev/revive.git synced 2025-11-25 22:12:38 +02:00

chore: enable formatters in golangci-lint config (#1421)

This commit is contained in:
Oleksandr Redko
2025-07-12 17:32:39 +03:00
committed by GitHub
parent 92243279ea
commit 809768cffe
12 changed files with 28 additions and 17 deletions

View File

@@ -8,6 +8,7 @@ import (
"strings"
"github.com/fatih/structtag"
"github.com/mgechev/revive/internal/astutils"
"github.com/mgechev/revive/lint"
)