Skip to content

Commit

Permalink
feat: exclude rules for typecheck linter (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanarya0 authored Feb 23, 2024
1 parent bd86c45 commit db0fd9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,8 @@ issues:
linters:
- forbidigo
- contextcheck
- path: /
linters:
- typecheck
severity:
default-severity: error

0 comments on commit db0fd9a

Please sign in to comment.