-
Notifications
You must be signed in to change notification settings - Fork 9
Didn't work? #38
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
Comments
@xieyezi Hi, thanks for your detailed report. At first, it seems you need separately install & setup commitlint. It should be as followings:
Commitlint works now with the following config.
In addition, your config file for cz-customizable is not
BTW, module.exports = {
extends: [
'cz'
],
rules: {
'type-empty': [2, 'never'],
'type-subject': [2, 'never']
}
}; I hope this solves issues 😃 |
@whizark thanks got your reply , I do what you said,but still have this problem? |
@whizark :this is my repository |
@xieyezi Ah, sorry for my typo in
|
@whizark hi, I try you said,but it's still like before? |
@whizark hi, maybe some files not changes,so I delete |
Why not build it in? |
Excellent! |
version:
"commitlint-config-cz": "^0.12.1"
bug:
I use
npm install commitlint-config-cz --save-dev
installcommitlint-config-cz
,and I use it withcommitizen
andcz-customizable
, but it not work.this is my
project.json
:this is my
commitlint.config.js
:this is my
.cz-config.js
:What's Happening
after i write those,I use
git commit -m "xxxx"
directly to commit, it's still pass the check,i don't konw why,hope got you resolve! thank you!repository
this is my repository
The text was updated successfully, but these errors were encountered: