Deploying to gh-pages from @ crystal-ameba/ameba@bcb72fb3c3 🚀

This commit is contained in:
Sija 2023-11-09 05:20:08 +00:00
parent fb33423d18
commit 9ea5bc4186
140 changed files with 7282 additions and 5015 deletions

View file

@ -555,6 +555,46 @@
</ul>
</li>
<li class="parent " data-id="ameba/Ameba/Rule/Naming" data-name="ameba::rule::naming">
<a href="../../Ameba/Rule/Naming.html">Naming</a>
<ul>
<li class=" " data-id="ameba/Ameba/Rule/Naming/ConstantNames" data-name="ameba::rule::naming::constantnames">
<a href="../../Ameba/Rule/Naming/ConstantNames.html">ConstantNames</a>
</li>
<li class=" " data-id="ameba/Ameba/Rule/Naming/MethodNames" data-name="ameba::rule::naming::methodnames">
<a href="../../Ameba/Rule/Naming/MethodNames.html">MethodNames</a>
</li>
<li class=" " data-id="ameba/Ameba/Rule/Naming/PredicateName" data-name="ameba::rule::naming::predicatename">
<a href="../../Ameba/Rule/Naming/PredicateName.html">PredicateName</a>
</li>
<li class=" " data-id="ameba/Ameba/Rule/Naming/QueryBoolMethods" data-name="ameba::rule::naming::queryboolmethods">
<a href="../../Ameba/Rule/Naming/QueryBoolMethods.html">QueryBoolMethods</a>
</li>
<li class=" " data-id="ameba/Ameba/Rule/Naming/TypeNames" data-name="ameba::rule::naming::typenames">
<a href="../../Ameba/Rule/Naming/TypeNames.html">TypeNames</a>
</li>
<li class=" " data-id="ameba/Ameba/Rule/Naming/VariableNames" data-name="ameba::rule::naming::variablenames">
<a href="../../Ameba/Rule/Naming/VariableNames.html">VariableNames</a>
</li>
</ul>
</li>
<li class="parent " data-id="ameba/Ameba/Rule/Performance" data-name="ameba::rule::performance">
@ -627,11 +667,6 @@
<ul>
<li class=" " data-id="ameba/Ameba/Rule/Style/ConstantNames" data-name="ameba::rule::style::constantnames">
<a href="../../Ameba/Rule/Style/ConstantNames.html">ConstantNames</a>
</li>
<li class=" " data-id="ameba/Ameba/Rule/Style/GuardClause" data-name="ameba::rule::style::guardclause">
<a href="../../Ameba/Rule/Style/GuardClause.html">GuardClause</a>
@ -652,11 +687,6 @@
</li>
<li class=" " data-id="ameba/Ameba/Rule/Style/MethodNames" data-name="ameba::rule::style::methodnames">
<a href="../../Ameba/Rule/Style/MethodNames.html">MethodNames</a>
</li>
<li class=" " data-id="ameba/Ameba/Rule/Style/NegatedConditionsInUnless" data-name="ameba::rule::style::negatedconditionsinunless">
<a href="../../Ameba/Rule/Style/NegatedConditionsInUnless.html">NegatedConditionsInUnless</a>
@ -667,16 +697,6 @@
</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>
</li>
<li class=" " data-id="ameba/Ameba/Rule/Style/QueryBoolMethods" data-name="ameba::rule::style::queryboolmethods">
<a href="../../Ameba/Rule/Style/QueryBoolMethods.html">QueryBoolMethods</a>
</li>
<li class=" " data-id="ameba/Ameba/Rule/Style/RedundantBegin" data-name="ameba::rule::style::redundantbegin">
<a href="../../Ameba/Rule/Style/RedundantBegin.html">RedundantBegin</a>
@ -692,21 +712,11 @@
</li>
<li class=" " data-id="ameba/Ameba/Rule/Style/TypeNames" data-name="ameba::rule::style::typenames">
<a href="../../Ameba/Rule/Style/TypeNames.html">TypeNames</a>
</li>
<li class=" " data-id="ameba/Ameba/Rule/Style/UnlessElse" data-name="ameba::rule::style::unlesselse">
<a href="../../Ameba/Rule/Style/UnlessElse.html">UnlessElse</a>
</li>
<li class=" " data-id="ameba/Ameba/Rule/Style/VariableNames" data-name="ameba::rule::style::variablenames">
<a href="../../Ameba/Rule/Style/VariableNames.html">VariableNames</a>
</li>
<li class=" " data-id="ameba/Ameba/Rule/Style/VerboseBlock" data-name="ameba::rule::style::verboseblock">
<a href="../../Ameba/Rule/Style/VerboseBlock.html">VerboseBlock</a>
@ -871,7 +881,7 @@ This is where the local variables belong to.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L6" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L6" target="_blank">
ameba/ast/scope.cr
</a>
@ -1219,7 +1229,7 @@ This is where the local variables belong to.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L48" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L48" target="_blank">View source</a>]
</div>
</div>
@ -1279,7 +1289,7 @@ scope.add_argument(arg_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L68" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L68" target="_blank">View source</a>]
</div>
</div>
@ -1302,7 +1312,7 @@ scope.add_ivariable(ivar_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L79" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L79" target="_blank">View source</a>]
</div>
</div>
@ -1325,7 +1335,7 @@ scope.add_type_dec_variable(node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L89" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L89" target="_blank">View source</a>]
</div>
</div>
@ -1348,7 +1358,7 @@ scope.add_variable(var_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L58" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L58" target="_blank">View source</a>]
</div>
</div>
@ -1369,7 +1379,7 @@ scope.add_variable(var_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L195" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L195" target="_blank">View source</a>]
</div>
</div>
@ -1390,7 +1400,7 @@ scope.add_variable(var_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L20" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L20" target="_blank">View source</a>]
</div>
</div>
@ -1413,7 +1423,7 @@ scope.assign_variable(var_name, assign_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L110" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L110" target="_blank">View source</a>]
</div>
</div>
@ -1434,7 +1444,7 @@ scope.assign_variable(var_name, assign_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L141" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L141" target="_blank">View source</a>]
</div>
</div>
@ -1455,7 +1465,7 @@ scope.assign_variable(var_name, assign_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L147" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L147" target="_blank">View source</a>]
</div>
</div>
@ -1477,7 +1487,7 @@ scope.assign_variable(var_name, assign_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L116" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L116" target="_blank">View source</a>]
</div>
</div>
@ -1498,7 +1508,7 @@ scope.assign_variable(var_name, assign_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L185" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L185" target="_blank">View source</a>]
</div>
</div>
@ -1514,7 +1524,7 @@ scope.assign_variable(var_name, assign_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L39" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L39" target="_blank">View source</a>]
</div>
</div>
@ -1530,7 +1540,7 @@ scope.assign_variable(var_name, assign_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L39" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L39" target="_blank">View source</a>]
</div>
</div>
@ -1552,7 +1562,7 @@ the same Crystal node as <code>@node</code>.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L214" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L214" target="_blank">View source</a>]
</div>
</div>
@ -1575,7 +1585,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L99" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L99" target="_blank">View source</a>]
</div>
</div>
@ -1619,7 +1629,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L133" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L133" target="_blank">View source</a>]
</div>
</div>
@ -1640,7 +1650,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L32" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L32" target="_blank">View source</a>]
</div>
</div>
@ -1661,7 +1671,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L23" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L23" target="_blank">View source</a>]
</div>
</div>
@ -1677,7 +1687,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L38" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L38" target="_blank">View source</a>]
</div>
</div>
@ -1693,7 +1703,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L38" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L38" target="_blank">View source</a>]
</div>
</div>
@ -1714,7 +1724,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L35" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L35" target="_blank">View source</a>]
</div>
</div>
@ -1735,7 +1745,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L29" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L29" target="_blank">View source</a>]
</div>
</div>
@ -1756,7 +1766,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L17" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L17" target="_blank">View source</a>]
</div>
</div>
@ -1778,7 +1788,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L166" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L166" target="_blank">View source</a>]
</div>
</div>
@ -1802,7 +1812,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L128" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L128" target="_blank">View source</a>]
</div>
</div>
@ -1818,7 +1828,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L37" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L37" target="_blank">View source</a>]
</div>
</div>
@ -1834,7 +1844,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L37" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L37" target="_blank">View source</a>]
</div>
</div>
@ -1855,7 +1865,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L190" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L190" target="_blank">View source</a>]
</div>
</div>
@ -1876,7 +1886,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L26" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L26" target="_blank">View source</a>]
</div>
</div>
@ -1898,7 +1908,7 @@ type definition, for example a class.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L154" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L154" target="_blank">View source</a>]
</div>
</div>
@ -1919,7 +1929,7 @@ type definition, for example a class.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L14" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L14" target="_blank">View source</a>]
</div>
</div>
@ -1940,7 +1950,7 @@ type definition, for example a class.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L180" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L180" target="_blank">View source</a>]
</div>
</div>
@ -1961,7 +1971,7 @@ type definition, for example a class.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L11" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L11" target="_blank">View source</a>]
</div>
</div>
@ -1982,7 +1992,7 @@ type definition, for example a class.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L8" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L8" target="_blank">View source</a>]
</div>
</div>
@ -2004,7 +2014,7 @@ type definition, for example a class.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L175" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/bcb72fb/src/ameba/ast/scope.cr#L175" target="_blank">View source</a>]
</div>
</div>