Deploying to gh-pages from @ b78e2aebc5 🚀

This commit is contained in:
Sija 2022-12-20 15:22:34 +00:00
parent aa1deb7b7e
commit e267b1dd88
128 changed files with 2815 additions and 734 deletions

View file

@ -376,6 +376,11 @@
</li>
<li class=" " data-id="ameba/Ameba/Rule/Lint/MissingBlockArgument" data-name="ameba::rule::lint::missingblockargument">
<a href="../../Ameba/Rule/Lint/MissingBlockArgument.html">MissingBlockArgument</a>
</li>
<li class=" " data-id="ameba/Ameba/Rule/Lint/NotNil" data-name="ameba::rule::lint::notnil">
<a href="../../Ameba/Rule/Lint/NotNil.html">NotNil</a>
@ -811,6 +816,8 @@
<li class="other-type"><a href="../../Ameba/Rule/Lint/LiteralsComparison.html">Ameba::Rule::Lint::LiteralsComparison</a></li>
<li class="other-type"><a href="../../Ameba/Rule/Lint/MissingBlockArgument.html">Ameba::Rule::Lint::MissingBlockArgument</a></li>
<li class="other-type"><a href="../../Ameba/Rule/Lint/NotNil.html">Ameba::Rule::Lint::NotNil</a></li>
<li class="other-type"><a href="../../Ameba/Rule/Lint/NotNilAfterNoBang.html">Ameba::Rule::Lint::NotNilAfterNoBang</a></li>
@ -856,7 +863,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/e6ebca7a/src/ameba/ast/util.cr#L2" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b78e2aeb/src/ameba/ast/util.cr#L2" target="_blank">
ameba/ast/util.cr
</a>
@ -1033,7 +1040,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/e6ebca7a/src/ameba/ast/util.cr#L180" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b78e2aeb/src/ameba/ast/util.cr#L180" target="_blank">View source</a>]
</div>
</div>
@ -1055,7 +1062,7 @@ Wraps implicit tuple literal with curly brackets (e.g. multi-return).</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/e6ebca7a/src/ameba/ast/util.cr#L199" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b78e2aeb/src/ameba/ast/util.cr#L199" target="_blank">View source</a>]
</div>
</div>
@ -1076,7 +1083,7 @@ Wraps implicit tuple literal with curly brackets (e.g. multi-return).</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/e6ebca7a/src/ameba/ast/util.cr#L48" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b78e2aeb/src/ameba/ast/util.cr#L48" target="_blank">View source</a>]
</div>
</div>
@ -1097,7 +1104,7 @@ Wraps implicit tuple literal with curly brackets (e.g. multi-return).</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/e6ebca7a/src/ameba/ast/util.cr#L174" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b78e2aeb/src/ameba/ast/util.cr#L174" target="_blank">View source</a>]
</div>
</div>
@ -1120,7 +1127,7 @@ or special call node that interrupts execution (i.e. raise, exit, abort).</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/e6ebca7a/src/ameba/ast/util.cr#L102" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b78e2aeb/src/ameba/ast/util.cr#L102" target="_blank">View source</a>]
</div>
</div>
@ -1156,7 +1163,7 @@ a flow command <code>return</code>:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/e6ebca7a/src/ameba/ast/util.cr#L140" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b78e2aeb/src/ameba/ast/util.cr#L140" target="_blank">View source</a>]
</div>
</div>
@ -1177,7 +1184,7 @@ a flow command <code>return</code>:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/e6ebca7a/src/ameba/ast/util.cr#L54" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b78e2aeb/src/ameba/ast/util.cr#L54" target="_blank">View source</a>]
</div>
</div>
@ -1198,7 +1205,7 @@ a flow command <code>return</code>:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/e6ebca7a/src/ameba/ast/util.cr#L186" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b78e2aeb/src/ameba/ast/util.cr#L186" target="_blank">View source</a>]
</div>
</div>
@ -1221,7 +1228,7 @@ off-by-one error.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/e6ebca7a/src/ameba/ast/util.cr#L242" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b78e2aeb/src/ameba/ast/util.cr#L242" target="_blank">View source</a>]
</div>
</div>
@ -1242,7 +1249,7 @@ off-by-one error.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/e6ebca7a/src/ameba/ast/util.cr#L210" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b78e2aeb/src/ameba/ast/util.cr#L210" target="_blank">View source</a>]
</div>
</div>
@ -1263,7 +1270,7 @@ off-by-one error.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/e6ebca7a/src/ameba/ast/util.cr#L224" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b78e2aeb/src/ameba/ast/util.cr#L224" target="_blank">View source</a>]
</div>
</div>
@ -1286,7 +1293,7 @@ to determine and cut a piece of source of the node.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/e6ebca7a/src/ameba/ast/util.cr#L69" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b78e2aeb/src/ameba/ast/util.cr#L69" target="_blank">View source</a>]
</div>
</div>
@ -1308,7 +1315,7 @@ matching given <em>name</em>, <code>false</code> otherwise.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/e6ebca7a/src/ameba/ast/util.cr#L61" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b78e2aeb/src/ameba/ast/util.cr#L61" target="_blank">View source</a>]
</div>
</div>
@ -1329,7 +1336,7 @@ matching given <em>name</em>, <code>false</code> otherwise.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/e6ebca7a/src/ameba/ast/util.cr#L168" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b78e2aeb/src/ameba/ast/util.cr#L168" target="_blank">View source</a>]
</div>
</div>
@ -1350,7 +1357,7 @@ matching given <em>name</em>, <code>false</code> otherwise.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/e6ebca7a/src/ameba/ast/util.cr#L77" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b78e2aeb/src/ameba/ast/util.cr#L77" target="_blank">View source</a>]
</div>
</div>
@ -1371,7 +1378,7 @@ matching given <em>name</em>, <code>false</code> otherwise.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/e6ebca7a/src/ameba/ast/util.cr#L42" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b78e2aeb/src/ameba/ast/util.cr#L42" target="_blank">View source</a>]
</div>
</div>