-
Notifications
You must be signed in to change notification settings - Fork 3
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
refactor: evaluate RuleElements with @sindresorhus/ow#isValid #101
base: master
Are you sure you want to change the base?
Conversation
Production 1. @sindresorhus/[email protected] 2. [email protected] Development 1. @semantic-release/[email protected] 2. @semantic-release/[email protected] 3. @semantic-release/[email protected] 4. @semantic-release/[email protected] 5. @semantic-release/[email protected] 6. @semantic-release/[email protected] 7. [email protected] 8. [email protected] 9. [email protected] 10. [email protected] 11. [email protected] 12. [email protected] 13. [email protected] 14. [email protected] 15. [email protected] 16. [email protected] 17. [email protected] 18. [email protected] 19. [email protected] 20. [email protected] 21. [email protected] 22. [email protected] 23. [email protected] 24. [email protected] 25. [email protected] 26. [email protected] 27. [email protected] 28. [email protected] 29. [email protected] 30. [email protected] 31. [email protected] 32. [email protected] 33. [email protected] 34. [email protected] 35. [email protected] 36. [email protected] 37. [email protected] 38. [email protected] 39. [email protected] 40. [email protected] 41. [email protected] 42. [email protected] Run - npm audit fix - npm prune - npm dedupe Closes #57 Closes #66 Closes #69 Closes #70 Closes #72 Closes #80 Closes #84 Closes #87 Closes #95 Closes #99
Update dev-dependencies: 1. [email protected] --save-dev 2. [email protected] --save-dev 3. [email protected] --save-dev Remove unused dev and prod dependencies. \#97
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.
The PR diff size of 41721 lines exceeds the maximum allowed for the inline comments feature.
Update dev-dependencies: 1. [email protected] 2. [email protected] 3. [email protected] 4. [email protected] 5. [email protected] 6. [email protected] 7. [email protected] 8. [email protected] 9. [email protected] 10. [email protected] \#97
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.
The PR diff size of 43253 lines exceeds the maximum allowed for the inline comments feature.
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.
The PR diff size of 43356 lines exceeds the maximum allowed for the inline comments feature.
Code Climate has analyzed commit b8629f2 and detected 0 issues on this pull request. View more on Code Climate. |
Pull Request (PR)
RuleElement
operator methods to use@sindresorhus/ow#isValid
.archetypes-rules
=>@archetypes/rules
.Associated issue(s)
Closes #97
Closes #103
completed, tested, and validated.
require updates.
View the "Code Review Cheat-sheet"...
Rule 1: Review all Code before Releasing it
Do the code reviews before deployment.
Why:
Rule 2: All developers review code
Make sure all your developers get to review code.
Why:
Rule 3: Four-to-Eight (4-8) Hours per Developers per Week
The optimal amount of time to spend on code reviews is between 0.5 to 1 day per
week per developer.
Rule 4: Don't Release Code that Fails Reviews
Make code reviews blocking, that is, don’t deploy before they have been carried
out.
Rule 5: More Rigor, Better Quality and Velocity
Be strict and thorough when reviewing code.
Why:
Code quality summary
Code quality, vulnerability, and standards compliance tools
How to format, lint, and test your changes
Open a Terminal, go to the root directory for archetypes-rules, and run:
$ npm test
How to test a release
The Pre-release test instructions include step-by-step guidelines for bundling, packing, and testing this module as it would be released on NPM.