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
It would be nice to have a smaller config file when only making small alterations to the Default Config of commitlint. Adding a behavior allowing users to override the default config would allow for much smaller .commitlint.yaml files.
e.g.
# .commitlint.yamlextends: default# or maybeformatter: overwrite # or `extend`, 'overlay', 'merge', ...etc# then just what values should be overwrittensettings:
# Loosen up on the line lengthsheader-max-length:
argument: 72body-max-line-length:
argument: 100footer-max-line-length:
argument: 100
The text was updated successfully, but these errors were encountered:
It would be nice to have a smaller config file when only making small alterations to the Default Config of commitlint. Adding a behavior allowing users to override the default config would allow for much smaller
.commitlint.yaml
files.e.g.
The text was updated successfully, but these errors were encountered: