Skip to content

Commit 7c4ceb0

Browse files
deploy: c95404b
1 parent 8b2aa4b commit 7c4ceb0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

commands/check/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,7 @@ <h3 id="allow-abort">Allow Abort<a class="headerlink" href="#allow-abort" title=
12321232
permit them. Since <code>git commit</code> accepts an <code>--allow-empty-message</code> flag (primarily for wrapper scripts), you may wish to disallow such commits in CI. <code>--allow-abort</code> may be used in conjunction with any of the other options.</p>
12331233
<h3 id="allowed-prefixes">Allowed Prefixes<a class="headerlink" href="#allowed-prefixes" title="Permanent link">&para;</a></h3>
12341234
<p>If the commit message starts by some specific prefixes, <code>cz check</code> returns <code>True</code> without checkign the regex.
1235-
By default, the the following prefixes are allowed: <code>Merge</code>, <code>Revert</code>, <code>Pull Request</code>, <code>fixup!</code> and <code>squash!</code>.</p>
1235+
By default, the the following prefixes are allowed: <code>Merge</code>, <code>Revert</code>, <code>Pull request</code>, <code>fixup!</code> and <code>squash!</code>.</p>
12361236
<div class="highlight"><pre><span></span><code>cz<span class="w"> </span>check<span class="w"> </span>--message<span class="w"> </span>MESSAGE<span class="w"> </span>--allowed-prefixes<span class="w"> </span><span class="s1">&#39;Merge&#39;</span><span class="w"> </span><span class="s1">&#39;Revert&#39;</span><span class="w"> </span><span class="s1">&#39;Custom Prefix&#39;</span>
12371237
</code></pre></div>
12381238
<h3 id="commit-message-length-limit">Commit message length limit<a class="headerlink" href="#commit-message-length-limit" title="Permanent link">&para;</a></h3>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)