Skip to content

Commit

Permalink
ci: disable typecheck
Browse files Browse the repository at this point in the history
Signed-off-by: Massimiliano Giovagnoli <[email protected]>
  • Loading branch information
maxgio92 committed Oct 19, 2022
1 parent b120e09 commit 897b25c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ linters:
- nonamedreturns
- wrapcheck
- varnamelen

issues:
exclude-rules:
- path: /
linters:
- typecheck

run:
Expand Down

0 comments on commit 897b25c

Please sign in to comment.