-
-
Notifications
You must be signed in to change notification settings - Fork 370
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
Enable more go linters [ready to split] #2960
Conversation
Deployment of preview was successful: https://woodpecker-ci-woodpecker-pr-2960.surge.sh |
I'm a bit confused about how pre-commit is handling |
Some remaining issues where I would like to get some input:
|
bdd0b5e
to
5cdd88c
Compare
Thanks! Will take care. |
feb8a92
to
01cf61a
Compare
in that case I'll reopen so it dont get deleted and the pull remains as TODO |
Github never deletes code (except on force pushes) I think. The commits and PR diff should always be available, also on PR close/branch deletion. |
Mostly those that did not require much work. From #2960 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
I've added dedicated PRs for all missing linters. Closing again. |
Mostly those that did not require much work. From woodpecker-ci#2960 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Use `nolint` directives instead. From woodpecker-ci#2960
Supersedes: #977