Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 426 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 426 Bytes

@ACL all

check-branch-name

A check-branch-name hook for pre-commit.

See also: https://github.com/pre-commit/pre-commit

Using with pre-commit

Add this to your .pre-commit-config.yaml

-   repo: https://github.com/aneustroev/check-branch-name
    rev: v0.0.2  # Use the ref you want to point at
    hooks:
    -   id: check-branch-name
        args:
            - --regexp=".*"