Skip to content

Commit

Permalink
Fix linter rule for new error text (#34965)
Browse files Browse the repository at this point in the history
  • Loading branch information
faec authored Mar 29, 2023
1 parent d76c646 commit 8fbf50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ issues:
- text: "undeclared name:"
linters:
- typecheck
- text: "imported but not used"
- text: "imported and not used"
linters:
- typecheck
# From mage we are priting to the console to ourselves
Expand Down

0 comments on commit 8fbf50e

Please sign in to comment.