Merge pull request #31315 from benoittgt/avoid-golint-warning

Remove unused golangci-lint rules that produce warning
pull/31318/head
George Jenkins 3 months ago committed by GitHub
commit 891338cd05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -42,11 +42,6 @@ linters:
- legacy
- std-error-handling
rules:
- linters:
- revive
text: 'var-naming: avoid meaningless package names'
warn-unused: true
settings:

Loading…
Cancel
Save