Skip to content

Commit 596e97d

Browse files
committed
recovery golangci
1 parent 188d6ae commit 596e97d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.golangci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ linters:
1111
disable-all: true
1212
enable:
1313
- deadcode
14-
# - errcheck
15-
# - gofmt
16-
# - gosimple
14+
- errcheck
15+
- gofmt
16+
- gosimple
1717
# - ineffassign
18-
# - misspell
18+
- misspell
1919
# - staticcheck
2020
# - structcheck
2121
# - unconvert

0 commit comments

Comments
 (0)