Replace tenv and exportloopref linters with usetesting and copyloopvar (#278)

This commit is contained in:
Selena Goods 2025-02-26 11:46:56 -05:00 committed by GitHub
parent 9bfaeabbed
commit 0e8c7a41f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
# Visit https://golangci-lint.run/ for usage documentation # Visit https://golangci-lint.run/ for usage documentation
# and information on other useful linters # and information on other useful linters
issues: issues:
max-per-linter: 0 max-issues-per-linter: 0
max-same-issues: 0 max-same-issues: 0
linters: linters:
@ -20,8 +20,7 @@ linters:
- nilerr - nilerr
- predeclared - predeclared
- staticcheck - staticcheck
- tenv
- unconvert - unconvert
- unparam - unparam
- unused - unused
- govet - usetesting