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 version v1.57.0 removed the --deadline flag. Details.
As a result, linting fails with this error
Suspicious state from syntax checker golangci-lint: Flycheck checker golangci-lint returned 3, but its output contained no errors: Error: unknown flag: --deadline
Failed executing command with error: unknown flag: --deadline
Try installing a more recent version of golangci-lint, and please open a bug report if the issue persists in the latest release. Thanks!
The text was updated successfully, but these errors were encountered:
golangci-lint version v1.57.0 removed the
--deadline
flag. Details.As a result, linting fails with this error
The text was updated successfully, but these errors were encountered: