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
// Commitlint automatically ignores some kinds of commits like Revert commit messages.
57
+
// We need to set this value to false to apply our rules on these messages.
58
+
defaultIgnores: false,
54
59
plugins: [
55
60
// TODO (ideas for more rules):
56
61
// * Detect if paragraphs in body have been cropped too shortly (less than 64 chars), and suggest same auto-wrap command that body-soft-max-line-length suggests, since it unwraps and wraps (both).
57
-
// * Detect reverts which have not been elaborated.
58
62
// * Reject some stupid obvious words: change, update, modify (if first word after colon, error; otherwise warning).
59
63
// * Think of how to reject this shitty commit message: https://github.com/nblockchain/NOnion/pull/34/commits/9ffcb373a1147ed1c729e8aca4ffd30467255594
60
64
// * Workflow: detect if wip commit in a branch not named "wip/*" or whose name contains "squashed".
0 commit comments