Skip to content

Commit 3984c97

Browse files
committed
🔃 refactor: disabled goimports in golangci-lint cfg
1 parent 3b25c0d commit 3984c97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ linters:
1818
#- gocritic
1919
#- gocyclo
2020
#- gofmt
21-
- goimports
21+
# - goimports
2222
# - golint
2323
#- gomnd
2424
#- goprintffuncname

0 commit comments

Comments
 (0)