Skip to content

Commit 4153eb6

Browse files
committed
Remove line disabling goimports; it's apparently a formatter and therefore can't be disabled there
1 parent 88b7777 commit 4153eb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.golangci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ linters:
2323
- exhaustruct # structs may be uninitialized
2424
- nlreturn # covered by wsl cuddle rules
2525
- paralleltest # tests are acceptable in sequence
26-
- goimports # conflicts with GCI
2726
- depguard # manage using go.mod for now
2827
- nonamedreturns # named returns are acceptable in short functions
2928
# Deprecated

0 commit comments

Comments
 (0)