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

Improve Go-linting in CI #4665

Closed
wants to merge 17 commits into from
Closed

Conversation

jamlo
Copy link
Contributor

@jamlo jamlo commented Oct 25, 2024

Currently Go linting is tightly coupled with pre-commits, which make things very complex and error prone.

This commit removes Go linting from any pre-commit logic, and only have it as a first class citizen in Github Actions.

More tasks were created to simplify all the tooling about pre-commits and linting, but will tackle it one step at a time.

Currently Go linting is tightly coupled with pre-commits, which
make things very complex and error prone. This commit removes
Go linting from any pre-commit logic, and only have it as a first
class citizen in Github Actions.
More tasks were created to simplify all the tooling about pre-commits
and linting, but will tackle it one step at a time.

Linear: https://linear.app/expanso/issue/ENG-292/bring-back-lint
Github: 4650
Copy link

linear bot commented Oct 25, 2024

ENG-292 Bring back lint

@jamlo
Copy link
Contributor Author

jamlo commented Oct 28, 2024

Closing in favor of #4672

@jamlo jamlo closed this Oct 28, 2024
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.

1 participant