Skip to content

Commit

Permalink
Deployed 0ab3d25 to 1.4.0 with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ktlint Release Workflow committed Oct 24, 2024
1 parent c7c5750 commit a0a62c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions 1.4.0/rules/experimental/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1573,17 +1573,17 @@ <h2 id="when-entry-bracing">When-entry bracing<a class="headerlink" href="#when-
</div>
</div>
</div>
<p>Rule id: <code>standard:when-entry-spacing</code></p>
<p>Rule id: <code>standard:when-entry-bracing</code></p>
<p class="annotate">Suppress or disable rule (1)</p>
<ol>
<li>Suppress rule in code with annotation below:
<div class="highlight"><pre><span></span><code><a id="__codelineno-23-1" name="__codelineno-23-1" href="#__codelineno-23-1"></a><span class="nd">@Suppress</span><span class="p">(</span><span class="s">&quot;ktlint:standard:when-entry-spacing&quot;</span><span class="p">)</span>
<div class="highlight"><pre><span></span><code><a id="__codelineno-23-1" name="__codelineno-23-1" href="#__codelineno-23-1"></a><span class="nd">@Suppress</span><span class="p">(</span><span class="s">&quot;ktlint:standard:when-entry-bracing&quot;</span><span class="p">)</span>
</code></pre></div>
Enable rule via <code>.editorconfig</code>
<div class="highlight"><pre><span></span><code><a id="__codelineno-24-1" name="__codelineno-24-1" href="#__codelineno-24-1"></a>ktlint_standard_when-entry-spacing = enabled
<div class="highlight"><pre><span></span><code><a id="__codelineno-24-1" name="__codelineno-24-1" href="#__codelineno-24-1"></a>ktlint_standard_when-entry-bracing = enabled
</code></pre></div>
Disable rule via <code>.editorconfig</code>
<div class="highlight"><pre><span></span><code><a id="__codelineno-25-1" name="__codelineno-25-1" href="#__codelineno-25-1"></a>ktlint_standard_when-entry-spacing = disabled
<div class="highlight"><pre><span></span><code><a id="__codelineno-25-1" name="__codelineno-25-1" href="#__codelineno-25-1"></a>ktlint_standard_when-entry-bracing = disabled
</code></pre></div></li>
</ol>

Expand Down
2 changes: 1 addition & 1 deletion 1.4.0/search/search_index.json

Large diffs are not rendered by default.

Binary file modified 1.4.0/sitemap.xml.gz
Binary file not shown.

0 comments on commit a0a62c4

Please sign in to comment.