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

Add Golang linting to pre-commit #83

Merged
merged 9 commits into from
Sep 19, 2024
Merged

Commits on Sep 19, 2024

  1. Add Golang linting to pre-commit

    This is a copy of what we use in our Terraform Provider repo, but we can
    add/remove/tweak any of these per the documentation at
    https://github.com/dnephin/pre-commit-golang.
    mitchnielsen committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b6c9566 View commit details
    Browse the repository at this point in the history
  2. Add CI workflow for static analysis

    Will run jobs related to static analysis, currently just pre-commit.
    mitchnielsen committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    332d57c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    565ad54 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c0aaef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ff2d92 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d9d5fab View commit details
    Browse the repository at this point in the history
  7. Mention how to get tomlv

    mitchnielsen committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    04752aa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b877f29 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3e1a358 View commit details
    Browse the repository at this point in the history