generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 169
Open
Description
Prow has many plugins/cmds that we don't need, or GitHub implemented them as features since we wrote them:
Examples:
- golint, it uses
golang.org/x/lintwhich is deprecated, repositories should be running golangci-lint as a verify/unit test job - dco. GitHub offers native DCO checking as a repository setting. https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-the-commit-signoff-policy-for-your-repository
- jenkins: We don't use this anymore
- buildifier: We don't use bazel anymore. Also, it's a linter that should run in a verify/lint job
Most of these are pulling large/unmaintained dependencies that we should drop from prow.
Metadata
Metadata
Assignees
Labels
No labels