Skip to content
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

refactor: Update & Fix golangci-lint #408

Merged
merged 2 commits into from
Mar 28, 2023
Merged

refactor: Update & Fix golangci-lint #408

merged 2 commits into from
Mar 28, 2023

Conversation

apricote
Copy link
Member

Update the golangci-lint configuration to replace any deprecated linters and fix issues that are present. This also includes issues that were present before this PR, as the linter was not running in our CI and quite a few issues creeped in over time.

This also consolidates all the CI workflows running during push & pull_requests into a single workflow with multiple jobs, as I personally find that easier to navigate in the web interface.

@apricote apricote self-assigned this Mar 21, 2023
@apricote apricote requested a review from a team as a code owner March 21, 2023 14:57
Copy link
Contributor

@samcday samcday left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Combine all CI workflows running on `push` & `pull_request` triggers into a single workflow and add golangci-lint to it.
Replace outdated linters and fix any issues that were present on the code.
@apricote
Copy link
Member Author

@samcday Appreciate the approval, but I think e2e tests are broken right now, waiting for them to finish,

@apricote
Copy link
Member Author

Seems like the failure before the rebase was a flake (across all runs?). Merging..

@apricote apricote merged commit 65a1c5f into main Mar 28, 2023
@apricote apricote deleted the imports branch March 28, 2023 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants