Skip to content

Commit

Permalink
Add another exception to typecheck linter
Browse files Browse the repository at this point in the history
  • Loading branch information
swiatekm committed Oct 28, 2024
1 parent ea332e4 commit 17cb914
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 @@ -30,6 +30,9 @@ issues:
- text: "imported and not used"
linters:
- typecheck
- text: "previous case"
linters:
- typecheck
# From mage we are printing to the console to ourselves
- path: (.*magefile.go|.*dev-tools/mage/.*)
linters: forbidigo
Expand Down

0 comments on commit 17cb914

Please sign in to comment.