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
The built-in typecheck cannot run on single files and will cause a
compilation error as soon as we attempt to lint a file that requires a
file from the same package. As a best-effort workaround now linting
the entire package a file has been changed in in the pre-commit hook.
golangci/golangci-lint#1574 (comment)golangci/golangci-lint#2912
0 commit comments