We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75cfb89 commit d53bc17Copy full SHA for d53bc17
cliff.toml
@@ -71,9 +71,6 @@ split_commits = false
71
commit_preprocessors = [
72
{ pattern = ' (#[0-9]+)', replace = '(${1})' },
73
{ pattern = '\((\w+\s)?#([0-9]+)\)', replace = "([#${2}](<REPO>/issues/${2}))" },
74
- # Check spelling of the commit with https://github.com/crate-ci/typos
75
- # If the spelling is incorrect, it will be automatically fixed.
76
- { pattern = '.*', replace_command = 'typos --write-changes -' },
77
]
78
# regex for parsing and grouping commits
79
commit_parsers = [
0 commit comments