Skip to content

Commit ae113bc

Browse files
committed
Debug: enable only the first of the 2 linters that added the failure
Signed-off-by: Mihai Maruseac <[email protected]>
1 parent 37bdbf5 commit ae113bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ linters:
2828
- errcheck
2929
- errorlint
3030
- exhaustive
31-
- gci
31+
# gci
3232
# gochecknoinits
3333
# gocognit
3434
# goconst

0 commit comments

Comments
 (0)