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
golangci-lint added the `--timeout` option to replace `--deadline` in
2019: golangci/golangci-lint#793
In v1.57.0, they fully removed the `--deadline` option, breaking the
current package: https://github.com/golangci/golangci-lint/releases/tag/v1.57.0
This changes the `--deadline` option for the `--timeout` option, but
leaves the configuration for it as-is to not break existing
configuration.
0 commit comments