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

chore: add formatting and ci tools for go #247

Merged
merged 2 commits into from Oct 7, 2022

Commits on Oct 7, 2022

  1. chore: add formatting and ci tools for go

    - Install golangci-lint and gci via check-setup
    - Add Makefile targets for golang-ci and golang-ci-fix. The former runs
      the same checks as CI while the latter tries to fix any errors (e.g.
      like incorrect formatting, not everything is automatically fixable)
    fiam committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    ca80fe1 View commit details
    Browse the repository at this point in the history
  2. fix: move commands with side-effects to setup-dev

    Add also a Makefile target to run it
    fiam committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    ea51d3e View commit details
    Browse the repository at this point in the history