chore(golangci-lint): add some exclusion presets

To avoid cropping up new findings for commonly ignored issues for now.
This commit is contained in:
Ville Skyttä 2025-05-28 22:35:15 +03:00 committed by Marc Khouzam
parent 4af7b64d31
commit c8289c1030

View file

@ -52,3 +52,8 @@ linters:
#- unparam #- unparam
- unused - unused
#- whitespace #- whitespace
exclusions:
presets:
- common-false-positives
- legacy
- std-error-handling