-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Golint is deprecated #4943
Comments
Let's try to deprecate the entire |
Maybe it'd be good to introduce the separate job that runs listing against entire codebase with using https://github.com/golangci/golangci-lint. |
Static check are all over the place. We use at least 3 different binaries for static checks and different approaches.
We really need to look at some unified approach for static checks for all go code. Let's validate if golangci-lint running as a separate job would be enough. That job would run only when the go code is replaced. We can maintain it and configure autobumper so bumping is easy. Let's work on that ASAP since it's getting out of hand. |
This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs. Thank you for your contributions. |
Related issue: kyma-project/kyma#11053 |
This issue has been automatically marked as stale due to the lack of recent activity. It will soon be closed if no further activity occurs. Thank you for your contributions. |
This issue or PR has been automatically marked as stale due to the lack of recent activity. This bot triages issues and PRs according to the following rules:
You can:
If you think that I work incorrectly, kindly raise an issue with the problem. /lifecycle stale |
/remove-lifecycle stale |
This issue or PR has been automatically marked as stale due to the lack of recent activity. This bot triages issues and PRs according to the following rules:
You can:
If you think that I work incorrectly, kindly raise an issue with the problem. /lifecycle stale |
This issue or PR has been automatically closed due to the lack of activity. This bot triages issues and PRs according to the following rules:
You can:
If you think that I work incorrectly, kindly raise an issue with the problem. /close |
@kyma-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This issue or PR has been automatically marked as stale due to the lack of recent activity. This bot triages issues and PRs according to the following rules:
You can:
If you think that I work incorrectly, kindly raise an issue with the problem. /lifecycle stale |
I believe we already agreed to use |
@Ressetkk: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Description
Golint was deprecated: golang/go#38968
A golint is run by before-commit.sh script. This script is starting multiple tests/linters apart from golint.
A list of features provided by script should be used as a list of prowjobs to create.
Each prowjob should implement one feature from the list.
At the end all features must be provided by some standalone prowjob with dedicated tool.
Reasons
Acceptance Criteria
Attachments
/kind deprecation
The text was updated successfully, but these errors were encountered: