Skip to content

Commit dc6c24a

Browse files
committed
Move GoLang CI formatters
1 parent ead4e4d commit dc6c24a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.golangci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
formatters:
2+
enable:
3+
- gofmt
4+
- goimports
25
settings:
36
gci:
47
sections:
@@ -29,8 +32,6 @@ linters:
2932
# - godot
3033
# - godox
3134
# - goerr113
32-
- gofmt
33-
- goimports
3435
# - gomnd
3536
- goprintffuncname
3637
# - gosec

0 commit comments

Comments
 (0)