Skip to content

gitlint: Fix Co-authored-by handling #3165

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

Closed
wants to merge 1 commit into from

Conversation

cperciva
Copy link
Contributor

@cperciva cperciva commented Oct 5, 2022

Changes

Prior to this commit, Firecracker's gitlint rules failed any commit message which had any line after the last Co-authored-by tag, including a blank line. This commit ignores blank lines in this case.

Reason

Gitlint test was failing on #3155 without any good reason.

License Acceptance

By submitting this pull request, I confirm that my contribution is made under
the terms of the Apache 2.0 license.

PR Checklist

  • All commits in this PR are signed (git commit -s).
  • [N/A] If a specific issue led to this PR, this PR closes the issue.
  • The description of changes is clear and encompassing.
  • [N/A] Any required documentation changes (code and docs) are included in this PR.
  • [N/A] New unsafe code is documented.
  • [N/A] API changes follow the Runbook for Firecracker API changes.
  • [N/A] User-facing changes are mentioned in CHANGELOG.md.
  • [N/A] All added/changed functionality is tested.

  • This functionality can be added in rust-vmm.

Prior to this commit, Firecracker's gitlint rules failed any commit
message which had any line after the last Co-authored-by tag,
including a blank line.  This commit ignores blank lines in this
case.

Signed-off-by: Colin Percival <cperciva@freebsd.org>
@cperciva
Copy link
Contributor Author

cperciva commented Oct 5, 2022

Oops, looks like this got fixed yesterday. Sorry for the noise.

@cperciva cperciva closed this Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant