Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cd55790

Browse files
eyllanescLee-W
authored andcommittedFeb 22, 2022
fix: remove type ignore
1 parent 031f7c7 commit cd55790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ version_files = [
3030
## Why are `revert` and `chore` valid types in the check pattern of cz conventional_commits but not types we can select?
3131

3232
`revert` and `chore` are added to the "pattern" in `cz check` in order to prevent backward errors, but officially they are not part of conventional commits, we are using the latest [types from Angular](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#type) (they used to but were removed).
33-
However, you can create a customized `cz` with those extra types. (See [Customization](customization.md))
33+
However, you can create a customized `cz` with those extra types. (See [Customization](customization.md)).
3434

3535
See more discussion in issue [#142](https://github.com/commitizen-tools/commitizen/issues/142) and [#36](https://github.com/commitizen-tools/commitizen/issues/36)
3636

0 commit comments

Comments
 (0)
Please sign in to comment.