-
Notifications
You must be signed in to change notification settings - Fork 0
Main #1
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
Main #1
Conversation
…ackage configuration
Provide longer description
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.
Review by Korbit AI
Korbit automatically attempts to detect when you fix issues in new commits.
Category | Issue | Status |
---|---|---|
Redundant type-empty rule ▹ view |
Files scanned
File Path | Reviewed |
---|---|
commitlint.config.js | ✅ |
Explore our documentation to understand the languages and file types we support and the files we ignore.
Check out our docs on how you can make Korbit work best for you and your team.
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.
/korbit-generate-pr-description
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.
Checklist
Description by Korbit AI
What change is being made?
Update the commitlint configuration by adding specific commit message rules, remove commitlint configuration from
package.json
, and add@commitlint/cli
and@commitlint/config-conventional
as devDependencies.Why are these changes being made?
The commitlint rules have been enhanced to enforce that commit types and subjects are not empty, ensuring better commit message quality. Moving the rules to a separate
commitlint.config.js
file provides clearer configuration management. Adding the necessary commitlint packages as devDependencies ensures the configuration is properly supported.