Support for commitizen modules
See original GitHub issueCommitizen is a tool for enforcing style of git commit messages, it’s quite useful. However, npm-check
is giving me a hard time about unused dependencies.
test-cz 😕 NOTUSED? Possibly never referenced in the code.
npm uninstall --save-dev test-cz to remove.
My package.json looks like this:
{
"devDependencies": {
"test-cz": "^0.1.0"
},
"config": {
"commitizen": {
"path": "./node_modules/test-cz"
}
}
Issue Analytics
- State:
- Created 8 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Commitizen - GitHub Pages
Commitizen. Simple commit conventions for internet citizens. Download .zip Download .tar.gz View on GitHub. Commitizen is maintained by commitizen
Read more >commitizen - npm
Start using commitizen in your project by running `npm i commitizen`. There are 670 other projects in the npm registry using commitizen.
Read more >commitizen - PyPI
Python commitizen client tool. ... PyPI Package latest release PyPI Package download count (per month) Supported versions homebrew Codecov pre-commit.
Read more >Writing conventional commits with commitizen - Egghead.io
Adding ES6 Support to Tests using Mocha and Babel ... Commitizen adds a binary to our node modules directory call gitcz.
Read more >Supported hooks - pre-commit
fix-encoding-pragma - adds # -*- coding: utf-8 -*- to the top of python files. forbid-new-submodules - prevents addition of new git submodules. forbid- ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Resolved by #122, thanks to @LinusU 😄
Pull request submitted 🙌