You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- unparam # This was added while we used go1.18 which means it's always been disabled. It may eventually be re-enabled and we'll need to fix what it finds
presets:
- bugs
- unused
disable:
- scopelint # obsoleted by exportloopref
# Disabled as deprecation was announced in golanci-lint 1.49
- structcheck
- deadcode
- varcheck
# The below rules are disabled due to bug with go1.18 and generics: https://github.com/golangci/golangci-lint/issues/2859