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
fix(rules): ignore comments in signed-off-by (#2098)
Fix `signed-off-by` rule to ignore lines starting with `#`.
These lines are comments. They are added by `git commit` at the end of
the commit message template to show which files are included in
the commit, and removed from the actual commit message.
Before this change, the rule `signed-off-by` was rejecting pretty much
all commit messages created by `git commit` from the command line.
With this change in place, the rule ignores commits and accepts commit
message created by `git commit` from the command line.
Signed-off-by: Miroslav Bajtoš <[email protected]>
0 commit comments