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
If the header contains ! (exclamation mark) in type/scope part (to indicate breaking changes), then the type and subject are treated as empty.
This behavior occurs even if I disable subject-exclamation-mark rule:
"subject-exclamation-mark": [0, "always"],
The text was updated successfully, but these errors were encountered:
commitlint CLI finds no errors in such COMMIT_MESSAGE file.
but commitliint extension does.
enabled commitlint.preferBundledLibraries option does not change this behavior.
If the header contains
!
(exclamation mark) intype/scope
part (to indicate breaking changes), then the type and subject are treated as empty.This behavior occurs even if I disable
subject-exclamation-mark
rule:The text was updated successfully, but these errors were encountered: