Skip to content

Commit 6a1d7fa

Browse files
authored
feat(cicd): type assertion linter (#32)
type assertion linter
1 parent 3e21e5c commit 6a1d7fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.golangci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ linters:
1515
- intrange
1616
- testifylint
1717
- perfsprint
18+
- forcetypeassert
1819
issues:
1920
exclude-rules:
2021
- path: (.+)_test.go

0 commit comments

Comments
 (0)