-
Notifications
You must be signed in to change notification settings - Fork 538
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
chore: add script to verify READMEs and apply few fixes #2242
Conversation
[pkg-repo-url]: https://github.com/nestjs/nest | ||
[pkg-npm-url]: https://www.npmjs.com/package/@nestjs/core |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these were not used in the readme
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2242 +/- ##
==========================================
- Coverage 90.97% 90.30% -0.68%
==========================================
Files 146 147 +1
Lines 7492 7263 -229
Branches 1502 1509 +7
==========================================
- Hits 6816 6559 -257
- Misses 676 704 +28 |
It would be really nice if this also had an option of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some nits.
detectors/node/opentelemetry-resource-detector-container/README.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good old fashioned homemade linter 🤖 Love this for consistency
…ry#2242) * chore: add script to verify README for instrumentations * ci: add verify readmes to lint workflow * chore: md lint * fix: ci lint step * revert: README changes to detectors * refactor: rename verify-readme to lint-readme * fix: remove console log on success * refactor: use auto instrumentations deps to lable node or web * Update scripts/lint-readme.js Co-authored-by: Trent Mick <[email protected]> --------- Co-authored-by: Trent Mick <[email protected]>
I am looking into opportunities to improve how we manage READMEs.
This PR adds a script to verify few peaces of instrumentation README, as well as introducing few fixes where the content was wrong, missing, or not consistent with other packages.
Currently, this is done for instrumentation packages, but can be extended to other packages later on