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 targets being removed were used by Travis CI, which is long gone.
Golangci-lint is now run by GHA CI without any help from the Makefile.
If a developer wants to run it locally,
they probably have it installed already, and typing
golangci-lint run ./...
is relatively easy.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
0 commit comments