-
-
Notifications
You must be signed in to change notification settings - Fork 639
Remove .npmignore files
#1885
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
Remove .npmignore files
#1885
Conversation
WalkthroughTwo Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
💤 Files with no reviewable changes (2)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (9)
Comment |
Code Review: Remove .npmignore filesSummaryThis PR removes AnalysisCorrectness of the ChangeThe change is technically correct. According to the npm documentation:
Since both packages have explicit Quality and Best Practices
Testing and ValidationThe project has automated package validation via publint in CI (.github/workflows/lint-js-and-ruby.yml:90). This will verify the package contents are correct after the change. The CI will catch any issues if the Minor ObservationThe Pro package lint workflow (.github/workflows/pro-lint.yml) does not include publint checks. While this PR is safe, it would be beneficial to add similar validation for the Pro package to ensure consistency. No Security ConcernsNo security issues identified. The explicit Recommendations
Checklist ReviewThe author correctly marked the checklist items as not applicable:
Overall: LGTM This is a safe, beneficial cleanup that removes redundant configuration files. |
Summary
The
.npmignorefiles don't do anything in practice since all our packages havefilesinpackage.json, the.npmignorefiles are at the root, and https://docs.npmjs.com/cli/v11/configuring-npm/package-json#files saysPull Request checklist
Add/update test to cover these changesUpdate documentationUpdate CHANGELOG fileThis change is
Summary by CodeRabbit