question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support for commitizen modules

See original GitHub issue

Commitizen 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:closed
  • Created 8 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
lijunlecommented, Mar 25, 2016

Resolved by #122, thanks to @LinusU 😄

0reactions
LinusUcommented, Mar 24, 2016

Pull request submitted 🙌

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found