Skip to content

Add new command to review structure of commits on branch #7

@mcampbell508

Description

@mcampbell508

This will be designed to review commits so that they follow "good commit message guidelines" as outlined here

https://chris.beams.io/posts/git-commit/

Command name could possibly be review:commits

Possible options:

reviews:
  commits:
    recommended_max_commits: 10
    subject:
      max_length: 60
      capitalised: true
      no_full_stop: true
      imperative_check: true
      prefix_regex: ""
    body:
      wrapped_line_length: 72
      recommended_min_characters: 30 # use to explain the why behind a commit's existence
      issue_reference_regex: ""

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions