Skip to content

Add safeguards to deter people from making any changes to commit message formats #62

@twarit-waikar

Description

@twarit-waikar
  1. Add a comment here that says the changing the commit message format is a significant change which needs to be evaluated by code owners. The blast radius of changing this format needs to be contained in a single location.
    std::string commitMsg = cl + " - " + desc + "\n[p4-fusion: depot-paths = \"" + depotPath.substr(0, depotPath.size() - 3) + "\": change = " + cl + "]";
  2. Add tests the try to detect if a change in the commit message format has been made and if it is a valid change.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions