Deploying to gh-pages from @ crystal-ameba/ameba@8ef588dc6d 🚀

This commit is contained in:
veelenga 2023-07-26 14:21:19 +00:00
parent 62a9a7b42f
commit 330184d55c
131 changed files with 792 additions and 792 deletions

View file

@ -833,119 +833,119 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/8c9d234/src/ameba/ast/branch.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/8ef588d/src/ameba/ast/branch.cr#L1" target="_blank">
ameba/ast/branch.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/8c9d234/src/ameba/ast/branchable.cr#L3" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/8ef588d/src/ameba/ast/branchable.cr#L3" target="_blank">
ameba/ast/branchable.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/8c9d234/src/ameba/ast/flow_expression.cr#L3" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/8ef588d/src/ameba/ast/flow_expression.cr#L3" target="_blank">
ameba/ast/flow_expression.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/8c9d234/src/ameba/ast/scope.cr#L3" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/8ef588d/src/ameba/ast/scope.cr#L3" target="_blank">
ameba/ast/scope.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/8c9d234/src/ameba/ast/variabling/argument.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/8ef588d/src/ameba/ast/variabling/argument.cr#L1" target="_blank">
ameba/ast/variabling/argument.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/8c9d234/src/ameba/ast/variabling/assignment.cr#L4" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/8ef588d/src/ameba/ast/variabling/assignment.cr#L4" target="_blank">
ameba/ast/variabling/assignment.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/8c9d234/src/ameba/ast/variabling/ivariable.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/8ef588d/src/ameba/ast/variabling/ivariable.cr#L1" target="_blank">
ameba/ast/variabling/ivariable.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/8c9d234/src/ameba/ast/variabling/reference.cr#L3" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/8ef588d/src/ameba/ast/variabling/reference.cr#L3" target="_blank">
ameba/ast/variabling/reference.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/8c9d234/src/ameba/ast/variabling/type_dec_variable.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/8ef588d/src/ameba/ast/variabling/type_dec_variable.cr#L1" target="_blank">
ameba/ast/variabling/type_dec_variable.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/8c9d234/src/ameba/ast/variabling/variable.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/8ef588d/src/ameba/ast/variabling/variable.cr#L1" target="_blank">
ameba/ast/variabling/variable.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/8c9d234/src/ameba/ast/visitors/base_visitor.cr#L4" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/8ef588d/src/ameba/ast/visitors/base_visitor.cr#L4" target="_blank">
ameba/ast/visitors/base_visitor.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/8c9d234/src/ameba/ast/visitors/counting_visitor.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/8ef588d/src/ameba/ast/visitors/counting_visitor.cr#L1" target="_blank">
ameba/ast/visitors/counting_visitor.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/8c9d234/src/ameba/ast/visitors/flow_expression_visitor.cr#L4" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/8ef588d/src/ameba/ast/visitors/flow_expression_visitor.cr#L4" target="_blank">
ameba/ast/visitors/flow_expression_visitor.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/8c9d234/src/ameba/ast/visitors/node_visitor.cr#L3" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/8ef588d/src/ameba/ast/visitors/node_visitor.cr#L3" target="_blank">
ameba/ast/visitors/node_visitor.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/8c9d234/src/ameba/ast/visitors/redundant_control_expression_visitor.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/8ef588d/src/ameba/ast/visitors/redundant_control_expression_visitor.cr#L1" target="_blank">
ameba/ast/visitors/redundant_control_expression_visitor.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/8c9d234/src/ameba/ast/visitors/scope_visitor.cr#L3" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/8ef588d/src/ameba/ast/visitors/scope_visitor.cr#L3" target="_blank">
ameba/ast/visitors/scope_visitor.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/8c9d234/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/8ef588d/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L1" target="_blank">
ameba/ast/visitors/top_level_nodes_visitor.cr
</a>