Deploying to gh-pages from @ crystal-ameba/ameba@0c6745781e 🚀

This commit is contained in:
Sija 2023-11-08 12:03:14 +00:00
parent e7346a81e6
commit fb33423d18
139 changed files with 2983 additions and 806 deletions

View file

@ -502,6 +502,11 @@
</li>
<li class=" " data-id="ameba/Ameba/Rule/Lint/Typos" data-name="ameba::rule::lint::typos">
<a href="../../Ameba/Rule/Lint/Typos.html">Typos</a>
</li>
<li class=" " data-id="ameba/Ameba/Rule/Lint/UnneededDisableDirective" data-name="ameba::rule::lint::unneededdisabledirective">
<a href="../../Ameba/Rule/Lint/UnneededDisableDirective.html">UnneededDisableDirective</a>
@ -866,7 +871,7 @@ This is where the local variables belong to.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L6" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L6" target="_blank">
ameba/ast/scope.cr
</a>
@ -1214,7 +1219,7 @@ This is where the local variables belong to.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L48" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L48" target="_blank">View source</a>]
</div>
</div>
@ -1274,7 +1279,7 @@ scope.add_argument(arg_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L68" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L68" target="_blank">View source</a>]
</div>
</div>
@ -1297,7 +1302,7 @@ scope.add_ivariable(ivar_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L79" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L79" target="_blank">View source</a>]
</div>
</div>
@ -1320,7 +1325,7 @@ scope.add_type_dec_variable(node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L89" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L89" target="_blank">View source</a>]
</div>
</div>
@ -1343,7 +1348,7 @@ scope.add_variable(var_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L58" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L58" target="_blank">View source</a>]
</div>
</div>
@ -1364,7 +1369,7 @@ scope.add_variable(var_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L195" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L195" target="_blank">View source</a>]
</div>
</div>
@ -1385,7 +1390,7 @@ scope.add_variable(var_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L20" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L20" target="_blank">View source</a>]
</div>
</div>
@ -1408,7 +1413,7 @@ scope.assign_variable(var_name, assign_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L110" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L110" target="_blank">View source</a>]
</div>
</div>
@ -1429,7 +1434,7 @@ scope.assign_variable(var_name, assign_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L141" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L141" target="_blank">View source</a>]
</div>
</div>
@ -1450,7 +1455,7 @@ scope.assign_variable(var_name, assign_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L147" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L147" target="_blank">View source</a>]
</div>
</div>
@ -1472,7 +1477,7 @@ scope.assign_variable(var_name, assign_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L116" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L116" target="_blank">View source</a>]
</div>
</div>
@ -1493,7 +1498,7 @@ scope.assign_variable(var_name, assign_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L185" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L185" target="_blank">View source</a>]
</div>
</div>
@ -1509,7 +1514,7 @@ scope.assign_variable(var_name, assign_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L39" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L39" target="_blank">View source</a>]
</div>
</div>
@ -1525,7 +1530,7 @@ scope.assign_variable(var_name, assign_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L39" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L39" target="_blank">View source</a>]
</div>
</div>
@ -1547,7 +1552,7 @@ the same Crystal node as <code>@node</code>.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L214" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L214" target="_blank">View source</a>]
</div>
</div>
@ -1570,7 +1575,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L99" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L99" target="_blank">View source</a>]
</div>
</div>
@ -1614,7 +1619,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L133" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L133" target="_blank">View source</a>]
</div>
</div>
@ -1635,7 +1640,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L32" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L32" target="_blank">View source</a>]
</div>
</div>
@ -1656,7 +1661,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L23" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L23" target="_blank">View source</a>]
</div>
</div>
@ -1672,7 +1677,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L38" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L38" target="_blank">View source</a>]
</div>
</div>
@ -1688,7 +1693,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L38" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L38" target="_blank">View source</a>]
</div>
</div>
@ -1709,7 +1714,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L35" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L35" target="_blank">View source</a>]
</div>
</div>
@ -1730,7 +1735,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L29" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L29" target="_blank">View source</a>]
</div>
</div>
@ -1751,7 +1756,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L17" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L17" target="_blank">View source</a>]
</div>
</div>
@ -1773,7 +1778,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L166" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L166" target="_blank">View source</a>]
</div>
</div>
@ -1797,7 +1802,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L128" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L128" target="_blank">View source</a>]
</div>
</div>
@ -1813,7 +1818,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L37" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L37" target="_blank">View source</a>]
</div>
</div>
@ -1829,7 +1834,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L37" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L37" target="_blank">View source</a>]
</div>
</div>
@ -1850,7 +1855,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L190" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L190" target="_blank">View source</a>]
</div>
</div>
@ -1871,7 +1876,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L26" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L26" target="_blank">View source</a>]
</div>
</div>
@ -1893,7 +1898,7 @@ type definition, for example a class.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L154" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L154" target="_blank">View source</a>]
</div>
</div>
@ -1914,7 +1919,7 @@ type definition, for example a class.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L14" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L14" target="_blank">View source</a>]
</div>
</div>
@ -1935,7 +1940,7 @@ type definition, for example a class.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L180" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L180" target="_blank">View source</a>]
</div>
</div>
@ -1956,7 +1961,7 @@ type definition, for example a class.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L11" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L11" target="_blank">View source</a>]
</div>
</div>
@ -1977,7 +1982,7 @@ type definition, for example a class.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L8" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L8" target="_blank">View source</a>]
</div>
</div>
@ -1999,7 +2004,7 @@ type definition, for example a class.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/9f6615b/src/ameba/ast/scope.cr#L175" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0c67457/src/ameba/ast/scope.cr#L175" target="_blank">View source</a>]
</div>
</div>