Skip to content

Commit dc7b664

Browse files
committed
Enable the remaining checks
Signed-off-by: Mihai Maruseac <[email protected]>
1 parent 547e219 commit dc7b664

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.golangci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ linters:
5959
# staticcheck
6060
# stylecheck
6161
- thelper
62-
# typecheck
63-
# unconvert
64-
# unused
65-
# whitespace
66-
# wrapcheck
62+
- typecheck
63+
- unconvert
64+
- unused
65+
- whitespace
66+
- wrapcheck
6767
linters-settings:
6868
depguard:
6969
rules:

0 commit comments

Comments
 (0)