Skip to content

Commit

Permalink
try to ignore my type check
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Koss committed Jan 10, 2024
1 parent 86f98ca commit 80061b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,10 @@ issues:
- gosec
- typecheck

- path: go/pkg/mod
linters:
- typecheck

- path: include/ # for excluding directories, e.g., vendor directory
linters:
- nlreturn
Expand Down

0 comments on commit 80061b6

Please sign in to comment.