Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ commit-guard --disable body,signed-off,signature
Available checks:

* `subject` - Format matches `type(scope): description`, valid type,
lowercase start, no trailing `.` `!` `?` or space, max 72 chars
lowercase start, no trailing `.` `!` `?` or space, max 72 chars
* `imperative` - First word is an imperative verb (for example `add` not `added`)
* `body` - Blank line separates subject from body, and body is non-empty
* `signed-off` - `Signed-off-by:` trailer exists
* `signature` - Verify GPG or SSH signature via the GitHub Commits API or
public key lookup
public key lookup

### Subject length

Expand Down
Loading