-
Notifications
You must be signed in to change notification settings - Fork 913
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
customizing helpUrl #781
Comments
Is there any doc about customizing helpUrl? {
formatter: '@commitlint/format',
} in commitlint.config.js, but the value of property formatter should be type of string. It confused me that how to use the solution above: const output = format(report, {
color: flags.color,
verbose: flags.verbose,
helpUrl: flags.helpUrl
}); |
Hey @zz1211, you're right, it's not yet mentioned in the docs. It should be.
Does this help? |
Hi @escapedcat , thanks, it helps me 😊 |
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 --version
git --version
node --version
The text was updated successfully, but these errors were encountered: