Skip to content

gitlint: Fix Co-authored-by handling#3165

Closed
cperciva wants to merge 1 commit into
firecracker-microvm:mainfrom
cperciva:gitlint-fix
Closed

gitlint: Fix Co-authored-by handling#3165
cperciva wants to merge 1 commit into
firecracker-microvm:mainfrom
cperciva:gitlint-fix

Conversation

@cperciva

@cperciva cperciva commented Oct 5, 2022

Copy link
Copy Markdown
Contributor

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

cperciva commented Oct 5, 2022

Copy link
Copy Markdown
Contributor Author

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