-
Notifications
You must be signed in to change notification settings - Fork 20
gitlint: allow commit messages to contain long footnotes #150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gitlint: allow commit messages to contain long footnotes #150
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK - I am all for bending the rules for better readability.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm. But I think the two "deleteme" commits should be removed before merging
363f55a
to
7aa25b9
Compare
Ignore lines that start like `[1]: ` or `[2]: ` such that we can have long text like URLs in the commits without triggering other gitlint body rules. Signed-off-by: John Mulligan <[email protected]>
7aa25b9
to
2cde6d1
Compare
This PR also enables the extremely useful feature of being able to put ascsii art in the message without tickling gitlint. Just prefix each line with
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Ignore lines that start like `[1]: ` or `[2] ` such that we can have long text like URLs in the commits without triggering other gitlint body rules. Copied from the same changes already made in samba-container (PR samba-in-kubernetes/samba-container#150). Signed-off-by: John Mulligan <[email protected]>
Ignore lines that start like `[1]: ` or `[2] ` such that we can have long text like URLs in the commits without triggering other gitlint body rules. Copied from the same changes already made in samba-container (PR samba-in-kubernetes/samba-container#150). Signed-off-by: John Mulligan <[email protected]>
Ignore lines that start like `[1]: ` or `[2] ` such that we can have long text like URLs in the commits without triggering other gitlint body rules. Copied from the same changes already made in samba-container (PR samba-in-kubernetes/samba-container#150). Signed-off-by: John Mulligan <[email protected]>
Ignore lines that start like `[1]: ` or `[2] ` such that we can have long text like URLs in the commits without triggering other gitlint body rules. Copied from the same changes already made in samba-container (PR samba-in-kubernetes/samba-container#150). Signed-off-by: John Mulligan <[email protected]>
Configure gitlint to ignore lines that start like
[1]:
or[2]
such that we can have long text like URLs in the commits without triggering other gitlint body rules.PR contains two test commits to demonstrate the change that must be removed prior to merging.