Skip to content

Commit

Permalink
ci: enable wasted assign linter (#145)
Browse files Browse the repository at this point in the history
Issue #, if available:
N/A

*Description of changes:*
This change enables wasted assign linter

*Testing done:*
CI is successful

- [x] I've reviewed the guidance in CONTRIBUTING.md


#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Signed-off-by: Austin Vazquez <[email protected]>
  • Loading branch information
austinvazquez authored Mar 30, 2024
1 parent 873339b commit 79e687e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ linters:
- unconvert
- unparam
- usestdlibvars
# TODO: Enable wastedassign after https://github.com/sanposhiho/wastedassign/issues/41 is fixed.
# - wastedassign
- wastedassign
- whitespace
- stylecheck
issues:
Expand Down

0 comments on commit 79e687e

Please sign in to comment.