Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit cd55790

Browse files
eyllanescLee-W
authored andcommitted
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

Lines changed: 1 addition & 1 deletion
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)