Skip to content

Commit

Permalink
Skip scome lint checks in tests (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiendc authored Oct 25, 2024
1 parent 0e3972f commit a96da81
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,17 @@ linters:
- unused
- whitespace
- wrapcheck

issues:
exclude-rules:
- path: _test\.go
linters:
- funlen
- contextcheck
- staticcheck
- gocyclo
- gocognit
- err113
- forcetypeassert
- wrapcheck
- mnd

0 comments on commit a96da81

Please sign in to comment.