Skip to content

Add check_branch_conventions CI checks#7652

Open
peterbarker wants to merge 1 commit intoArduPilot:masterfrom
peterbarker:pr/check-branch-conventions.py
Open

Add check_branch_conventions CI checks#7652
peterbarker wants to merge 1 commit intoArduPilot:masterfrom
peterbarker:pr/check-branch-conventions.py

Conversation

@peterbarker
Copy link
Copy Markdown
Contributor

            self.check_merge_commits(),
            self.check_fixup_commits(commits),
            self.check_commit_lengths(commits),
            self.check_author_emails(),

As opposed to ArduPilot's main repo checks:

            self.check_merge_commits(),
            self.check_fixup_commits(commits),
            self.check_commit_messages(commits),
            self.check_commit_lengths(commits),
            self.check_author_emails(),
            self.check_submodule_isolation(),
            self.check_submodule_references_exist(),
            self.check_markdown(),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

1 participant