Development#59
Conversation
- Replace all ./deepscanbot references with go run ./apps/cli - Update .gitignore to exclude all scan-results-* files - Docs build verified successful
- ci.yml: Run on all pushes/PRs. Checks: formatting (gofumpt), imports (gci), lint (golangci-lint), build, tests, go mod tidy - release.yml: Trigger on v* tags. Builds binaries for linux (amd64/arm64), darwin (amd64/arm64), windows (amd64). Generates checksums and creates GitHub Release - release-docs.yml: Trigger on main branch pushes. Builds Docusaurus documentation and deploys to gh-pages branch
Feat/format lefthook setup
t.Chdir requires Go 1.24+, but CI runner uses Go 1.22. Replaced with os.Chdir + t.Cleanup pattern to fix CI pipeline.
feat: add GitHub Actions CI/CD workflows
feat(cli): changed the branch actions
|
Warning Review limit reached
More reviews will be available in 58 minutes and 49 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (13)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
Pull Request Title
Provide a brief title that describes your changes (e.g., "Add feature X" or "Fix issue #123").
Description
What does this PR do?
Provide a concise summary of your changes and what issue or feature they address.
Related Issues
Link any related issue(s) with references to help reviewers understand the context.
Type of Change
Checklist
Please ensure the following have been completed before submitting:
gofumpt.goimportsorgci.golangci-lint.go test ./....Screenshots (if applicable)
Provide screenshots or GIFs if this PR changes the UI or has visible results.
Additional Context
Include any other context, references, or information that may be useful for the reviewers.
Thank you for your contribution!
We appreciate your efforts in making this project better.