chore(gitignore): explicit docs/node_modules/ (Scorecard FP cleanup)#474
Conversation
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
CodeAnt AI is reviewing your PR. Thanks for using CodeAnt! 🎉We're free for open-source projects. if you're enjoying it, help us grow by sharing. Share on X · |
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 53 minutes and 33 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the 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 configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ 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 |
|
|
CodeAnt AI finished reviewing your PR. |



Add explicit docs/node_modules/ entry to .gitignore for Scorecard BinaryArtifacts (6 alerts). The recursive node_modules/ pattern already covers this, but explicit entry documents the audit cleanup intent.
Note: existing committed files require git-filter-repo to remove from history; this PR only prevents future commits.
Note
Low Risk
Low risk change limited to
.gitignore, only affecting which files can be newly tracked/committed. No runtime behavior or production code is impacted.Overview
Adds an explicit
.gitignoreentry fordocs/node_modules/(in addition to the existingnode_modules/ignore) to document and prevent future inclusion of docs dependency artifacts, addressing Scorecard BinaryArtifacts false positives.Reviewed by Cursor Bugbot for commit bf4d5db. Bugbot is set up for automated code reviews on this repo. Configure here.