it seems, that the helpUrl is hardcoded in the cli
Expected Behavior

Current Behavior

Affected packages
Possible Solution
const output = format(report, {
color: flags.color,
verbose: flags.verbose,
helpUrl: flags.helpUrl
});
Context
We have some custom rules for our commit rules in our confluence, so I'd like to reference it in the helpUrl
| Executable |
Version |
commitlint --version |
8.1.0 |
git --version |
2.23.0.windows.1 |
node --version |
10.15.0 |
it seems, that the helpUrl is hardcoded in the cli
Expected Behavior
Current Behavior
Affected packages
Possible Solution
const output = format(report, {
color: flags.color,
verbose: flags.verbose,
helpUrl: flags.helpUrl
});
Context
We have some custom rules for our commit rules in our confluence, so I'd like to reference it in the helpUrl
commitlint --versiongit --versionnode --version