Deploying to gh-pages from @ a3e5f2d206 🚀

This commit is contained in:
Sija 2022-11-19 23:42:38 +00:00
parent b2601a314e
commit 68b13e74dc
125 changed files with 1413 additions and 1406 deletions

View file

@ -581,6 +581,11 @@
</li>
<li class=" " data-id="ameba/Ameba/Rule/Style/ParenthesesAroundCondition" data-name="ameba::rule::style::parenthesesaroundcondition">
<a href="../../Ameba/Rule/Style/ParenthesesAroundCondition.html">ParenthesesAroundCondition</a>
</li>
<li class=" " data-id="ameba/Ameba/Rule/Style/PredicateName" data-name="ameba::rule::style::predicatename">
<a href="../../Ameba/Rule/Style/PredicateName.html">PredicateName</a>
@ -596,11 +601,6 @@
</li>
<li class=" " data-id="ameba/Ameba/Rule/Style/RedundantParentheses" data-name="ameba::rule::style::redundantparentheses">
<a href="../../Ameba/Rule/Style/RedundantParentheses.html">RedundantParentheses</a>
</li>
<li class=" " data-id="ameba/Ameba/Rule/Style/RedundantReturn" data-name="ameba::rule::style::redundantreturn">
<a href="../../Ameba/Rule/Style/RedundantReturn.html">RedundantReturn</a>
@ -785,7 +785,7 @@ This is where the local variables belong to.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/496e8930/src/ameba/ast/scope.cr#L6" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/ast/scope.cr#L6" target="_blank">
ameba/ast/scope.cr
</a>
@ -1084,7 +1084,7 @@ This is where the local variables belong to.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/496e8930/src/ameba/ast/scope.cr#L39" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/ast/scope.cr#L39" target="_blank">View source</a>]
</div>
</div>
@ -1144,7 +1144,7 @@ scope.add_argument(arg_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/496e8930/src/ameba/ast/scope.cr#L59" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/ast/scope.cr#L59" target="_blank">View source</a>]
</div>
</div>
@ -1167,7 +1167,7 @@ scope.add_ivariable(ivar_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/496e8930/src/ameba/ast/scope.cr#L70" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/ast/scope.cr#L70" target="_blank">View source</a>]
</div>
</div>
@ -1190,7 +1190,7 @@ scope.add_variable(var_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/496e8930/src/ameba/ast/scope.cr#L49" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/ast/scope.cr#L49" target="_blank">View source</a>]
</div>
</div>
@ -1211,7 +1211,7 @@ scope.add_variable(var_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/496e8930/src/ameba/ast/scope.cr#L157" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/ast/scope.cr#L157" target="_blank">View source</a>]
</div>
</div>
@ -1232,7 +1232,7 @@ scope.add_variable(var_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/496e8930/src/ameba/ast/scope.cr#L14" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/ast/scope.cr#L14" target="_blank">View source</a>]
</div>
</div>
@ -1255,7 +1255,7 @@ scope.assign_variable(var_name, assign_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/496e8930/src/ameba/ast/scope.cr#L90" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/ast/scope.cr#L90" target="_blank">View source</a>]
</div>
</div>
@ -1276,7 +1276,7 @@ scope.assign_variable(var_name, assign_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/496e8930/src/ameba/ast/scope.cr#L121" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/ast/scope.cr#L121" target="_blank">View source</a>]
</div>
</div>
@ -1298,7 +1298,7 @@ scope.assign_variable(var_name, assign_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/496e8930/src/ameba/ast/scope.cr#L96" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/ast/scope.cr#L96" target="_blank">View source</a>]
</div>
</div>
@ -1319,7 +1319,7 @@ scope.assign_variable(var_name, assign_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/496e8930/src/ameba/ast/scope.cr#L147" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/ast/scope.cr#L147" target="_blank">View source</a>]
</div>
</div>
@ -1335,7 +1335,7 @@ scope.assign_variable(var_name, assign_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/496e8930/src/ameba/ast/scope.cr#L30" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/ast/scope.cr#L30" target="_blank">View source</a>]
</div>
</div>
@ -1351,7 +1351,7 @@ scope.assign_variable(var_name, assign_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/496e8930/src/ameba/ast/scope.cr#L30" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/ast/scope.cr#L30" target="_blank">View source</a>]
</div>
</div>
@ -1373,7 +1373,7 @@ the same Crystal node as <code>@node</code>.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/496e8930/src/ameba/ast/scope.cr#L176" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/ast/scope.cr#L176" target="_blank">View source</a>]
</div>
</div>
@ -1396,7 +1396,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/496e8930/src/ameba/ast/scope.cr#L80" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/ast/scope.cr#L80" target="_blank">View source</a>]
</div>
</div>
@ -1440,7 +1440,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/496e8930/src/ameba/ast/scope.cr#L115" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/ast/scope.cr#L115" target="_blank">View source</a>]
</div>
</div>
@ -1461,7 +1461,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/496e8930/src/ameba/ast/scope.cr#L23" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/ast/scope.cr#L23" target="_blank">View source</a>]
</div>
</div>
@ -1482,7 +1482,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/496e8930/src/ameba/ast/scope.cr#L17" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/ast/scope.cr#L17" target="_blank">View source</a>]
</div>
</div>
@ -1498,7 +1498,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/496e8930/src/ameba/ast/scope.cr#L29" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/ast/scope.cr#L29" target="_blank">View source</a>]
</div>
</div>
@ -1514,7 +1514,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/496e8930/src/ameba/ast/scope.cr#L29" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/ast/scope.cr#L29" target="_blank">View source</a>]
</div>
</div>
@ -1535,7 +1535,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/496e8930/src/ameba/ast/scope.cr#L26" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/ast/scope.cr#L26" target="_blank">View source</a>]
</div>
</div>
@ -1556,7 +1556,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/496e8930/src/ameba/ast/scope.cr#L20" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/ast/scope.cr#L20" target="_blank">View source</a>]
</div>
</div>
@ -1577,7 +1577,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/496e8930/src/ameba/ast/scope.cr#L11" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/ast/scope.cr#L11" target="_blank">View source</a>]
</div>
</div>
@ -1599,7 +1599,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/496e8930/src/ameba/ast/scope.cr#L139" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/ast/scope.cr#L139" target="_blank">View source</a>]
</div>
</div>
@ -1623,7 +1623,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/496e8930/src/ameba/ast/scope.cr#L107" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/ast/scope.cr#L107" target="_blank">View source</a>]
</div>
</div>
@ -1639,7 +1639,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/496e8930/src/ameba/ast/scope.cr#L28" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/ast/scope.cr#L28" target="_blank">View source</a>]
</div>
</div>
@ -1655,7 +1655,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/496e8930/src/ameba/ast/scope.cr#L28" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/ast/scope.cr#L28" target="_blank">View source</a>]
</div>
</div>
@ -1676,7 +1676,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/496e8930/src/ameba/ast/scope.cr#L152" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/ast/scope.cr#L152" target="_blank">View source</a>]
</div>
</div>
@ -1698,7 +1698,7 @@ type definition, for example a class.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/496e8930/src/ameba/ast/scope.cr#L128" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/ast/scope.cr#L128" target="_blank">View source</a>]
</div>
</div>
@ -1719,7 +1719,7 @@ type definition, for example a class.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/496e8930/src/ameba/ast/scope.cr#L8" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/ast/scope.cr#L8" target="_blank">View source</a>]
</div>
</div>