Skip to content

Commit 25e3386

Browse files
enable the asciicheck, exhaustive and exportloopref linters
1 parent 679c4ba commit 25e3386

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.golangci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ linters-settings:
33
linters:
44
disable-all: true
55
enable:
6+
- asciicheck
67
- deadcode
8+
- exhaustive
9+
- exportloopref
710
- goconst
811
- gofmt # redundant, since gofmt *should* be a no-op after gofumpt
912
- gofumpt

0 commit comments

Comments
 (0)