Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .gitlint
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ line-length=100

# Conventional commit types allowed in this repo.
[contrib-title-conventional-commits]
types=feat,fix,refactor,docs,test,chore,ci,perf,build
types=feat,fix,refactor,docs,test,chore,ci,perf,build,revert
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ remove pre-existing dead code the issue does not mention.

Use [Conventional Commits](https://www.conventionalcommits.org/). The commit
subject must start with a type prefix (`feat`, `fix`, `refactor`, `docs`,
`test`, `chore`, `ci`, `perf`, `build`) followed by an optional scope and colon:
`test`, `chore`, `ci`, `perf`, `build`, `revert`) followed by an optional scope and colon:

```
<type>(<scope>): <short description>
Expand Down
Loading