build: disable goimports linter to avoid backporting lots of changes

This commit is contained in:
Nick Craig-Wood 2022-08-05 17:27:21 +01:00
parent 5e441673e3
commit c5a371d9e4
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ linters:
enable:
- deadcode
- errcheck
- goimports
#- goimports
#- revive
- ineffassign
- structcheck