You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use cz-customizable for Java project, which not contains package.json configuration. So I set the global git hooks for all the Java projects.
macOS system works fine, cz-customizable could use the config file in the home path.
Windows system with one disk works fine, cz-customizable could use the config file in the home path, too.
Windows system with more than one disk works failed, for example D disk, cz-customizable could not find the config file in the home path in C disk.
So I was wondering,
commitlint can set config parameter at startup: npx commitlint --config /my/path/commitlint.config.js
Could cz-customizable running like as below ? npx cz-customizable --config /my/path/.cz-config.js
If not, how could I solve the problem?
The text was updated successfully, but these errors were encountered:
I'm trying to use
cz-customizable
for Java project, which not contains package.json configuration. So I set the global git hooks for all the Java projects.So I was wondering,
commitlint can set config parameter at startup:
npx commitlint --config /my/path/commitlint.config.js
Could cz-customizable running like as below ?
npx cz-customizable --config /my/path/.cz-config.js
If not, how could I solve the problem?
The text was updated successfully, but these errors were encountered: