-
Notifications
You must be signed in to change notification settings - Fork 204
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels