Skip to content

Commit

Permalink
Automated deployment to GitHub Pages: 2df6516
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Sep 11, 2023
1 parent 40120a9 commit 8ce1090
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,8 @@ <h2 id='non-triggering-examples' class='heading'>Non Triggering Examples</h2>
</code></pre>
<pre class="highlight swift"><code><span class="k">let</span> <span class="nv">foo</span> <span class="o">=</span> <span class="mi">2</span> <span class="o">&lt;&lt;</span> <span class="mi">2</span>
</code></pre>
<pre class="highlight swift"><code><span class="k">let</span> <span class="nv">a</span> <span class="o">=</span> <span class="n">b</span> <span class="o">/</span> <span class="mf">100.0</span>
</code></pre>
<h2 id='triggering-examples' class='heading'>Triggering Examples</h2>
<pre class="highlight swift"><code><span class="nf">foo</span><span class="p">(</span><span class="err"></span><span class="mi">321</span><span class="p">)</span>
</code></pre>
Expand Down
Binary file modified docsets/SwiftLintCore.tgz
Binary file not shown.
2 changes: 2 additions & 0 deletions no_magic_numbers.html
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,8 @@ <h2 id='non-triggering-examples' class='heading'>Non Triggering Examples</h2>
</code></pre>
<pre class="highlight swift"><code><span class="k">let</span> <span class="nv">foo</span> <span class="o">=</span> <span class="mi">2</span> <span class="o">&lt;&lt;</span> <span class="mi">2</span>
</code></pre>
<pre class="highlight swift"><code><span class="k">let</span> <span class="nv">a</span> <span class="o">=</span> <span class="n">b</span> <span class="o">/</span> <span class="mf">100.0</span>
</code></pre>
<h2 id='triggering-examples' class='heading'>Triggering Examples</h2>
<pre class="highlight swift"><code><span class="nf">foo</span><span class="p">(</span><span class="err"></span><span class="mi">321</span><span class="p">)</span>
</code></pre>
Expand Down

0 comments on commit 8ce1090

Please sign in to comment.