Skip to content

Pin verification tool versions used by Makefile and CI#33

Merged
ametel01 merged 2 commits into
mainfrom
feat/27-pin-tool-versions
Mar 14, 2026
Merged

Pin verification tool versions used by Makefile and CI#33
ametel01 merged 2 commits into
mainfrom
feat/27-pin-tool-versions

Conversation

@ametel01
Copy link
Copy Markdown
Owner

Summary

  • Pins staticcheck@2025.1.1, golangci-lint@v2.11.3, and govulncheck@v1.1.4 as Makefile variables
  • CI now runs make verify directly instead of installing tools separately with @latest
  • Both local and CI resolve identical tool versions from the same source of truth

Closes #27

Test plan

  • make verify passes locally with pinned versions
  • CI workflow uses make verify which installs pinned tools automatically
  • Version variables are overridable via make GOLANGCI_LINT_VERSION=v2.12.0 tools

🤖 Generated with Claude Code

ametel01 and others added 2 commits March 14, 2026 13:58
Suggestions() now accepts persisted state and skips tools whose hook
status is already applied or declined. ApplyConfirmedSuggestions()
unconditionally reconciles state to applied, even when the init line
already exists in the rc file.

Closes #26

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Define staticcheck, golangci-lint, and govulncheck versions as Makefile
variables instead of using @latest. CI now runs make verify directly,
resolving the same pinned versions as local development.

Closes #27

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 14, 2026

Warning

Rate limit exceeded

@ametel01 has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 2 minutes and 50 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 1dd071e2-d7f1-4b7a-80a8-a6a404cb42fc

📥 Commits

Reviewing files that changed from the base of the PR and between fab10b5 and 4d6c9c1.

📒 Files selected for processing (6)
  • .github/workflows/ci.yml
  • CHANGELOG.md
  • Makefile
  • cmd/atb/runtime.go
  • internal/shell/shell.go
  • internal/shell/shell_test.go
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat/27-pin-tool-versions
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@ametel01 ametel01 merged commit f14dd76 into main Mar 14, 2026
4 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.

Pin verification tool versions used by Makefile and CI

1 participant