Deploying to gh-pages from @ 4533e52aa5 🚀

This commit is contained in:
Sija 2022-12-11 12:28:13 +00:00
parent 2350a89133
commit 76aad1519b
125 changed files with 933 additions and 986 deletions

View file

@ -795,7 +795,7 @@ runner.run.success? <span class="c"># =&gt; true or false</span></code></pre>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/150ba6c7/src/ameba/runner.cr#L12" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/runner.cr#L12" target="_blank">
ameba/runner.cr
</a>
@ -928,7 +928,7 @@ config.formatter <span class="o">=</span> formatter
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/150ba6c7/src/ameba/runner.cr#L61" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/runner.cr#L61" target="_blank">View source</a>]
</div>
</div>
@ -968,7 +968,7 @@ runner.explain({file: file, line: l, column: c})</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/150ba6c7/src/ameba/runner.cr#L160" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/runner.cr#L160" target="_blank">View source</a>]
</div>
</div>
@ -995,7 +995,7 @@ runner.run <span class="c"># =&gt; returns runner again</span></code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/150ba6c7/src/ameba/runner.cr#L87" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/runner.cr#L87" target="_blank">View source</a>]
</div>
</div>
@ -1016,7 +1016,7 @@ runner.run <span class="c"># =&gt; returns runner again</span></code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/150ba6c7/src/ameba/runner.cr#L35" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/runner.cr#L35" target="_blank">View source</a>]
</div>
</div>
@ -1032,7 +1032,7 @@ runner.run <span class="c"># =&gt; returns runner again</span></code></pre>
<div class="doc">
<p>Indicates whether the last inspection successful or not.
It returns true if no issues matching severity in sources found, false otherwise.</p>
It returns <code>true</code> if no issues matching severity in sources found, <code>false</code> otherwise.</p>
<pre><code class="language-crystal">runner <span class="o">=</span> <span class="t">Ameba</span><span class="t">::</span><span class="t">Runner</span>.new config
runner.run
runner.success? <span class="c"># =&gt; true or false</span></code></pre>
@ -1041,7 +1041,7 @@ runner.success? <span class="c"># =&gt; true or false</span></code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/150ba6c7/src/ameba/runner.cr#L172" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/runner.cr#L172" target="_blank">View source</a>]
</div>
</div>