Skip to content

Commit 4fe940a

Browse files
authored
ci: added forcetypeassert lint rule (#96)
1 parent a207d8f commit 4fe940a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ issues:
55
linters:
66
disable-all: true
77
enable:
8-
- deadcode
98
- durationcheck
109
- errcheck
1110
- exportloopref
11+
- forcetypeassert
1212
- gofmt
1313
- gosimple
1414
- ineffassign
@@ -21,5 +21,5 @@ linters:
2121
- tenv
2222
- unconvert
2323
- unparam
24-
- varcheck
24+
- unused
2525
- vet

0 commit comments

Comments
 (0)