Adapt linter config to remove warnings

This commit is contained in:
Sebastian Serth
2022-08-08 09:25:00 +02:00
committed by Maximilian Paß
parent 770327cf64
commit a841675e7e

View File

@ -59,7 +59,6 @@ linters:
- govet - govet
- ineffassign - ineffassign
- staticcheck - staticcheck
- structcheck
- typecheck - typecheck
- unused - unused
- varcheck - varcheck
@ -81,7 +80,6 @@ linters:
- gomnd - gomnd
- goprintffuncname - goprintffuncname
- gosec - gosec
- ifshort
- importas - importas
- lll - lll
- makezero - makezero