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
Ignore rules on a per commit basis by adding e.g.: gitlint-ignore: T1, body-hard-tab to your git commit message.
Use gitlint-ignore: all to disable gitlint all together for a specific commit.
body-is-missing will now automatically be disabled for merge commits (use the ignore-merge-commit: false option to disable this behavior)
Violations are now sorted by line number first and then by rule id (previously the order of violations on the
same line was arbitrary).