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

Adds Go Linter #32

Merged
merged 3 commits into from
Jul 8, 2024
Merged

Adds Go Linter #32

merged 3 commits into from
Jul 8, 2024

Conversation

nitaliano
Copy link
Contributor

@nitaliano nitaliano commented Jun 28, 2024

Description

This PR adds golangci-lint, this is what we're using in the monorepo.

  • Updates local-dev-setup.sh to include an install step for the linter to be used locally
  • Updates Justfile to include a new command called lint-go. The command used here is shamelessly copied from the monorepo. I figure it's best to start with the same linting rules and adjust from here.
  • Updates CI to run the linter
  • Fixes lint issues

@nitaliano nitaliano changed the title Nick/go lint Adds Go Linter Jun 28, 2024
@nitaliano nitaliano marked this pull request as ready for review June 28, 2024 20:30
@nitaliano nitaliano requested a review from a team as a code owner June 28, 2024 20:30
@nitaliano nitaliano merged commit a209230 into main Jul 8, 2024
3 checks passed
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.

3 participants