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

This commit is contained in:
Sija 2024-01-09 20:13:27 +00:00
parent 18e2b53b9f
commit 97f4d31b25
148 changed files with 5530 additions and 2105 deletions

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -945,70 +945,70 @@ config.files <span class="o">=</span> file_paths
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba.cr#L26" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba.cr#L26" target="_blank">
ameba.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/glob_utils.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/glob_utils.cr#L1" target="_blank">
ameba/glob_utils.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/inline_comments.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/inline_comments.cr#L1" target="_blank">
ameba/inline_comments.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/issue.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/issue.cr#L1" target="_blank">
ameba/issue.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/reportable.cr#L3" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/reportable.cr#L3" target="_blank">
ameba/reportable.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/runner.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/runner.cr#L1" target="_blank">
ameba/runner.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/severity.cr#L3" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/severity.cr#L3" target="_blank">
ameba/severity.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/source.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/source.cr#L1" target="_blank">
ameba/source.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/spec/support.cr#L7" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/spec/support.cr#L7" target="_blank">
ameba/spec/support.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/tokenizer.cr#L3" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/tokenizer.cr#L3" target="_blank">
ameba/tokenizer.cr
</a>
@ -1042,6 +1042,8 @@ config.files <span class="o">=</span> file_paths
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1063,8 +1065,6 @@ config.files <span class="o">=</span> file_paths
<div class="methods-inherited">
</div>
@ -1074,6 +1074,8 @@ config.files <span class="o">=</span> file_paths
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1103,15 +1105,13 @@ Can be configured via <code>config</code> parameter.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba.cr#L40" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba.cr#L40" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -923,126 +923,126 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/branch.cr#L3" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/branch.cr#L3" target="_blank">
ameba/ast/branch.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/branchable.cr#L3" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/branchable.cr#L3" target="_blank">
ameba/ast/branchable.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/flow_expression.cr#L3" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/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/452a7a8/src/ameba/ast/scope.cr#L3" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L3" target="_blank">
ameba/ast/scope.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/util.cr#L2" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/util.cr#L2" target="_blank">
ameba/ast/util.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/argument.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/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/452a7a8/src/ameba/ast/variabling/assignment.cr#L4" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/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/452a7a8/src/ameba/ast/variabling/ivariable.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/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/452a7a8/src/ameba/ast/variabling/reference.cr#L3" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/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/452a7a8/src/ameba/ast/variabling/type_dec_variable.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/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/452a7a8/src/ameba/ast/variabling/variable.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/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/452a7a8/src/ameba/ast/visitors/base_visitor.cr#L4" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/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/452a7a8/src/ameba/ast/visitors/counting_visitor.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/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/452a7a8/src/ameba/ast/visitors/flow_expression_visitor.cr#L4" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/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/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L3" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/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/452a7a8/src/ameba/ast/visitors/redundant_control_expression_visitor.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/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/452a7a8/src/ameba/ast/visitors/scope_visitor.cr#L3" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/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/452a7a8/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L1" target="_blank">
ameba/ast/visitors/top_level_nodes_visitor.cr
</a>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -933,7 +933,7 @@ Holds the reference to the variable, thus to scope.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/argument.cr#L15" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/argument.cr#L15" target="_blank">
ameba/ast/variabling/argument.cr
</a>
@ -967,6 +967,8 @@ Holds the reference to the variable, thus to scope.</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1046,8 +1048,6 @@ Holds the reference to the variable, thus to scope.</p>
<div class="methods-inherited">
@ -1063,6 +1063,12 @@ Holds the reference to the variable, thus to scope.</p>
@ -1099,7 +1105,7 @@ Holds the reference to the variable, thus to scope.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/argument.cr#L31" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/argument.cr#L30" target="_blank">View source</a>]
</div>
</div>
@ -1109,6 +1115,8 @@ Holds the reference to the variable, thus to scope.</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1134,7 +1142,7 @@ Holds the reference to the variable, thus to scope.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/argument.cr#L35" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/argument.cr#L34" target="_blank">View source</a>]
</div>
</div>
@ -1150,7 +1158,7 @@ Holds the reference to the variable, thus to scope.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/argument.cr#L23" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/argument.cr#L22" target="_blank">View source</a>]
</div>
</div>
@ -1166,7 +1174,7 @@ Holds the reference to the variable, thus to scope.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/argument.cr#L23" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/argument.cr#L22" target="_blank">View source</a>]
</div>
</div>
@ -1187,7 +1195,7 @@ Holds the reference to the variable, thus to scope.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/argument.cr#L40" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/argument.cr#L39" target="_blank">View source</a>]
</div>
</div>
@ -1203,7 +1211,7 @@ Holds the reference to the variable, thus to scope.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/argument.cr#L22" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/argument.cr#L22" target="_blank">View source</a>]
</div>
</div>
@ -1219,7 +1227,7 @@ Holds the reference to the variable, thus to scope.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/argument.cr#L22" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/argument.cr#L22" target="_blank">View source</a>]
</div>
</div>
@ -1240,7 +1248,7 @@ Holds the reference to the variable, thus to scope.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/argument.cr#L45" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/argument.cr#L44" target="_blank">View source</a>]
</div>
</div>
@ -1261,7 +1269,7 @@ Holds the reference to the variable, thus to scope.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/argument.cr#L17" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/argument.cr#L17" target="_blank">View source</a>]
</div>
</div>
@ -1277,7 +1285,7 @@ Holds the reference to the variable, thus to scope.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/argument.cr#L24" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/argument.cr#L22" target="_blank">View source</a>]
</div>
</div>
@ -1293,7 +1301,7 @@ Holds the reference to the variable, thus to scope.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/argument.cr#L24" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/argument.cr#L22" target="_blank">View source</a>]
</div>
</div>
@ -1314,15 +1322,13 @@ Holds the reference to the variable, thus to scope.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/argument.cr#L20" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/argument.cr#L20" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -926,7 +926,7 @@ Holds the assign node and the variable.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/assignment.cr#L7" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/assignment.cr#L7" target="_blank">
ameba/ast/variabling/assignment.cr
</a>
@ -960,6 +960,8 @@ Holds the assign node and the variable.</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1068,8 +1070,6 @@ Holds the assign node and the variable.</p>
<div class="methods-inherited">
@ -1085,6 +1085,12 @@ Holds the assign node and the variable.</p>
@ -1121,7 +1127,7 @@ Holds the assign node and the variable.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/assignment.cr#L31" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/assignment.cr#L30" target="_blank">View source</a>]
</div>
</div>
@ -1131,6 +1137,8 @@ Holds the assign node and the variable.</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1156,7 +1164,7 @@ Holds the assign node and the variable.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/assignment.cr#L17" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/assignment.cr#L17" target="_blank">View source</a>]
</div>
</div>
@ -1172,7 +1180,7 @@ Holds the assign node and the variable.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/assignment.cr#L24" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/assignment.cr#L22" target="_blank">View source</a>]
</div>
</div>
@ -1188,7 +1196,7 @@ Holds the assign node and the variable.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/assignment.cr#L24" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/assignment.cr#L22" target="_blank">View source</a>]
</div>
</div>
@ -1211,7 +1219,7 @@ For example, this assignment is in a branch:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/assignment.cr#L58" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/assignment.cr#L57" target="_blank">View source</a>]
</div>
</div>
@ -1227,7 +1235,7 @@ For example, this assignment is in a branch:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/assignment.cr#L23" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/assignment.cr#L22" target="_blank">View source</a>]
</div>
</div>
@ -1243,7 +1251,7 @@ For example, this assignment is in a branch:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/assignment.cr#L23" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/assignment.cr#L22" target="_blank">View source</a>]
</div>
</div>
@ -1264,7 +1272,7 @@ For example, this assignment is in a branch:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/assignment.cr#L11" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/assignment.cr#L11" target="_blank">View source</a>]
</div>
</div>
@ -1287,7 +1295,7 @@ For example, this is an op assign:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/assignment.cr#L48" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/assignment.cr#L47" target="_blank">View source</a>]
</div>
</div>
@ -1303,7 +1311,7 @@ For example, this is an op assign:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/assignment.cr#L8" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/assignment.cr#L8" target="_blank">View source</a>]
</div>
</div>
@ -1319,7 +1327,7 @@ For example, this is an op assign:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/assignment.cr#L8" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/assignment.cr#L8" target="_blank">View source</a>]
</div>
</div>
@ -1335,7 +1343,7 @@ For example, this is an op assign:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/assignment.cr#L38" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/assignment.cr#L37" target="_blank">View source</a>]
</div>
</div>
@ -1356,7 +1364,7 @@ For example, this is an op assign:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/assignment.cr#L20" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/assignment.cr#L20" target="_blank">View source</a>]
</div>
</div>
@ -1377,7 +1385,7 @@ For example, this is an op assign:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/assignment.cr#L63" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/assignment.cr#L62" target="_blank">View source</a>]
</div>
</div>
@ -1393,7 +1401,7 @@ For example, this is an op assign:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/assignment.cr#L22" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/assignment.cr#L22" target="_blank">View source</a>]
</div>
</div>
@ -1409,7 +1417,7 @@ For example, this is an op assign:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/assignment.cr#L22" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/assignment.cr#L22" target="_blank">View source</a>]
</div>
</div>
@ -1430,15 +1438,13 @@ For example, this is an op assign:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/assignment.cr#L14" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/assignment.cr#L14" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -943,7 +943,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/base_visitor.cr#L6" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/base_visitor.cr#L6" target="_blank">
ameba/ast/visitors/base_visitor.cr
</a>
@ -977,6 +977,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -998,8 +1000,6 @@
<div class="methods-inherited">
@ -1022,6 +1022,15 @@
@ -1061,7 +1070,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/base_visitor.cr#L18" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/base_visitor.cr#L18" target="_blank">View source</a>]
</div>
</div>
@ -1071,6 +1080,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1097,15 +1108,13 @@ Returns <code>true</code>, meaning all child nodes will be traversed.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/base_visitor.cr#L24" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/base_visitor.cr#L24" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -933,7 +933,7 @@ For example, the branchable if statement contains 3 branches:</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/branch.cr#L16" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/branch.cr#L16" target="_blank">
ameba/ast/branch.cr
</a>
@ -993,6 +993,8 @@ For example, the branchable if statement contains 3 branches:</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1072,8 +1074,6 @@ For example, the branchable if statement contains 3 branches:</p>
<div class="methods-inherited">
@ -1089,6 +1089,12 @@ For example, the branchable if statement contains 3 branches:</p>
@ -1125,7 +1131,7 @@ For example, the branchable if statement contains 3 branches:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/branch.cr#L34" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/branch.cr#L34" target="_blank">View source</a>]
</div>
</div>
@ -1159,7 +1165,7 @@ For example, the branchable if statement contains 3 branches:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/branch.cr#L66" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/branch.cr#L66" target="_blank">View source</a>]
</div>
</div>
@ -1181,7 +1187,7 @@ For example, the branchable if statement contains 3 branches:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/branch.cr#L57" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/branch.cr#L57" target="_blank">View source</a>]
</div>
</div>
@ -1189,6 +1195,8 @@ For example, the branchable if statement contains 3 branches:</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1232,7 +1240,7 @@ For example, the branchable if statement contains 3 branches:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/branch.cr#L25" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/branch.cr#L25" target="_blank">View source</a>]
</div>
</div>
@ -1248,7 +1256,7 @@ For example, the branchable if statement contains 3 branches:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/branch.cr#L25" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/branch.cr#L25" target="_blank">View source</a>]
</div>
</div>
@ -1299,7 +1307,7 @@ For example, this branch is in a loop:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/branch.cr#L48" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/branch.cr#L48" target="_blank">View source</a>]
</div>
</div>
@ -1315,7 +1323,7 @@ For example, this branch is in a loop:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/branch.cr#L24" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/branch.cr#L24" target="_blank">View source</a>]
</div>
</div>
@ -1331,7 +1339,7 @@ For example, this branch is in a loop:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/branch.cr#L24" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/branch.cr#L24" target="_blank">View source</a>]
</div>
</div>
@ -1352,7 +1360,7 @@ For example, this branch is in a loop:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/branch.cr#L18" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/branch.cr#L18" target="_blank">View source</a>]
</div>
</div>
@ -1373,7 +1381,7 @@ For example, this branch is in a loop:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/branch.cr#L21" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/branch.cr#L21" target="_blank">View source</a>]
</div>
</div>
@ -1389,7 +1397,7 @@ For example, this branch is in a loop:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/branch.cr#L23" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/branch.cr#L23" target="_blank">View source</a>]
</div>
</div>
@ -1405,15 +1413,13 @@ For example, this branch is in a loop:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/branch.cr#L23" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/branch.cr#L23" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -946,7 +946,7 @@ are branchables.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/branchable.cr#L15" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/branchable.cr#L15" target="_blank">
ameba/ast/branchable.cr
</a>
@ -980,6 +980,8 @@ are branchables.</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1052,8 +1054,6 @@ are branchables.</p>
<div class="methods-inherited">
@ -1160,6 +1160,15 @@ are branchables.</p>
@ -1199,7 +1208,7 @@ are branchables.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/branchable.cr#L36" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/branchable.cr#L36" target="_blank">View source</a>]
</div>
</div>
@ -1209,6 +1218,8 @@ are branchables.</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1234,7 +1245,7 @@ are branchables.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/branchable.cr#L22" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/branchable.cr#L22" target="_blank">View source</a>]
</div>
</div>
@ -1250,7 +1261,7 @@ are branchables.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/branchable.cr#L29" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/branchable.cr#L29" target="_blank">View source</a>]
</div>
</div>
@ -1266,7 +1277,7 @@ are branchables.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/branchable.cr#L29" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/branchable.cr#L29" target="_blank">View source</a>]
</div>
</div>
@ -1282,7 +1293,7 @@ are branchables.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/branchable.cr#L28" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/branchable.cr#L28" target="_blank">View source</a>]
</div>
</div>
@ -1298,7 +1309,7 @@ are branchables.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/branchable.cr#L28" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/branchable.cr#L28" target="_blank">View source</a>]
</div>
</div>
@ -1320,7 +1331,7 @@ are branchables.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/branchable.cr#L41" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/branchable.cr#L41" target="_blank">View source</a>]
</div>
</div>
@ -1341,7 +1352,7 @@ are branchables.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/branchable.cr#L25" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/branchable.cr#L25" target="_blank">View source</a>]
</div>
</div>
@ -1362,7 +1373,7 @@ are branchables.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/branchable.cr#L19" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/branchable.cr#L19" target="_blank">View source</a>]
</div>
</div>
@ -1378,7 +1389,7 @@ are branchables.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/branchable.cr#L27" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/branchable.cr#L27" target="_blank">View source</a>]
</div>
</div>
@ -1394,15 +1405,13 @@ are branchables.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/branchable.cr#L27" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/branchable.cr#L27" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -925,7 +925,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/counting_visitor.cr#L3" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/counting_visitor.cr#L3" target="_blank">
ameba/ast/visitors/counting_visitor.cr
</a>
@ -978,6 +978,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1009,8 +1011,6 @@
<div class="methods-inherited">
@ -1033,6 +1033,15 @@
@ -1071,7 +1080,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/counting_visitor.cr#L9" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/counting_visitor.cr#L9" target="_blank">View source</a>]
</div>
</div>
@ -1081,6 +1090,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1106,7 +1117,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/counting_visitor.cr#L19" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/counting_visitor.cr#L19" target="_blank">View source</a>]
</div>
</div>
@ -1122,7 +1133,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/counting_visitor.cr#L6" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/counting_visitor.cr#L6" target="_blank">View source</a>]
</div>
</div>
@ -1138,15 +1149,13 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/counting_visitor.cr#L45" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/counting_visitor.cr#L45" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -948,7 +948,7 @@ a parent node, which allows easily search through the related statement
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/flow_expression.cr#L18" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/flow_expression.cr#L18" target="_blank">
ameba/ast/flow_expression.cr
</a>
@ -982,6 +982,8 @@ a parent node, which allows easily search through the related statement
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1047,8 +1049,6 @@ a parent node, which allows easily search through the related statement
<div class="methods-inherited">
@ -1155,6 +1155,15 @@ a parent node, which allows easily search through the related statement
@ -1194,7 +1203,7 @@ a parent node, which allows easily search through the related statement
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/flow_expression.cr#L36" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/flow_expression.cr#L36" target="_blank">View source</a>]
</div>
</div>
@ -1204,6 +1213,8 @@ a parent node, which allows easily search through the related statement
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1224,7 +1235,7 @@ a parent node, which allows easily search through the related statement
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/flow_expression.cr#L29" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/flow_expression.cr#L29" target="_blank">View source</a>]
</div>
</div>
@ -1240,7 +1251,7 @@ a parent node, which allows easily search through the related statement
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/flow_expression.cr#L29" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/flow_expression.cr#L29" target="_blank">View source</a>]
</div>
</div>
@ -1261,7 +1272,7 @@ a parent node, which allows easily search through the related statement
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/flow_expression.cr#L22" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/flow_expression.cr#L22" target="_blank">View source</a>]
</div>
</div>
@ -1277,7 +1288,7 @@ a parent node, which allows easily search through the related statement
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/flow_expression.cr#L28" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/flow_expression.cr#L28" target="_blank">View source</a>]
</div>
</div>
@ -1293,7 +1304,7 @@ a parent node, which allows easily search through the related statement
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/flow_expression.cr#L28" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/flow_expression.cr#L28" target="_blank">View source</a>]
</div>
</div>
@ -1314,7 +1325,7 @@ a parent node, which allows easily search through the related statement
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/flow_expression.cr#L25" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/flow_expression.cr#L25" target="_blank">View source</a>]
</div>
</div>
@ -1330,7 +1341,7 @@ a parent node, which allows easily search through the related statement
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/flow_expression.cr#L27" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/flow_expression.cr#L27" target="_blank">View source</a>]
</div>
</div>
@ -1346,7 +1357,7 @@ a parent node, which allows easily search through the related statement
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/flow_expression.cr#L27" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/flow_expression.cr#L27" target="_blank">View source</a>]
</div>
</div>
@ -1374,15 +1385,13 @@ For example:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/flow_expression.cr#L50" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/flow_expression.cr#L50" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -939,7 +939,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/flow_expression_visitor.cr#L6" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/flow_expression_visitor.cr#L6" target="_blank">
ameba/ast/visitors/flow_expression_visitor.cr
</a>
@ -1056,6 +1056,9 @@
<h3>Instance methods inherited from class <code><a href="../../Ameba/AST/BaseVisitor.html">Ameba::AST::BaseVisitor</a></code></h3>
@ -1099,6 +1102,18 @@

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -914,7 +914,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/ivariable.cr#L2" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/ivariable.cr#L2" target="_blank">
ameba/ast/variabling/ivariable.cr
</a>
@ -946,6 +946,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1005,8 +1007,6 @@
<div class="methods-inherited">
@ -1022,6 +1022,12 @@
@ -1052,7 +1058,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/ivariable.cr#L10" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/ivariable.cr#L8" target="_blank">View source</a>]
</div>
</div>
@ -1062,6 +1068,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1082,7 +1090,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/ivariable.cr#L6" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/ivariable.cr#L5" target="_blank">View source</a>]
</div>
</div>
@ -1098,7 +1106,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/ivariable.cr#L6" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/ivariable.cr#L5" target="_blank">View source</a>]
</div>
</div>
@ -1114,7 +1122,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/ivariable.cr#L5" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/ivariable.cr#L5" target="_blank">View source</a>]
</div>
</div>
@ -1130,7 +1138,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/ivariable.cr#L5" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/ivariable.cr#L5" target="_blank">View source</a>]
</div>
</div>
@ -1146,7 +1154,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/ivariable.cr#L7" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/ivariable.cr#L5" target="_blank">View source</a>]
</div>
</div>
@ -1162,7 +1170,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/ivariable.cr#L7" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/ivariable.cr#L5" target="_blank">View source</a>]
</div>
</div>
@ -1178,7 +1186,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/ivariable.cr#L3" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/ivariable.cr#L3" target="_blank">View source</a>]
</div>
</div>
@ -1194,7 +1202,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/ivariable.cr#L8" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/ivariable.cr#L5" target="_blank">View source</a>]
</div>
</div>
@ -1210,15 +1218,13 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/ivariable.cr#L8" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/ivariable.cr#L5" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -927,7 +927,7 @@ to be inspected by rules.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L10" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L10" target="_blank">
ameba/ast/visitors/node_visitor.cr
</a>
@ -1004,6 +1004,8 @@ to be inspected by rules.</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1203,8 +1205,6 @@ to be inspected by rules.</p>
<div class="methods-inherited">
@ -1252,6 +1252,18 @@ to be inspected by rules.</p>
@ -1288,7 +1300,7 @@ to be inspected by rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L58" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L58" target="_blank">View source</a>]
</div>
</div>
@ -1304,7 +1316,7 @@ to be inspected by rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L63" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L63" target="_blank">View source</a>]
</div>
</div>
@ -1332,7 +1344,7 @@ to be inspected by rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L47" target="_blank">View source</a>]
</div>
</div>
@ -1340,6 +1352,8 @@ to be inspected by rules.</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1360,7 +1374,7 @@ to be inspected by rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L68" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L68" target="_blank">View source</a>]
</div>
</div>
@ -1383,7 +1397,7 @@ to be inspected by rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
</div>
</div>
@ -1406,7 +1420,7 @@ to be inspected by rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
</div>
</div>
@ -1429,7 +1443,7 @@ to be inspected by rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
</div>
</div>
@ -1452,7 +1466,7 @@ to be inspected by rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
</div>
</div>
@ -1475,7 +1489,7 @@ to be inspected by rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
</div>
</div>
@ -1498,7 +1512,7 @@ to be inspected by rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
</div>
</div>
@ -1521,7 +1535,7 @@ to be inspected by rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
</div>
</div>
@ -1544,7 +1558,7 @@ to be inspected by rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
</div>
</div>
@ -1567,7 +1581,7 @@ to be inspected by rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
</div>
</div>
@ -1590,7 +1604,7 @@ to be inspected by rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
</div>
</div>
@ -1613,7 +1627,7 @@ to be inspected by rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
</div>
</div>
@ -1636,7 +1650,7 @@ to be inspected by rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
</div>
</div>
@ -1659,7 +1673,7 @@ to be inspected by rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
</div>
</div>
@ -1682,7 +1696,7 @@ to be inspected by rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
</div>
</div>
@ -1705,7 +1719,7 @@ to be inspected by rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
</div>
</div>
@ -1728,7 +1742,7 @@ to be inspected by rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
</div>
</div>
@ -1751,7 +1765,7 @@ to be inspected by rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
</div>
</div>
@ -1774,7 +1788,7 @@ to be inspected by rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
</div>
</div>
@ -1797,7 +1811,7 @@ to be inspected by rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
</div>
</div>
@ -1820,7 +1834,7 @@ to be inspected by rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
</div>
</div>
@ -1843,7 +1857,7 @@ to be inspected by rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
</div>
</div>
@ -1866,7 +1880,7 @@ to be inspected by rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
</div>
</div>
@ -1889,7 +1903,7 @@ to be inspected by rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
</div>
</div>
@ -1912,7 +1926,7 @@ to be inspected by rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
</div>
</div>
@ -1935,7 +1949,7 @@ to be inspected by rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L73" target="_blank">View source</a>]
</div>
</div>
@ -1951,15 +1965,13 @@ to be inspected by rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L86" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L86" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -912,7 +912,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L12" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L12" target="_blank">
ameba/ast/visitors/node_visitor.cr
</a>
@ -938,6 +938,16 @@
</dt>
<dt class="entry-const" id="None">
<strong>None</strong> = <code><span class="n">0</span></code>
</dt>
<dt class="entry-const" id="All">
<strong>All</strong> = <code><span class="n">1</span></code>
</dt>
</dl>
@ -946,6 +956,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -970,8 +982,6 @@
<div class="methods-inherited">
@ -1001,6 +1011,18 @@
@ -1021,6 +1043,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1041,7 +1065,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L13" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L13" target="_blank">View source</a>]
</div>
</div>
@ -1057,15 +1081,13 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/node_visitor.cr#L12" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/node_visitor.cr#L12" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -927,7 +927,7 @@ is reached.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/redundant_control_expression_visitor.cr#L5" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/redundant_control_expression_visitor.cr#L5" target="_blank">
ameba/ast/visitors/redundant_control_expression_visitor.cr
</a>
@ -959,6 +959,8 @@ is reached.</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -994,8 +996,6 @@ is reached.</p>
<div class="methods-inherited">
@ -1011,6 +1011,12 @@ is reached.</p>
@ -1041,7 +1047,7 @@ is reached.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/redundant_control_expression_visitor.cr#L15" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/redundant_control_expression_visitor.cr#L15" target="_blank">View source</a>]
</div>
</div>
@ -1051,6 +1057,8 @@ is reached.</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1076,7 +1084,7 @@ is reached.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/redundant_control_expression_visitor.cr#L13" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/redundant_control_expression_visitor.cr#L13" target="_blank">View source</a>]
</div>
</div>
@ -1097,7 +1105,7 @@ is reached.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/redundant_control_expression_visitor.cr#L7" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/redundant_control_expression_visitor.cr#L7" target="_blank">View source</a>]
</div>
</div>
@ -1118,15 +1126,13 @@ is reached.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/redundant_control_expression_visitor.cr#L10" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/redundant_control_expression_visitor.cr#L10" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -927,7 +927,7 @@ the variable from its reference.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/reference.cr#L7" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/reference.cr#L7" target="_blank">
ameba/ast/variabling/reference.cr
</a>
@ -942,6 +942,8 @@ the variable from its reference.</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -966,8 +968,6 @@ the variable from its reference.</p>
<div class="methods-inherited">
@ -1031,7 +1031,7 @@ the variable from its reference.</p>
<a href="../../Ameba/AST/Variable.html#reference%28node%3ACrystal%3A%3AVar%2Cscope%3AScope%29-instance-method" class="tooltip">
<span>reference(node : Crystal::Var, scope : Scope)</span>
<span>reference(node : Crystal::Var, scope : Scope)<br/>reference(scope : Scope)</span>
reference</a>,
@ -1103,6 +1103,15 @@ the variable from its reference.</p>
@ -1120,6 +1129,8 @@ the variable from its reference.</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1140,7 +1151,7 @@ the variable from its reference.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/reference.cr#L8" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/reference.cr#L8" target="_blank">View source</a>]
</div>
</div>
@ -1156,15 +1167,13 @@ the variable from its reference.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/reference.cr#L8" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/reference.cr#L8" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -926,7 +926,7 @@ This is where the local variables belong to.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L6" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L6" target="_blank">
ameba/ast/scope.cr
</a>
@ -960,6 +960,8 @@ This is where the local variables belong to.</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1235,8 +1237,6 @@ This is where the local variables belong to.</p>
<div class="methods-inherited">
@ -1252,6 +1252,12 @@ This is where the local variables belong to.</p>
@ -1288,7 +1294,7 @@ This is where the local variables belong to.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L48" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L47" target="_blank">View source</a>]
</div>
</div>
@ -1298,6 +1304,8 @@ This is where the local variables belong to.</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1348,7 +1356,7 @@ scope.add_argument(arg_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L68" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L67" target="_blank">View source</a>]
</div>
</div>
@ -1371,7 +1379,7 @@ scope.add_ivariable(ivar_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L79" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L78" target="_blank">View source</a>]
</div>
</div>
@ -1394,7 +1402,7 @@ scope.add_type_dec_variable(node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L89" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L88" target="_blank">View source</a>]
</div>
</div>
@ -1417,7 +1425,7 @@ scope.add_variable(var_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L58" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L57" target="_blank">View source</a>]
</div>
</div>
@ -1438,7 +1446,7 @@ scope.add_variable(var_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L205" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L204" target="_blank">View source</a>]
</div>
</div>
@ -1459,7 +1467,7 @@ scope.add_variable(var_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L20" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L20" target="_blank">View source</a>]
</div>
</div>
@ -1482,7 +1490,7 @@ scope.assign_variable(var_name, assign_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L110" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L109" target="_blank">View source</a>]
</div>
</div>
@ -1503,7 +1511,7 @@ scope.assign_variable(var_name, assign_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L141" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L140" target="_blank">View source</a>]
</div>
</div>
@ -1524,7 +1532,7 @@ scope.assign_variable(var_name, assign_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L147" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L146" target="_blank">View source</a>]
</div>
</div>
@ -1546,7 +1554,7 @@ scope.assign_variable(var_name, assign_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L116" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L115" target="_blank">View source</a>]
</div>
</div>
@ -1567,7 +1575,7 @@ scope.assign_variable(var_name, assign_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L190" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L189" target="_blank">View source</a>]
</div>
</div>
@ -1588,7 +1596,7 @@ scope.assign_variable(var_name, assign_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L185" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L184" target="_blank">View source</a>]
</div>
</div>
@ -1604,7 +1612,7 @@ scope.assign_variable(var_name, assign_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L39" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L37" target="_blank">View source</a>]
</div>
</div>
@ -1620,7 +1628,7 @@ scope.assign_variable(var_name, assign_node)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L39" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L37" target="_blank">View source</a>]
</div>
</div>
@ -1642,7 +1650,7 @@ the same Crystal node as <code>@node</code>.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L224" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L223" target="_blank">View source</a>]
</div>
</div>
@ -1665,7 +1673,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L99" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L98" target="_blank">View source</a>]
</div>
</div>
@ -1709,7 +1717,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L133" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L132" target="_blank">View source</a>]
</div>
</div>
@ -1730,7 +1738,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L32" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L32" target="_blank">View source</a>]
</div>
</div>
@ -1751,7 +1759,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L23" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L23" target="_blank">View source</a>]
</div>
</div>
@ -1767,7 +1775,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L38" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L37" target="_blank">View source</a>]
</div>
</div>
@ -1783,7 +1791,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L38" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L37" target="_blank">View source</a>]
</div>
</div>
@ -1804,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/452a7a8/src/ameba/ast/scope.cr#L195" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L194" target="_blank">View source</a>]
</div>
</div>
@ -1825,7 +1833,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L35" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L35" target="_blank">View source</a>]
</div>
</div>
@ -1846,7 +1854,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L29" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L29" target="_blank">View source</a>]
</div>
</div>
@ -1867,7 +1875,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L17" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L17" target="_blank">View source</a>]
</div>
</div>
@ -1889,7 +1897,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L166" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L165" target="_blank">View source</a>]
</div>
</div>
@ -1913,7 +1921,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L128" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L127" target="_blank">View source</a>]
</div>
</div>
@ -1929,7 +1937,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L37" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L37" target="_blank">View source</a>]
</div>
</div>
@ -1945,7 +1953,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L37" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L37" target="_blank">View source</a>]
</div>
</div>
@ -1966,7 +1974,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L200" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L199" target="_blank">View source</a>]
</div>
</div>
@ -1987,7 +1995,7 @@ scope.find_variable(<span class="s">&quot;foo&quot;</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L26" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L26" target="_blank">View source</a>]
</div>
</div>
@ -2009,7 +2017,7 @@ type definition, for example a class.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L154" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L153" target="_blank">View source</a>]
</div>
</div>
@ -2030,7 +2038,7 @@ type definition, for example a class.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L14" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L14" target="_blank">View source</a>]
</div>
</div>
@ -2051,7 +2059,7 @@ type definition, for example a class.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L180" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L179" target="_blank">View source</a>]
</div>
</div>
@ -2072,7 +2080,7 @@ type definition, for example a class.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L11" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L11" target="_blank">View source</a>]
</div>
</div>
@ -2093,7 +2101,7 @@ type definition, for example a class.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L8" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L8" target="_blank">View source</a>]
</div>
</div>
@ -2115,15 +2123,13 @@ type definition, for example a class.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/scope.cr#L175" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/scope.cr#L174" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -925,7 +925,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/scope_visitor.cr#L5" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/scope_visitor.cr#L5" target="_blank">
ameba/ast/visitors/scope_visitor.cr
</a>
@ -1036,6 +1036,18 @@
@ -1072,7 +1084,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/scope_visitor.cr#L31" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/scope_visitor.cr#L31" target="_blank">View source</a>]
</div>
</div>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -926,7 +926,7 @@ can characterize the source (i.e. require statements, modules etc.)</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L4" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L4" target="_blank">
ameba/ast/visitors/top_level_nodes_visitor.cr
</a>
@ -960,6 +960,8 @@ can characterize the source (i.e. require statements, modules etc.)</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -993,8 +995,6 @@ can characterize the source (i.e. require statements, modules etc.)</p>
<div class="methods-inherited">
@ -1017,6 +1017,15 @@ can characterize the source (i.e. require statements, modules etc.)</p>
@ -1055,7 +1064,7 @@ can characterize the source (i.e. require statements, modules etc.)</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L8" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L8" target="_blank">View source</a>]
</div>
</div>
@ -1065,6 +1074,8 @@ can characterize the source (i.e. require statements, modules etc.)</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1085,7 +1096,7 @@ can characterize the source (i.e. require statements, modules etc.)</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L5" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L5" target="_blank">View source</a>]
</div>
</div>
@ -1107,7 +1118,7 @@ then always traverse the children.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L20" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L20" target="_blank">View source</a>]
</div>
</div>
@ -1129,15 +1140,13 @@ Returns <code>false</code>, meaning all child nodes will not be traversed.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L26" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/visitors/top_level_nodes_visitor.cr#L26" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -914,7 +914,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/type_dec_variable.cr#L2" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/type_dec_variable.cr#L2" target="_blank">
ameba/ast/variabling/type_dec_variable.cr
</a>
@ -946,6 +946,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1000,8 +1002,6 @@
<div class="methods-inherited">
@ -1017,6 +1017,12 @@
@ -1047,7 +1053,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/type_dec_variable.cr#L9" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/type_dec_variable.cr#L8" target="_blank">View source</a>]
</div>
</div>
@ -1057,6 +1063,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1077,7 +1085,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/type_dec_variable.cr#L6" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/type_dec_variable.cr#L5" target="_blank">View source</a>]
</div>
</div>
@ -1093,7 +1101,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/type_dec_variable.cr#L6" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/type_dec_variable.cr#L5" target="_blank">View source</a>]
</div>
</div>
@ -1109,7 +1117,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/type_dec_variable.cr#L5" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/type_dec_variable.cr#L5" target="_blank">View source</a>]
</div>
</div>
@ -1125,7 +1133,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/type_dec_variable.cr#L5" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/type_dec_variable.cr#L5" target="_blank">View source</a>]
</div>
</div>
@ -1141,7 +1149,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/type_dec_variable.cr#L12" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/type_dec_variable.cr#L11" target="_blank">View source</a>]
</div>
</div>
@ -1157,7 +1165,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/type_dec_variable.cr#L3" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/type_dec_variable.cr#L3" target="_blank">View source</a>]
</div>
</div>
@ -1173,7 +1181,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/type_dec_variable.cr#L7" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/type_dec_variable.cr#L5" target="_blank">View source</a>]
</div>
</div>
@ -1189,15 +1197,13 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/type_dec_variable.cr#L7" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/type_dec_variable.cr#L5" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -995,7 +995,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/util.cr#L2" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/util.cr#L2" target="_blank">
ameba/ast/util.cr
</a>
@ -1010,6 +1010,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1136,8 +1138,6 @@
<div class="methods-inherited">
</div>
@ -1147,6 +1147,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1172,7 +1174,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/util.cr#L180" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/util.cr#L180" target="_blank">View source</a>]
</div>
</div>
@ -1194,7 +1196,7 @@ Wraps implicit tuple literal with curly brackets (e.g. multi-return).</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/util.cr#L199" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/util.cr#L199" target="_blank">View source</a>]
</div>
</div>
@ -1215,7 +1217,7 @@ Wraps implicit tuple literal with curly brackets (e.g. multi-return).</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/util.cr#L48" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/util.cr#L48" target="_blank">View source</a>]
</div>
</div>
@ -1236,7 +1238,7 @@ Wraps implicit tuple literal with curly brackets (e.g. multi-return).</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/util.cr#L174" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/util.cr#L174" target="_blank">View source</a>]
</div>
</div>
@ -1259,7 +1261,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/452a7a8/src/ameba/ast/util.cr#L102" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/util.cr#L102" target="_blank">View source</a>]
</div>
</div>
@ -1295,7 +1297,7 @@ a flow command <code>return</code>:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/util.cr#L140" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/util.cr#L140" target="_blank">View source</a>]
</div>
</div>
@ -1316,7 +1318,7 @@ a flow command <code>return</code>:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/util.cr#L54" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/util.cr#L54" target="_blank">View source</a>]
</div>
</div>
@ -1337,7 +1339,7 @@ a flow command <code>return</code>:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/util.cr#L186" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/util.cr#L186" target="_blank">View source</a>]
</div>
</div>
@ -1360,7 +1362,7 @@ off-by-one error.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/util.cr#L242" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/util.cr#L242" target="_blank">View source</a>]
</div>
</div>
@ -1381,7 +1383,7 @@ off-by-one error.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/util.cr#L210" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/util.cr#L210" target="_blank">View source</a>]
</div>
</div>
@ -1402,7 +1404,7 @@ off-by-one error.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/util.cr#L224" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/util.cr#L224" target="_blank">View source</a>]
</div>
</div>
@ -1425,7 +1427,7 @@ to determine and cut a piece of source of the node.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/util.cr#L69" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/util.cr#L69" target="_blank">View source</a>]
</div>
</div>
@ -1447,7 +1449,7 @@ matching given <em>name</em>, <code>false</code> otherwise.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/util.cr#L61" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/util.cr#L61" target="_blank">View source</a>]
</div>
</div>
@ -1468,7 +1470,7 @@ matching given <em>name</em>, <code>false</code> otherwise.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/util.cr#L168" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/util.cr#L168" target="_blank">View source</a>]
</div>
</div>
@ -1489,7 +1491,7 @@ matching given <em>name</em>, <code>false</code> otherwise.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/util.cr#L77" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/util.cr#L77" target="_blank">View source</a>]
</div>
</div>
@ -1510,15 +1512,13 @@ matching given <em>name</em>, <code>false</code> otherwise.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/util.cr#L42" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/util.cr#L42" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -940,7 +940,7 @@ Holds the var node and variable assignments.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/variable.cr#L4" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/variable.cr#L4" target="_blank">
ameba/ast/variabling/variable.cr
</a>
@ -974,6 +974,8 @@ Holds the var node and variable assignments.</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1077,6 +1079,13 @@ Holds the var node and variable assignments.</p>
</li>
<li class="entry-summary">
<a href="#reference%28scope%3AScope%29-instance-method" class="signature"><strong>#reference</strong>(scope : Scope)</a>
<div class="summary"><p>Creates a reference to this variable in some scope.</p></div>
</li>
<li class="entry-summary">
<a href="#reference_assignments%21-instance-method" class="signature"><strong>#reference_assignments!</strong></a>
@ -1140,8 +1149,6 @@ Holds the var node and variable assignments.</p>
<div class="methods-inherited">
@ -1157,6 +1164,12 @@ Holds the var node and variable assignments.</p>
@ -1193,7 +1206,7 @@ Holds the var node and variable assignments.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/variable.cr#L30" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/variable.cr#L28" target="_blank">View source</a>]
</div>
</div>
@ -1203,6 +1216,8 @@ Holds the var node and variable assignments.</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1233,7 +1248,7 @@ variable.assignment.size <span class="c"># =&gt; 2</span></code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/variable.cr#L47" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/variable.cr#L45" target="_blank">View source</a>]
</div>
</div>
@ -1254,7 +1269,7 @@ variable.assignment.size <span class="c"># =&gt; 2</span></code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/variable.cr#L18" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/variable.cr#L18" target="_blank">View source</a>]
</div>
</div>
@ -1275,7 +1290,7 @@ variable.assignment.size <span class="c"># =&gt; 2</span></code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/variable.cr#L6" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/variable.cr#L6" target="_blank">View source</a>]
</div>
</div>
@ -1303,7 +1318,7 @@ by block:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/variable.cr#L111" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/variable.cr#L114" target="_blank">View source</a>]
</div>
</div>
@ -1324,7 +1339,7 @@ by block:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/variable.cr#L160" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/variable.cr#L163" target="_blank">View source</a>]
</div>
</div>
@ -1340,7 +1355,7 @@ by block:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/variable.cr#L21" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/variable.cr#L20" target="_blank">View source</a>]
</div>
</div>
@ -1356,7 +1371,7 @@ by block:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/variable.cr#L21" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/variable.cr#L20" target="_blank">View source</a>]
</div>
</div>
@ -1378,7 +1393,7 @@ the same Crystal node as <code>@node</code>.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/variable.cr#L153" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/variable.cr#L156" target="_blank">View source</a>]
</div>
</div>
@ -1399,7 +1414,7 @@ the same Crystal node as <code>@node</code>.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/variable.cr#L147" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/variable.cr#L150" target="_blank">View source</a>]
</div>
</div>
@ -1415,7 +1430,7 @@ the same Crystal node as <code>@node</code>.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/variable.cr#L20" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/variable.cr#L20" target="_blank">View source</a>]
</div>
</div>
@ -1431,7 +1446,7 @@ the same Crystal node as <code>@node</code>.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/variable.cr#L20" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/variable.cr#L20" target="_blank">View source</a>]
</div>
</div>
@ -1447,7 +1462,7 @@ the same Crystal node as <code>@node</code>.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/variable.cr#L22" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/variable.cr#L20" target="_blank">View source</a>]
</div>
</div>
@ -1463,7 +1478,7 @@ the same Crystal node as <code>@node</code>.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/variable.cr#L22" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/variable.cr#L20" target="_blank">View source</a>]
</div>
</div>
@ -1484,7 +1499,7 @@ the same Crystal node as <code>@node</code>.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/variable.cr#L12" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/variable.cr#L12" target="_blank">View source</a>]
</div>
</div>
@ -1507,7 +1522,30 @@ variable.reference(var_node, some_scope)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/variable.cr#L70" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/variable.cr#L68" target="_blank">View source</a>]
</div>
</div>
<div class="entry-detail" id="reference(scope:Scope)-instance-method">
<div class="signature">
def <strong>reference</strong>(scope : <a href="../../Ameba/AST/Scope.html">Scope</a>)
<a class="method-permalink" href="#reference%28scope%3AScope%29-instance-method">#</a>
</div>
<div class="doc">
<p>Creates a reference to this variable in some scope.</p>
<pre><code class="language-crystal">variable <span class="o">=</span> <span class="t">Variable</span>.new(node, scope)
variable.reference(var_node, some_scope)</code></pre>
</div>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/variable.cr#L76" target="_blank">View source</a>]
</div>
</div>
@ -1531,7 +1569,7 @@ variable.reference_assignments!</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/variable.cr#L84" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/variable.cr#L87" target="_blank">View source</a>]
</div>
</div>
@ -1548,14 +1586,14 @@ variable.reference_assignments!</code></pre>
<p>Returns <code>true</code> if variable has any reference.</p>
<pre><code class="language-crystal">variable <span class="o">=</span> <span class="t">Variable</span>.new(node, scope)
variable.reference(var_node)
variable.reference(var_node, some_scope)
variable.referenced? <span class="c"># =&gt; true</span></code></pre>
</div>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/variable.cr#L60" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/variable.cr#L58" target="_blank">View source</a>]
</div>
</div>
@ -1576,7 +1614,7 @@ variable.referenced? <span class="c"># =&gt; true</span></code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/variable.cr#L9" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/variable.cr#L9" target="_blank">View source</a>]
</div>
</div>
@ -1597,7 +1635,7 @@ variable.referenced? <span class="c"># =&gt; true</span></code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/variable.cr#L15" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/variable.cr#L15" target="_blank">View source</a>]
</div>
</div>
@ -1618,7 +1656,7 @@ variable.referenced? <span class="c"># =&gt; true</span></code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/variable.cr#L34" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/variable.cr#L32" target="_blank">View source</a>]
</div>
</div>
@ -1640,7 +1678,7 @@ variable.referenced? <span class="c"># =&gt; true</span></code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/variable.cr#L135" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/variable.cr#L138" target="_blank">View source</a>]
</div>
</div>
@ -1656,7 +1694,7 @@ variable.referenced? <span class="c"># =&gt; true</span></code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/variable.cr#L23" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/variable.cr#L20" target="_blank">View source</a>]
</div>
</div>
@ -1672,7 +1710,7 @@ variable.referenced? <span class="c"># =&gt; true</span></code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/variable.cr#L23" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/variable.cr#L20" target="_blank">View source</a>]
</div>
</div>
@ -1694,15 +1732,13 @@ variable.referenced? <span class="c"># =&gt; true</span></code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ast/variabling/variable.cr#L123" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ast/variabling/variable.cr#L126" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -965,7 +965,7 @@ then it will use the config as specified inside the first of the following files
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/config.cr#L37" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/config.cr#L37" target="_blank">
ameba/config.cr
</a>
@ -1048,6 +1048,8 @@ then it will use the config as specified inside the first of the following files
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1161,8 +1163,6 @@ then it will use the config as specified inside the first of the following files
<div class="methods-inherited">
@ -1199,6 +1199,15 @@ then it will use the config as specified inside the first of the following files
@ -1234,7 +1243,7 @@ then it will use the config as specified inside the first of the following files
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/config.cr#L144" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/config.cr#L145" target="_blank">View source</a>]
</div>
</div>
@ -1256,7 +1265,7 @@ then it will use the config as specified inside the first of the following files
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/config.cr#L109" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/config.cr#L110" target="_blank">View source</a>]
</div>
</div>
@ -1264,6 +1273,8 @@ then it will use the config as specified inside the first of the following files
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1289,7 +1300,7 @@ then it will use the config as specified inside the first of the following files
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/config.cr#L87" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/config.cr#L87" target="_blank">View source</a>]
</div>
</div>
@ -1310,7 +1321,7 @@ then it will use the config as specified inside the first of the following files
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/config.cr#L87" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/config.cr#L87" target="_blank">View source</a>]
</div>
</div>
@ -1334,7 +1345,7 @@ config.excluded <span class="o">=</span> [<span class="s">&quot;spec&quot;</span
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/config.cr#L84" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/config.cr#L84" target="_blank">View source</a>]
</div>
</div>
@ -1358,7 +1369,7 @@ config.excluded <span class="o">=</span> [<span class="s">&quot;spec&quot;</span
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/config.cr#L84" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/config.cr#L84" target="_blank">View source</a>]
</div>
</div>
@ -1383,7 +1394,7 @@ config.formatter</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/config.cr#L170" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/config.cr#L171" target="_blank">View source</a>]
</div>
</div>
@ -1406,7 +1417,7 @@ config.formatter <span class="o">=</span> <span class="n">:progress</span></code
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/config.cr#L180" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/config.cr#L181" target="_blank">View source</a>]
</div>
</div>
@ -1431,7 +1442,7 @@ config.formatter</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/config.cr#L170" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/config.cr#L171" target="_blank">View source</a>]
</div>
</div>
@ -1457,7 +1468,7 @@ config.globs</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/config.cr#L75" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/config.cr#L75" target="_blank">View source</a>]
</div>
</div>
@ -1483,7 +1494,7 @@ config.globs</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/config.cr#L75" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/config.cr#L75" target="_blank">View source</a>]
</div>
</div>
@ -1499,7 +1510,7 @@ config.globs</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/config.cr#L63" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/config.cr#L63" target="_blank">View source</a>]
</div>
</div>
@ -1515,7 +1526,7 @@ config.globs</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/config.cr#L64" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/config.cr#L64" target="_blank">View source</a>]
</div>
</div>
@ -1531,7 +1542,7 @@ config.globs</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/config.cr#L64" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/config.cr#L64" target="_blank">View source</a>]
</div>
</div>
@ -1557,7 +1568,7 @@ config.sources <span class="c"># =&gt; list of sources pointing to files found b
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/config.cr#L157" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/config.cr#L158" target="_blank">View source</a>]
</div>
</div>
@ -1580,7 +1591,7 @@ config.update_rule <span class="s">&quot;MyRuleName&quot;</span>, enabled: <span
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/config.cr#L193" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/config.cr#L194" target="_blank">View source</a>]
</div>
</div>
@ -1605,15 +1616,13 @@ config.update_rules <span class="s">%w[Rule1 Rule2]</span>, enabled: <span class
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/config.cr#L214" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/config.cr#L215" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -912,7 +912,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ext/location.cr#L2" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ext/location.cr#L2" target="_blank">
ameba/ext/location.cr
</a>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -937,7 +937,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ext/location.cr#L2" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ext/location.cr#L2" target="_blank">
ameba/ext/location.cr
</a>
@ -952,6 +952,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -987,8 +989,6 @@
<div class="methods-inherited">
</div>
@ -998,6 +998,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1024,7 +1026,7 @@ by the given amount(s).</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ext/location.cr#L11" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ext/location.cr#L11" target="_blank">View source</a>]
</div>
</div>
@ -1045,7 +1047,7 @@ by the given amount(s).</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ext/location.cr#L16" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ext/location.cr#L16" target="_blank">View source</a>]
</div>
</div>
@ -1067,15 +1069,13 @@ to the given value(s).</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/ext/location.cr#L5" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/ext/location.cr#L5" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -923,56 +923,56 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/base_formatter.cr#L4" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/base_formatter.cr#L4" target="_blank">
ameba/formatter/base_formatter.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/disabled_formatter.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/disabled_formatter.cr#L1" target="_blank">
ameba/formatter/disabled_formatter.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/dot_formatter.cr#L3" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/dot_formatter.cr#L3" target="_blank">
ameba/formatter/dot_formatter.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/explain_formatter.cr#L3" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/explain_formatter.cr#L3" target="_blank">
ameba/formatter/explain_formatter.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/flycheck_formatter.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/flycheck_formatter.cr#L1" target="_blank">
ameba/formatter/flycheck_formatter.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/json_formatter.cr#L3" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/json_formatter.cr#L3" target="_blank">
ameba/formatter/json_formatter.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/todo_formatter.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/todo_formatter.cr#L1" target="_blank">
ameba/formatter/todo_formatter.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/util.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/util.cr#L1" target="_blank">
ameba/formatter/util.cr
</a>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -947,7 +947,7 @@ callbacks in <code><a href="../../Ameba/Runner.html#run-instance-method">Ameba::
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/base_formatter.cr#L8" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/base_formatter.cr#L8" target="_blank">
ameba/formatter/base_formatter.cr
</a>
@ -979,6 +979,8 @@ callbacks in <code><a href="../../Ameba/Runner.html#run-instance-method">Ameba::
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1018,7 +1020,7 @@ callbacks in <code><a href="../../Ameba/Runner.html#run-instance-method">Ameba::
<li class="entry-summary">
<a href="#source_started%28source%3ASource%29-instance-method" class="signature"><strong>#source_started</strong>(source : Source)</a>
<div class="summary"><p>Callback that indicates when source inspection is finished.</p></div>
<div class="summary"><p>Callback that indicates when source inspection is started.</p></div>
</li>
@ -1033,8 +1035,6 @@ callbacks in <code><a href="../../Ameba/Runner.html#run-instance-method">Ameba::
<div class="methods-inherited">
@ -1050,6 +1050,12 @@ callbacks in <code><a href="../../Ameba/Runner.html#run-instance-method">Ameba::
@ -1080,7 +1086,7 @@ callbacks in <code><a href="../../Ameba/Runner.html#run-instance-method">Ameba::
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/base_formatter.cr#L13" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/base_formatter.cr#L13" target="_blank">View source</a>]
</div>
</div>
@ -1090,6 +1096,8 @@ callbacks in <code><a href="../../Ameba/Runner.html#run-instance-method">Ameba::
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1110,7 +1118,7 @@ callbacks in <code><a href="../../Ameba/Runner.html#run-instance-method">Ameba::
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/base_formatter.cr#L11" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/base_formatter.cr#L11" target="_blank">View source</a>]
</div>
</div>
@ -1132,7 +1140,7 @@ A list of inspected sources is passed as an argument.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/base_formatter.cr#L30" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/base_formatter.cr#L30" target="_blank">View source</a>]
</div>
</div>
@ -1153,7 +1161,7 @@ A list of inspected sources is passed as an argument.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/base_formatter.cr#L10" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/base_formatter.cr#L10" target="_blank">View source</a>]
</div>
</div>
@ -1175,7 +1183,7 @@ A corresponding source is passed as an argument.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/base_formatter.cr#L22" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/base_formatter.cr#L26" target="_blank">View source</a>]
</div>
</div>
@ -1190,14 +1198,14 @@ A corresponding source is passed as an argument.</p>
<div class="doc">
<p>Callback that indicates when source inspection is finished.
<p>Callback that indicates when source inspection is started.
A corresponding source is passed as an argument.</p>
</div>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/base_formatter.cr#L26" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/base_formatter.cr#L22" target="_blank">View source</a>]
</div>
</div>
@ -1219,15 +1227,13 @@ A list of sources to inspect is passed as an argument.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/base_formatter.cr#L18" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/base_formatter.cr#L18" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -925,7 +925,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/disabled_formatter.cr#L3" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/disabled_formatter.cr#L3" target="_blank">
ameba/formatter/disabled_formatter.cr
</a>
@ -940,6 +940,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -961,8 +963,6 @@
<div class="methods-inherited">
@ -1028,6 +1028,15 @@
@ -1045,6 +1054,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1075,15 +1086,13 @@ A list of inspected sources is passed as an argument.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/disabled_formatter.cr#L4" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/disabled_formatter.cr#L4" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -954,7 +954,7 @@ It is similar to Crystal's dot formatter for specs.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/dot_formatter.cr#L6" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/dot_formatter.cr#L6" target="_blank">
ameba/formatter/dot_formatter.cr
</a>
@ -969,6 +969,8 @@ It is similar to Crystal's dot formatter for specs.</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1004,8 +1006,6 @@ It is similar to Crystal's dot formatter for specs.</p>
<div class="methods-inherited">
@ -1044,6 +1044,9 @@ It is similar to Crystal's dot formatter for specs.</p>
<h3>Instance methods inherited from class <code><a href="../../Ameba/Formatter/BaseFormatter.html">Ameba::Formatter::BaseFormatter</a></code></h3>
@ -1105,6 +1108,15 @@ It is similar to Crystal's dot formatter for specs.</p>
@ -1122,6 +1134,8 @@ It is similar to Crystal's dot formatter for specs.</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1147,7 +1161,7 @@ It is similar to Crystal's dot formatter for specs.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/dot_formatter.cr#L27" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/dot_formatter.cr#L27" target="_blank">View source</a>]
</div>
</div>
@ -1168,7 +1182,7 @@ It is similar to Crystal's dot formatter for specs.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/dot_formatter.cr#L21" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/dot_formatter.cr#L21" target="_blank">View source</a>]
</div>
</div>
@ -1189,15 +1203,13 @@ It is similar to Crystal's dot formatter for specs.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/dot_formatter.cr#L13" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/dot_formatter.cr#L13" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -940,7 +940,7 @@ a specific location.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/explain_formatter.cr#L6" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/explain_formatter.cr#L6" target="_blank">
ameba/formatter/explain_formatter.cr
</a>
@ -974,6 +974,8 @@ a specific location.</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1005,8 +1007,6 @@ a specific location.</p>
<div class="methods-inherited">
@ -1053,6 +1053,15 @@ a specific location.</p>
@ -1098,7 +1107,7 @@ Second argument is <em>location</em> which indicates the location to explain.</p
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/explain_formatter.cr#L24" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/explain_formatter.cr#L24" target="_blank">View source</a>]
</div>
</div>
@ -1108,6 +1117,8 @@ Second argument is <em>location</em> which indicates the location to explain.</p
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1133,7 +1144,7 @@ Second argument is <em>location</em> which indicates the location to explain.</p
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/explain_formatter.cr#L33" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/explain_formatter.cr#L33" target="_blank">View source</a>]
</div>
</div>
@ -1149,7 +1160,7 @@ Second argument is <em>location</em> which indicates the location to explain.</p
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/explain_formatter.cr#L10" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/explain_formatter.cr#L10" target="_blank">View source</a>]
</div>
</div>
@ -1165,15 +1176,13 @@ Second argument is <em>location</em> which indicates the location to explain.</p
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/explain_formatter.cr#L9" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/explain_formatter.cr#L9" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -914,7 +914,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/flycheck_formatter.cr#L2" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/flycheck_formatter.cr#L2" target="_blank">
ameba/formatter/flycheck_formatter.cr
</a>
@ -929,6 +929,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -950,8 +952,6 @@
<div class="methods-inherited">
@ -1017,6 +1017,15 @@
@ -1034,6 +1043,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1064,15 +1075,13 @@ A corresponding source is passed as an argument.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/flycheck_formatter.cr#L5" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/flycheck_formatter.cr#L5" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -981,7 +981,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/json_formatter.cr#L65" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/json_formatter.cr#L65" target="_blank">
ameba/formatter/json_formatter.cr
</a>
@ -1013,6 +1013,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1048,8 +1050,6 @@
<div class="methods-inherited">
@ -1115,6 +1115,15 @@
@ -1148,7 +1157,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/json_formatter.cr#L66" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/json_formatter.cr#L66" target="_blank">View source</a>]
</div>
</div>
@ -1158,6 +1167,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1188,7 +1199,7 @@ A list of inspected sources is passed as an argument.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/json_formatter.cr#L94" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/json_formatter.cr#L94" target="_blank">View source</a>]
</div>
</div>
@ -1214,7 +1225,7 @@ A corresponding source is passed as an argument.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/json_formatter.cr#L74" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/json_formatter.cr#L74" target="_blank">View source</a>]
</div>
</div>
@ -1240,15 +1251,13 @@ A list of sources to inspect is passed as an argument.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/json_formatter.cr#L70" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/json_formatter.cr#L70" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -927,7 +927,7 @@ or excludes failed sources from these rules.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/todo_formatter.cr#L5" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/todo_formatter.cr#L5" target="_blank">
ameba/formatter/todo_formatter.cr
</a>
@ -959,6 +959,8 @@ or excludes failed sources from these rules.</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -980,8 +982,6 @@ or excludes failed sources from these rules.</p>
<div class="methods-inherited">
@ -1015,6 +1015,9 @@ or excludes failed sources from these rules.</p>
<h3>Instance methods inherited from module <code><a href="../../Ameba/Formatter/Util.html">Ameba::Formatter::Util</a></code></h3>
@ -1049,6 +1052,9 @@ or excludes failed sources from these rules.</p>
<h3>Instance methods inherited from class <code><a href="../../Ameba/Formatter/BaseFormatter.html">Ameba::Formatter::BaseFormatter</a></code></h3>
@ -1110,6 +1116,15 @@ or excludes failed sources from these rules.</p>
@ -1143,7 +1158,7 @@ or excludes failed sources from these rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/todo_formatter.cr#L6" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/todo_formatter.cr#L6" target="_blank">View source</a>]
</div>
</div>
@ -1153,6 +1168,8 @@ or excludes failed sources from these rules.</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1182,15 +1199,13 @@ or excludes failed sources from these rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/todo_formatter.cr#L9" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/todo_formatter.cr#L9" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -942,7 +942,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/util.cr#L2" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/util.cr#L2" target="_blank">
ameba/formatter/util.cr
</a>
@ -957,6 +957,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -996,8 +998,6 @@
<div class="methods-inherited">
</div>
@ -1007,6 +1007,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1027,7 +1029,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/util.cr#L45" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/util.cr#L45" target="_blank">View source</a>]
</div>
</div>
@ -1043,7 +1045,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/util.cr#L51" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/util.cr#L51" target="_blank">View source</a>]
</div>
</div>
@ -1059,7 +1061,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/util.cr#L19" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/util.cr#L19" target="_blank">View source</a>]
</div>
</div>
@ -1075,7 +1077,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/util.cr#L5" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/util.cr#L5" target="_blank">View source</a>]
</div>
</div>
@ -1091,15 +1093,13 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/formatter/util.cr#L9" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/formatter/util.cr#L9" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -937,7 +937,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/glob_utils.cr#L3" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/glob_utils.cr#L3" target="_blank">
ameba/glob_utils.cr
</a>
@ -952,6 +952,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -980,8 +982,6 @@
<div class="methods-inherited">
</div>
@ -991,6 +991,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1017,7 +1019,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/glob_utils.cr#L22" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/glob_utils.cr#L22" target="_blank">View source</a>]
</div>
</div>
@ -1040,15 +1042,13 @@ Globs can have wildcards or be rejected:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/glob_utils.cr#L10" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/glob_utils.cr#L10" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -937,7 +937,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/inline_comments.cr#L3" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/inline_comments.cr#L3" target="_blank">
ameba/inline_comments.cr
</a>
@ -971,6 +971,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1006,8 +1008,6 @@
<div class="methods-inherited">
</div>
@ -1017,6 +1017,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1042,7 +1044,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/inline_comments.cr#L78" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/inline_comments.cr#L78" target="_blank">View source</a>]
</div>
</div>
@ -1082,7 +1084,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/inline_comments.cr#L40" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/inline_comments.cr#L40" target="_blank">View source</a>]
</div>
</div>
@ -1111,15 +1113,13 @@ parse_inline_directive(line) <span class="c"># =&gt; nil</span></code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/inline_comments.cr#L68" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/inline_comments.cr#L68" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -923,7 +923,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/inline_comments.cr#L8" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/inline_comments.cr#L8" target="_blank">
ameba/inline_comments.cr
</a>
@ -962,6 +962,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -986,8 +988,6 @@
<div class="methods-inherited">
@ -1017,6 +1017,18 @@
@ -1037,6 +1049,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1057,7 +1071,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/inline_comments.cr#L9" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/inline_comments.cr#L9" target="_blank">View source</a>]
</div>
</div>
@ -1073,15 +1087,13 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/inline_comments.cr#L10" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/inline_comments.cr#L10" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -925,7 +925,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/issue.cr#L3" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/issue.cr#L3" target="_blank">
ameba/issue.cr
</a>
@ -957,6 +957,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1048,8 +1050,6 @@
<div class="methods-inherited">
@ -1072,6 +1072,15 @@
@ -1105,7 +1114,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/issue.cr#L30" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/issue.cr#L30" target="_blank">View source</a>]
</div>
</div>
@ -1115,6 +1124,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1140,7 +1151,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/issue.cr#L10" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/issue.cr#L10" target="_blank">View source</a>]
</div>
</div>
@ -1156,7 +1167,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/issue.cr#L42" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/issue.cr#L42" target="_blank">View source</a>]
</div>
</div>
@ -1172,7 +1183,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/issue.cr#L38" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/issue.cr#L38" target="_blank">View source</a>]
</div>
</div>
@ -1188,7 +1199,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/issue.cr#L27" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/issue.cr#L27" target="_blank">View source</a>]
</div>
</div>
@ -1204,7 +1215,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/issue.cr#L27" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/issue.cr#L27" target="_blank">View source</a>]
</div>
</div>
@ -1220,7 +1231,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/issue.cr#L27" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/issue.cr#L27" target="_blank">View source</a>]
</div>
</div>
@ -1236,7 +1247,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/issue.cr#L27" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/issue.cr#L27" target="_blank">View source</a>]
</div>
</div>
@ -1257,7 +1268,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/issue.cr#L19" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/issue.cr#L19" target="_blank">View source</a>]
</div>
</div>
@ -1278,7 +1289,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/issue.cr#L16" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/issue.cr#L16" target="_blank">View source</a>]
</div>
</div>
@ -1299,7 +1310,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/issue.cr#L22" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/issue.cr#L22" target="_blank">View source</a>]
</div>
</div>
@ -1320,7 +1331,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/issue.cr#L13" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/issue.cr#L13" target="_blank">View source</a>]
</div>
</div>
@ -1341,7 +1352,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/issue.cr#L25" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/issue.cr#L25" target="_blank">View source</a>]
</div>
</div>
@ -1357,15 +1368,13 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/issue.cr#L34" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/issue.cr#L34" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -912,7 +912,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/issue.cr#L4" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/issue.cr#L4" target="_blank">
ameba/issue.cr
</a>
@ -951,6 +951,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -975,8 +977,6 @@
<div class="methods-inherited">
@ -1006,6 +1006,18 @@
@ -1026,6 +1038,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1046,7 +1060,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/issue.cr#L6" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/issue.cr#L6" target="_blank">View source</a>]
</div>
</div>
@ -1062,15 +1076,13 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/issue.cr#L5" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/issue.cr#L5" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -912,21 +912,21 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/presenter/base_presenter.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/presenter/base_presenter.cr#L1" target="_blank">
ameba/presenter/base_presenter.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/presenter/rule_collection_presenter.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/presenter/rule_collection_presenter.cr#L1" target="_blank">
ameba/presenter/rule_collection_presenter.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/presenter/rule_presenter.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/presenter/rule_presenter.cr#L1" target="_blank">
ameba/presenter/rule_presenter.cr
</a>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -930,7 +930,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/presenter/base_presenter.cr#L5" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/presenter/base_presenter.cr#L5" target="_blank">
ameba/presenter/base_presenter.cr
</a>
@ -962,6 +962,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -983,8 +985,6 @@
<div class="methods-inherited">
@ -1000,6 +1000,12 @@
@ -1030,7 +1036,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/presenter/base_presenter.cr#L9" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/presenter/base_presenter.cr#L9" target="_blank">View source</a>]
</div>
</div>
@ -1040,6 +1046,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1065,15 +1073,13 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/presenter/base_presenter.cr#L7" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/presenter/base_presenter.cr#L7" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -914,7 +914,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/presenter/rule_collection_presenter.cr#L2" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/presenter/rule_collection_presenter.cr#L2" target="_blank">
ameba/presenter/rule_collection_presenter.cr
</a>
@ -929,6 +929,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -948,8 +950,6 @@
<div class="methods-inherited">
@ -990,6 +990,15 @@
@ -1007,6 +1016,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1027,15 +1038,13 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/presenter/rule_collection_presenter.cr#L3" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/presenter/rule_collection_presenter.cr#L3" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -914,7 +914,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/presenter/rule_presenter.cr#L2" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/presenter/rule_presenter.cr#L2" target="_blank">
ameba/presenter/rule_presenter.cr
</a>
@ -929,6 +929,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -948,8 +950,6 @@
<div class="methods-inherited">
@ -990,6 +990,15 @@
@ -1007,6 +1016,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1027,15 +1038,13 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/presenter/rule_presenter.cr#L3" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/presenter/rule_presenter.cr#L3" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -951,7 +951,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/reportable.cr#L5" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/reportable.cr#L5" target="_blank">
ameba/reportable.cr
</a>
@ -966,6 +966,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1064,8 +1066,6 @@
<div class="methods-inherited">
@ -1162,6 +1162,9 @@
</div>
@ -1169,6 +1172,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1194,7 +1199,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/reportable.cr#L12" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/reportable.cr#L12" target="_blank">View source</a>]
</div>
</div>
@ -1215,7 +1220,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/reportable.cr#L27" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/reportable.cr#L27" target="_blank">View source</a>]
</div>
</div>
@ -1236,7 +1241,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/reportable.cr#L53" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/reportable.cr#L53" target="_blank">View source</a>]
</div>
</div>
@ -1257,7 +1262,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/reportable.cr#L63" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/reportable.cr#L63" target="_blank">View source</a>]
</div>
</div>
@ -1278,7 +1283,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/reportable.cr#L76" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/reportable.cr#L76" target="_blank">View source</a>]
</div>
</div>
@ -1299,7 +1304,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/reportable.cr#L37" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/reportable.cr#L37" target="_blank">View source</a>]
</div>
</div>
@ -1320,7 +1325,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/reportable.cr#L71" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/reportable.cr#L71" target="_blank">View source</a>]
</div>
</div>
@ -1341,7 +1346,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/reportable.cr#L58" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/reportable.cr#L58" target="_blank">View source</a>]
</div>
</div>
@ -1362,7 +1367,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/reportable.cr#L91" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/reportable.cr#L91" target="_blank">View source</a>]
</div>
</div>
@ -1383,7 +1388,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/reportable.cr#L48" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/reportable.cr#L48" target="_blank">View source</a>]
</div>
</div>
@ -1404,7 +1409,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/reportable.cr#L9" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/reportable.cr#L9" target="_blank">View source</a>]
</div>
</div>
@ -1425,15 +1430,13 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/reportable.cr#L101" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/reportable.cr#L101" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -912,7 +912,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/base.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/base.cr#L1" target="_blank">
ameba/rule/base.cr
</a>
@ -1007,7 +1007,7 @@ behave differently than usual rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/base.cr#L173" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/base.cr#L174" target="_blank">View source</a>]
</div>
</div>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -1102,7 +1102,7 @@ that are tested by this rule, it should add an issue.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/base.cr#L29" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/base.cr#L29" target="_blank">
ameba/rule/base.cr
</a>
@ -1153,6 +1153,27 @@ that are tested by this rule, it should add an issue.</p>
<h2>
<a id="macro-summary" class="anchor" href="#macro-summary">
<svg class="octicon-link" aria-hidden="true">
<use href="#octicon-link"/>
</svg>
</a>
Macro Summary
</h2>
<ul class="list-summary">
<li class="entry-summary">
<a href="#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="signature"><strong>issue_for</strong>(*args, **kwargs, &block)</a>
<div class="summary"><p>Adds an issue to the <em>source</em></p></div>
</li>
</ul>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1215,6 +1236,8 @@ that are tested by this rule, it should add an issue.</p>
<li class="entry-summary">
<a href="#test%28source%3ASource%2Cnode%3ACrystal%3A%3AASTNode%2C%2Aopts%29-instance-method" class="signature"><strong>#test</strong>(source : Source, node : Crystal::ASTNode, *opts)</a>
<div class="summary"><p><span class="flag purple">NOTE</span> Can't be abstract</p></div>
</li>
<li class="entry-summary">
@ -1228,27 +1251,6 @@ that are tested by this rule, it should add an issue.</p>
<h2>
<a id="macro-summary" class="anchor" href="#macro-summary">
<svg class="octicon-link" aria-hidden="true">
<use href="#octicon-link"/>
</svg>
</a>
Macro Summary
</h2>
<ul class="list-summary">
<li class="entry-summary">
<a href="#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="signature"><strong>issue_for</strong>(*args, **kwargs, &block)</a>
<div class="summary"><p>Adds an issue to the <em>source</em></p></div>
</li>
</ul>
<div class="methods-inherited">
@ -1262,6 +1264,24 @@ that are tested by this rule, it should add an issue.</p>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1312,6 +1332,39 @@ that are tested by this rule, it should add an issue.</p>
<h2>
<a id="macro-detail" class="anchor" href="#macro-detail">
<svg class="octicon-link" aria-hidden="true">
<use href="#octicon-link"/>
</svg>
</a>
Macro Detail
</h2>
<div class="entry-detail" id="issue_for(*args,**kwargs,&amp;block)-macro">
<div class="signature">
macro <strong>issue_for</strong>(*args, **kwargs, &block)
<a class="method-permalink" href="#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro">#</a>
</div>
<div class="doc">
<p>Adds an issue to the <em>source</em></p>
</div>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/base.cr#L117" target="_blank">View source</a>]
</div>
</div>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1341,7 +1394,7 @@ that are tested by this rule, it should add an issue.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/base.cr#L107" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/base.cr#L108" target="_blank">View source</a>]
</div>
</div>
@ -1365,7 +1418,7 @@ source.valid?</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/base.cr#L52" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/base.cr#L53" target="_blank">View source</a>]
</div>
</div>
@ -1389,7 +1442,7 @@ the one of the given source.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/base.cr#L90" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/base.cr#L91" target="_blank">View source</a>]
</div>
</div>
@ -1415,7 +1468,7 @@ the one of the given source.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/base.cr#L79" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/base.cr#L80" target="_blank">View source</a>]
</div>
</div>
@ -1445,7 +1498,7 @@ though usually the macro <code>def_hash</code> can be used to generate this meth
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/base.cr#L111" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/base.cr#L112" target="_blank">View source</a>]
</div>
</div>
@ -1472,7 +1525,7 @@ though usually the macro <code>def_hash</code> can be used to generate this meth
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/base.cr#L66" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/base.cr#L67" target="_blank">View source</a>]
</div>
</div>
@ -1495,7 +1548,7 @@ usual rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/base.cr#L103" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/base.cr#L104" target="_blank">View source</a>]
</div>
</div>
@ -1508,10 +1561,15 @@ usual rules.</p>
<a class="method-permalink" href="#test%28source%3ASource%2Cnode%3ACrystal%3A%3AASTNode%2C%2Aopts%29-instance-method">#</a>
</div>
<div class="doc">
<p><span class="flag purple">NOTE</span> Can't be abstract</p>
</div>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/base.cr#L41" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/base.cr#L43" target="_blank">View source</a>]
</div>
</div>
@ -1528,47 +1586,14 @@ usual rules.</p>
<p>This method is designed to test the source passed in. If source has issues
that are tested by this rule, it should add an issue.</p>
<p>Be default it uses a node visitor to traverse all the nodes in the source.</p>
<p>By default it uses a node visitor to traverse all the nodes in the source.</p>
<p><span class="flag purple">NOTE</span> Must be overridden for other type of rules.</p>
</div>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/base.cr#L37" target="_blank">View source</a>]
</div>
</div>
<h2>
<a id="macro-detail" class="anchor" href="#macro-detail">
<svg class="octicon-link" aria-hidden="true">
<use href="#octicon-link"/>
</svg>
</a>
Macro Detail
</h2>
<div class="entry-detail" id="issue_for(*args,**kwargs,&amp;block)-macro">
<div class="signature">
macro <strong>issue_for</strong>(*args, **kwargs, &block)
<a class="method-permalink" href="#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro">#</a>
</div>
<div class="doc">
<p>Adds an issue to the <em>source</em></p>
</div>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/base.cr#L116" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/base.cr#L38" target="_blank">View source</a>]
</div>
</div>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -912,14 +912,14 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/documentation/documentation.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/documentation/documentation.cr#L1" target="_blank">
ameba/rule/documentation/documentation.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/documentation/documentation_admonition.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/documentation/documentation_admonition.cr#L1" target="_blank">
ameba/rule/documentation/documentation_admonition.cr
</a>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -951,7 +951,7 @@ modules, classes, enums, methods and macros.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/documentation/documentation.cr#L17" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/documentation/documentation.cr#L17" target="_blank">
ameba/rule/documentation/documentation.cr
</a>
@ -1033,6 +1033,8 @@ modules, classes, enums, methods and macros.</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1177,8 +1179,6 @@ modules, classes, enums, methods and macros.</p>
<div class="methods-inherited">
@ -1196,6 +1196,12 @@ modules, classes, enums, methods and macros.</p>
@ -1265,6 +1271,36 @@ modules, classes, enums, methods and macros.</p>
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1346,7 +1382,7 @@ modules, classes, enums, methods and macros.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/documentation/documentation.cr#L17" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/documentation/documentation.cr#L17" target="_blank">View source</a>]
</div>
</div>
@ -1395,6 +1431,8 @@ modules, classes, enums, methods and macros.</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1695,7 +1733,7 @@ modules, classes, enums, methods and macros.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/documentation/documentation.cr#L43" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/documentation/documentation.cr#L43" target="_blank">View source</a>]
</div>
</div>
@ -1711,7 +1749,7 @@ modules, classes, enums, methods and macros.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/documentation/documentation.cr#L47" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/documentation/documentation.cr#L47" target="_blank">View source</a>]
</div>
</div>
@ -1727,7 +1765,7 @@ modules, classes, enums, methods and macros.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/documentation/documentation.cr#L51" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/documentation/documentation.cr#L51" target="_blank">View source</a>]
</div>
</div>
@ -1743,7 +1781,7 @@ modules, classes, enums, methods and macros.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/documentation/documentation.cr#L55" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/documentation/documentation.cr#L55" target="_blank">View source</a>]
</div>
</div>
@ -1759,7 +1797,7 @@ modules, classes, enums, methods and macros.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/documentation/documentation.cr#L59" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/documentation/documentation.cr#L59" target="_blank">View source</a>]
</div>
</div>
@ -1775,15 +1813,13 @@ modules, classes, enums, methods and macros.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/documentation/documentation.cr#L39" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/documentation/documentation.cr#L39" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -961,7 +961,7 @@ and are therefore reported by Ameba.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/documentation/documentation_admonition.cr#L35" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/documentation/documentation_admonition.cr#L35" target="_blank">
ameba/rule/documentation/documentation_admonition.cr
</a>
@ -1048,6 +1048,8 @@ and are therefore reported by Ameba.</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1127,8 +1129,6 @@ and are therefore reported by Ameba.</p>
<div class="methods-inherited">
@ -1146,6 +1146,12 @@ and are therefore reported by Ameba.</p>
@ -1215,6 +1221,36 @@ and are therefore reported by Ameba.</p>
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1306,7 +1342,7 @@ and are therefore reported by Ameba.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/documentation/documentation_admonition.cr#L35" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/documentation/documentation_admonition.cr#L35" target="_blank">View source</a>]
</div>
</div>
@ -1355,6 +1391,8 @@ and are therefore reported by Ameba.</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1515,7 +1553,7 @@ and are therefore reported by Ameba.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/documentation/documentation_admonition.cr#L51" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/documentation/documentation_admonition.cr#L51" target="_blank">View source</a>]
</div>
</div>
@ -1550,8 +1588,6 @@ and are therefore reported by Ameba.</p>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -912,21 +912,21 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/layout/line_length.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/layout/line_length.cr#L1" target="_blank">
ameba/rule/layout/line_length.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/layout/trailing_blank_lines.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/layout/trailing_blank_lines.cr#L1" target="_blank">
ameba/rule/layout/trailing_blank_lines.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/layout/trailing_whitespace.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/layout/trailing_whitespace.cr#L1" target="_blank">
ameba/rule/layout/trailing_whitespace.cr
</a>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -945,7 +945,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/layout/line_length.cr#L11" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/layout/line_length.cr#L11" target="_blank">
ameba/rule/layout/line_length.cr
</a>
@ -1022,6 +1022,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1091,8 +1093,6 @@
<div class="methods-inherited">
@ -1110,6 +1110,12 @@
@ -1179,6 +1185,36 @@
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1254,7 +1290,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/layout/line_length.cr#L11" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/layout/line_length.cr#L11" target="_blank">View source</a>]
</div>
</div>
@ -1303,6 +1339,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1463,15 +1501,13 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/layout/line_length.cr#L20" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/layout/line_length.cr#L20" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -944,7 +944,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/layout/trailing_blank_lines.cr#L10" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/layout/trailing_blank_lines.cr#L10" target="_blank">
ameba/rule/layout/trailing_blank_lines.cr
</a>
@ -1026,6 +1026,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1085,8 +1087,6 @@
<div class="methods-inherited">
@ -1104,6 +1104,12 @@
@ -1173,6 +1179,36 @@
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1247,7 +1283,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/layout/trailing_blank_lines.cr#L10" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/layout/trailing_blank_lines.cr#L10" target="_blank">View source</a>]
</div>
</div>
@ -1296,6 +1332,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1428,15 +1466,13 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/layout/trailing_blank_lines.cr#L18" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/layout/trailing_blank_lines.cr#L18" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -944,7 +944,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/layout/trailing_whitespace.cr#L10" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/layout/trailing_whitespace.cr#L10" target="_blank">
ameba/rule/layout/trailing_whitespace.cr
</a>
@ -1021,6 +1021,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1080,8 +1082,6 @@
<div class="methods-inherited">
@ -1099,6 +1099,12 @@
@ -1168,6 +1174,36 @@
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1242,7 +1278,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/layout/trailing_whitespace.cr#L10" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/layout/trailing_whitespace.cr#L10" target="_blank">View source</a>]
</div>
</div>
@ -1291,6 +1327,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1423,15 +1461,13 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/layout/trailing_whitespace.cr#L17" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/layout/trailing_whitespace.cr#L17" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -912,259 +912,259 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/ambiguous_assignment.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/ambiguous_assignment.cr#L1" target="_blank">
ameba/rule/lint/ambiguous_assignment.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/bad_directive.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/bad_directive.cr#L1" target="_blank">
ameba/rule/lint/bad_directive.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/comparison_to_boolean.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/comparison_to_boolean.cr#L1" target="_blank">
ameba/rule/lint/comparison_to_boolean.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/debug_calls.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/debug_calls.cr#L1" target="_blank">
ameba/rule/lint/debug_calls.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/debugger_statement.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/debugger_statement.cr#L1" target="_blank">
ameba/rule/lint/debugger_statement.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/duplicated_require.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/duplicated_require.cr#L1" target="_blank">
ameba/rule/lint/duplicated_require.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/empty_ensure.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/empty_ensure.cr#L1" target="_blank">
ameba/rule/lint/empty_ensure.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/empty_expression.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/empty_expression.cr#L1" target="_blank">
ameba/rule/lint/empty_expression.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/empty_loop.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/empty_loop.cr#L1" target="_blank">
ameba/rule/lint/empty_loop.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/formatting.cr#L3" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/formatting.cr#L3" target="_blank">
ameba/rule/lint/formatting.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/hash_duplicated_key.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/hash_duplicated_key.cr#L1" target="_blank">
ameba/rule/lint/hash_duplicated_key.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/literal_assignments_in_expressions.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/literal_assignments_in_expressions.cr#L1" target="_blank">
ameba/rule/lint/literal_assignments_in_expressions.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/literal_in_condition.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/literal_in_condition.cr#L1" target="_blank">
ameba/rule/lint/literal_in_condition.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/literal_in_interpolation.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/literal_in_interpolation.cr#L1" target="_blank">
ameba/rule/lint/literal_in_interpolation.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/literals_comparison.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/literals_comparison.cr#L1" target="_blank">
ameba/rule/lint/literals_comparison.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/missing_block_argument.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/missing_block_argument.cr#L1" target="_blank">
ameba/rule/lint/missing_block_argument.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/not_nil.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/not_nil.cr#L1" target="_blank">
ameba/rule/lint/not_nil.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/not_nil_after_no_bang.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/not_nil_after_no_bang.cr#L1" target="_blank">
ameba/rule/lint/not_nil_after_no_bang.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/percent_array.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/percent_array.cr#L1" target="_blank">
ameba/rule/lint/percent_array.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/rand_zero.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/rand_zero.cr#L1" target="_blank">
ameba/rule/lint/rand_zero.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/redundant_string_coercion.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/redundant_string_coercion.cr#L1" target="_blank">
ameba/rule/lint/redundant_string_coercion.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/redundant_with_index.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/redundant_with_index.cr#L1" target="_blank">
ameba/rule/lint/redundant_with_index.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/redundant_with_object.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/redundant_with_object.cr#L1" target="_blank">
ameba/rule/lint/redundant_with_object.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/shadowed_argument.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/shadowed_argument.cr#L1" target="_blank">
ameba/rule/lint/shadowed_argument.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/shadowed_exception.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/shadowed_exception.cr#L1" target="_blank">
ameba/rule/lint/shadowed_exception.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/shadowing_outer_local_var.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/shadowing_outer_local_var.cr#L1" target="_blank">
ameba/rule/lint/shadowing_outer_local_var.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/shared_var_in_fiber.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/shared_var_in_fiber.cr#L1" target="_blank">
ameba/rule/lint/shared_var_in_fiber.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/spec_filename.cr#L3" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/spec_filename.cr#L3" target="_blank">
ameba/rule/lint/spec_filename.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/spec_focus.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/spec_focus.cr#L1" target="_blank">
ameba/rule/lint/spec_focus.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/syntax.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/syntax.cr#L1" target="_blank">
ameba/rule/lint/syntax.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/typos.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/typos.cr#L1" target="_blank">
ameba/rule/lint/typos.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/unneeded_disable_directive.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/unneeded_disable_directive.cr#L1" target="_blank">
ameba/rule/lint/unneeded_disable_directive.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/unreachable_code.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/unreachable_code.cr#L1" target="_blank">
ameba/rule/lint/unreachable_code.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/unused_argument.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/unused_argument.cr#L1" target="_blank">
ameba/rule/lint/unused_argument.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/unused_block_argument.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/unused_block_argument.cr#L1" target="_blank">
ameba/rule/lint/unused_block_argument.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/useless_assign.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/useless_assign.cr#L1" target="_blank">
ameba/rule/lint/useless_assign.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/useless_condition_in_when.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/useless_condition_in_when.cr#L1" target="_blank">
ameba/rule/lint/useless_condition_in_when.cr
</a>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -954,7 +954,7 @@ x <span class="o">!=</span> y <span class="c"># or x = !y</span></code></pre>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/ambiguous_assignment.cr#L26" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/ambiguous_assignment.cr#L26" target="_blank">
ameba/rule/lint/ambiguous_assignment.cr
</a>
@ -1036,6 +1036,8 @@ x <span class="o">!=</span> y <span class="c"># or x = !y</span></code></pre>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1095,8 +1097,6 @@ x <span class="o">!=</span> y <span class="c"># or x = !y</span></code></pre>
<div class="methods-inherited">
@ -1205,6 +1205,15 @@ x <span class="o">!=</span> y <span class="c"># or x = !y</span></code></pre>
@ -1277,6 +1286,36 @@ x <span class="o">!=</span> y <span class="c"># or x = !y</span></code></pre>
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1359,7 +1398,7 @@ x <span class="o">!=</span> y <span class="c"># or x = !y</span></code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/ambiguous_assignment.cr#L26" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/ambiguous_assignment.cr#L26" target="_blank">View source</a>]
</div>
</div>
@ -1408,6 +1447,8 @@ x <span class="o">!=</span> y <span class="c"># or x = !y</span></code></pre>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1540,15 +1581,13 @@ x <span class="o">!=</span> y <span class="c"># or x = !y</span></code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/ambiguous_assignment.cr#L41" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/ambiguous_assignment.cr#L41" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -950,7 +950,7 @@ to disable a rule that even doesn't exist:</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/bad_directive.cr#L20" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/bad_directive.cr#L20" target="_blank">
ameba/rule/lint/bad_directive.cr
</a>
@ -1037,6 +1037,8 @@ to disable a rule that even doesn't exist:</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1096,8 +1098,6 @@ to disable a rule that even doesn't exist:</p>
<div class="methods-inherited">
@ -1115,6 +1115,12 @@ to disable a rule that even doesn't exist:</p>
@ -1184,6 +1190,36 @@ to disable a rule that even doesn't exist:</p>
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1264,7 +1300,7 @@ to disable a rule that even doesn't exist:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/bad_directive.cr#L20" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/bad_directive.cr#L20" target="_blank">View source</a>]
</div>
</div>
@ -1313,6 +1349,8 @@ to disable a rule that even doesn't exist:</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1445,15 +1483,13 @@ to disable a rule that even doesn't exist:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/bad_directive.cr#L29" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/bad_directive.cr#L29" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -953,7 +953,7 @@ or negating the variable.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/comparison_to_boolean.cr#L22" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/comparison_to_boolean.cr#L22" target="_blank">
ameba/rule/lint/comparison_to_boolean.cr
</a>
@ -1035,6 +1035,8 @@ or negating the variable.</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1094,8 +1096,6 @@ or negating the variable.</p>
<div class="methods-inherited">
@ -1204,6 +1204,15 @@ or negating the variable.</p>
@ -1276,6 +1285,36 @@ or negating the variable.</p>
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1357,7 +1396,7 @@ or negating the variable.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/comparison_to_boolean.cr#L22" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/comparison_to_boolean.cr#L22" target="_blank">View source</a>]
</div>
</div>
@ -1406,6 +1445,8 @@ or negating the variable.</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1538,15 +1579,13 @@ or negating the variable.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/comparison_to_boolean.cr#L33" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/comparison_to_boolean.cr#L33" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -951,7 +951,7 @@ committed into our codebase.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/debug_calls.cr#L18" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/debug_calls.cr#L18" target="_blank">
ameba/rule/lint/debug_calls.cr
</a>
@ -1028,6 +1028,8 @@ committed into our codebase.</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1097,8 +1099,6 @@ committed into our codebase.</p>
<div class="methods-inherited">
@ -1116,6 +1116,12 @@ committed into our codebase.</p>
@ -1185,6 +1191,36 @@ committed into our codebase.</p>
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1266,7 +1302,7 @@ committed into our codebase.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/debug_calls.cr#L18" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/debug_calls.cr#L18" target="_blank">View source</a>]
</div>
</div>
@ -1315,6 +1351,8 @@ committed into our codebase.</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1475,15 +1513,13 @@ committed into our codebase.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/debug_calls.cr#L26" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/debug_calls.cr#L26" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -946,7 +946,7 @@ committed into our codebase.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/debugger_statement.cr#L13" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/debugger_statement.cr#L13" target="_blank">
ameba/rule/lint/debugger_statement.cr
</a>
@ -1023,6 +1023,8 @@ committed into our codebase.</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1082,8 +1084,6 @@ committed into our codebase.</p>
<div class="methods-inherited">
@ -1101,6 +1101,12 @@ committed into our codebase.</p>
@ -1170,6 +1176,36 @@ committed into our codebase.</p>
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1246,7 +1282,7 @@ committed into our codebase.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/debugger_statement.cr#L13" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/debugger_statement.cr#L13" target="_blank">View source</a>]
</div>
</div>
@ -1295,6 +1331,8 @@ committed into our codebase.</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1427,15 +1465,13 @@ committed into our codebase.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/debugger_statement.cr#L20" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/debugger_statement.cr#L20" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -947,7 +947,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/duplicated_require.cr#L16" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/duplicated_require.cr#L16" target="_blank">
ameba/rule/lint/duplicated_require.cr
</a>
@ -1024,6 +1024,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1083,8 +1085,6 @@
<div class="methods-inherited">
@ -1102,6 +1102,12 @@
@ -1171,6 +1177,36 @@
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1248,7 +1284,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/duplicated_require.cr#L16" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/duplicated_require.cr#L16" target="_blank">View source</a>]
</div>
</div>
@ -1297,6 +1333,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1429,15 +1467,13 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/duplicated_require.cr#L23" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/duplicated_require.cr#L23" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -966,7 +966,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/empty_ensure.cr#L40" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/empty_ensure.cr#L40" target="_blank">
ameba/rule/lint/empty_ensure.cr
</a>
@ -1043,6 +1043,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1102,8 +1104,6 @@
<div class="methods-inherited">
@ -1121,6 +1121,12 @@
@ -1190,6 +1196,36 @@
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1286,7 +1322,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/empty_ensure.cr#L40" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/empty_ensure.cr#L40" target="_blank">View source</a>]
</div>
</div>
@ -1335,6 +1371,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1467,15 +1505,13 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/empty_ensure.cr#L47" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/empty_ensure.cr#L47" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -956,7 +956,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/empty_expression.cr#L30" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/empty_expression.cr#L30" target="_blank">
ameba/rule/lint/empty_expression.cr
</a>
@ -1033,6 +1033,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1092,8 +1094,6 @@
<div class="methods-inherited">
@ -1111,6 +1111,12 @@
@ -1180,6 +1186,36 @@
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1266,7 +1302,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/empty_expression.cr#L30" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/empty_expression.cr#L30" target="_blank">View source</a>]
</div>
</div>
@ -1315,6 +1351,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1447,15 +1485,13 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/empty_expression.cr#L37" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/empty_expression.cr#L37" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -968,7 +968,7 @@ loop <span class="k">do</span>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/empty_loop.cr#L40" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/empty_loop.cr#L40" target="_blank">
ameba/rule/lint/empty_loop.cr
</a>
@ -1045,6 +1045,8 @@ loop <span class="k">do</span>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1109,8 +1111,6 @@ loop <span class="k">do</span>
<div class="methods-inherited">
@ -1219,6 +1219,15 @@ loop <span class="k">do</span>
@ -1291,6 +1300,36 @@ loop <span class="k">do</span>
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1387,7 +1426,7 @@ loop <span class="k">do</span>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/empty_loop.cr#L40" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/empty_loop.cr#L40" target="_blank">View source</a>]
</div>
</div>
@ -1436,6 +1475,8 @@ loop <span class="k">do</span>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1568,7 +1609,7 @@ loop <span class="k">do</span>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/empty_loop.cr#L49" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/empty_loop.cr#L49" target="_blank">View source</a>]
</div>
</div>
@ -1584,15 +1625,13 @@ loop <span class="k">do</span>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/empty_loop.cr#L53" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/empty_loop.cr#L53" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -956,7 +956,7 @@ Crystal's built-in formatter.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/formatting.cr#L28" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/formatting.cr#L28" target="_blank">
ameba/rule/lint/formatting.cr
</a>
@ -1038,6 +1038,8 @@ Crystal's built-in formatter.</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1107,8 +1109,6 @@ Crystal's built-in formatter.</p>
<div class="methods-inherited">
@ -1126,6 +1126,12 @@ Crystal's built-in formatter.</p>
@ -1195,6 +1201,36 @@ Crystal's built-in formatter.</p>
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1281,7 +1317,7 @@ Crystal's built-in formatter.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/formatting.cr#L28" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/formatting.cr#L28" target="_blank">View source</a>]
</div>
</div>
@ -1330,6 +1366,8 @@ Crystal's built-in formatter.</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1490,15 +1528,13 @@ Crystal's built-in formatter.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/formatting.cr#L39" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/formatting.cr#L39" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -948,7 +948,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/hash_duplicated_key.cr#L22" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/hash_duplicated_key.cr#L22" target="_blank">
ameba/rule/lint/hash_duplicated_key.cr
</a>
@ -1025,6 +1025,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1084,8 +1086,6 @@
<div class="methods-inherited">
@ -1103,6 +1103,12 @@
@ -1172,6 +1178,36 @@
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1250,7 +1286,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/hash_duplicated_key.cr#L22" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/hash_duplicated_key.cr#L22" target="_blank">View source</a>]
</div>
</div>
@ -1299,6 +1335,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1431,15 +1469,13 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/hash_duplicated_key.cr#L29" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/hash_duplicated_key.cr#L29" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -955,7 +955,7 @@ in control expressions.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/literal_assignments_in_expressions.cr#L27" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/literal_assignments_in_expressions.cr#L27" target="_blank">
ameba/rule/lint/literal_assignments_in_expressions.cr
</a>
@ -1032,6 +1032,8 @@ in control expressions.</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1091,8 +1093,6 @@ in control expressions.</p>
<div class="methods-inherited">
@ -1201,6 +1201,15 @@ in control expressions.</p>
@ -1273,6 +1282,36 @@ in control expressions.</p>
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1356,7 +1395,7 @@ in control expressions.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/literal_assignments_in_expressions.cr#L27" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/literal_assignments_in_expressions.cr#L27" target="_blank">View source</a>]
</div>
</div>
@ -1405,6 +1444,8 @@ in control expressions.</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1537,15 +1578,13 @@ in control expressions.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/literal_assignments_in_expressions.cr#L36" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/literal_assignments_in_expressions.cr#L36" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -954,7 +954,7 @@ replaced with either the body of the construct, or deleted entirely.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/literal_in_condition.cr#L23" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/literal_in_condition.cr#L23" target="_blank">
ameba/rule/lint/literal_in_condition.cr
</a>
@ -1031,6 +1031,8 @@ replaced with either the body of the construct, or deleted entirely.</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1090,8 +1092,6 @@ replaced with either the body of the construct, or deleted entirely.</p>
<div class="methods-inherited">
@ -1200,6 +1200,15 @@ replaced with either the body of the construct, or deleted entirely.</p>
@ -1272,6 +1281,36 @@ replaced with either the body of the construct, or deleted entirely.</p>
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1354,7 +1393,7 @@ replaced with either the body of the construct, or deleted entirely.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/literal_in_condition.cr#L23" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/literal_in_condition.cr#L23" target="_blank">View source</a>]
</div>
</div>
@ -1403,6 +1442,8 @@ replaced with either the body of the construct, or deleted entirely.</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1535,15 +1576,13 @@ replaced with either the body of the construct, or deleted entirely.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/literal_in_condition.cr#L33" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/literal_in_condition.cr#L33" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -950,7 +950,7 @@ that contain a literal value instead of a variable or function.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/literal_in_interpolation.cr#L18" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/literal_in_interpolation.cr#L18" target="_blank">
ameba/rule/lint/literal_in_interpolation.cr
</a>
@ -1027,6 +1027,8 @@ that contain a literal value instead of a variable or function.</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1086,8 +1088,6 @@ that contain a literal value instead of a variable or function.</p>
<div class="methods-inherited">
@ -1196,6 +1196,15 @@ that contain a literal value instead of a variable or function.</p>
@ -1268,6 +1277,36 @@ that contain a literal value instead of a variable or function.</p>
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1346,7 +1385,7 @@ that contain a literal value instead of a variable or function.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/literal_in_interpolation.cr#L18" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/literal_in_interpolation.cr#L18" target="_blank">View source</a>]
</div>
</div>
@ -1395,6 +1434,8 @@ that contain a literal value instead of a variable or function.</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1527,15 +1568,13 @@ that contain a literal value instead of a variable or function.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/literal_in_interpolation.cr#L27" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/literal_in_interpolation.cr#L27" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -950,7 +950,7 @@ types like containers, range or regex.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/literals_comparison.cr#L19" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/literals_comparison.cr#L19" target="_blank">
ameba/rule/lint/literals_comparison.cr
</a>
@ -1037,6 +1037,8 @@ types like containers, range or regex.</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1096,8 +1098,6 @@ types like containers, range or regex.</p>
<div class="methods-inherited">
@ -1206,6 +1206,15 @@ types like containers, range or regex.</p>
@ -1278,6 +1287,36 @@ types like containers, range or regex.</p>
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1356,7 +1395,7 @@ types like containers, range or regex.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/literals_comparison.cr#L19" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/literals_comparison.cr#L19" target="_blank">View source</a>]
</div>
</div>
@ -1405,6 +1444,8 @@ types like containers, range or regex.</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1537,15 +1578,13 @@ types like containers, range or regex.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/literals_comparison.cr#L31" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/literals_comparison.cr#L31" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -952,7 +952,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/missing_block_argument.cr#L22" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/missing_block_argument.cr#L22" target="_blank">
ameba/rule/lint/missing_block_argument.cr
</a>
@ -1029,6 +1029,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1093,8 +1095,6 @@
<div class="methods-inherited">
@ -1112,6 +1112,12 @@
@ -1181,6 +1187,36 @@
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1263,7 +1299,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/missing_block_argument.cr#L22" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/missing_block_argument.cr#L22" target="_blank">View source</a>]
</div>
</div>
@ -1312,6 +1348,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1444,7 +1482,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/missing_block_argument.cr#L34" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/missing_block_argument.cr#L34" target="_blank">View source</a>]
</div>
</div>
@ -1460,15 +1498,13 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/missing_block_argument.cr#L30" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/missing_block_argument.cr#L30" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -954,7 +954,7 @@ alice <span class="o">=</span> names.find { <span class="o">|</span>name<span cl
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/not_nil.cr#L28" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/not_nil.cr#L28" target="_blank">
ameba/rule/lint/not_nil.cr
</a>
@ -1031,6 +1031,8 @@ alice <span class="o">=</span> names.find { <span class="o">|</span>name<span cl
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1095,8 +1097,6 @@ alice <span class="o">=</span> names.find { <span class="o">|</span>name<span cl
<div class="methods-inherited">
@ -1114,6 +1114,12 @@ alice <span class="o">=</span> names.find { <span class="o">|</span>name<span cl
@ -1183,6 +1189,36 @@ alice <span class="o">=</span> names.find { <span class="o">|</span>name<span cl
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1267,7 +1303,7 @@ alice <span class="o">=</span> names.find { <span class="o">|</span>name<span cl
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/not_nil.cr#L28" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/not_nil.cr#L28" target="_blank">View source</a>]
</div>
</div>
@ -1316,6 +1352,8 @@ alice <span class="o">=</span> names.find { <span class="o">|</span>name<span cl
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1448,7 +1486,7 @@ alice <span class="o">=</span> names.find { <span class="o">|</span>name<span cl
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/not_nil.cr#L39" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/not_nil.cr#L39" target="_blank">View source</a>]
</div>
</div>
@ -1464,15 +1502,13 @@ alice <span class="o">=</span> names.find { <span class="o">|</span>name<span cl
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/not_nil.cr#L35" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/not_nil.cr#L35" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -951,7 +951,7 @@ followed by a call to <code>not_nil!</code>.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/not_nil_after_no_bang.cr#L23" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/not_nil_after_no_bang.cr#L23" target="_blank">
ameba/rule/lint/not_nil_after_no_bang.cr
</a>
@ -1038,6 +1038,8 @@ followed by a call to <code>not_nil!</code>.</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1102,8 +1104,6 @@ followed by a call to <code>not_nil!</code>.</p>
<div class="methods-inherited">
@ -1212,6 +1212,15 @@ followed by a call to <code>not_nil!</code>.</p>
@ -1284,6 +1293,36 @@ followed by a call to <code>not_nil!</code>.</p>
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1363,7 +1402,7 @@ followed by a call to <code>not_nil!</code>.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/not_nil_after_no_bang.cr#L23" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/not_nil_after_no_bang.cr#L23" target="_blank">View source</a>]
</div>
</div>
@ -1412,6 +1451,8 @@ followed by a call to <code>not_nil!</code>.</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1544,7 +1585,7 @@ followed by a call to <code>not_nil!</code>.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/not_nil_after_no_bang.cr#L39" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/not_nil_after_no_bang.cr#L39" target="_blank">View source</a>]
</div>
</div>
@ -1560,15 +1601,13 @@ followed by a call to <code>not_nil!</code>.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/not_nil_after_no_bang.cr#L35" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/not_nil_after_no_bang.cr#L35" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -952,7 +952,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/percent_array.cr#L26" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/percent_array.cr#L26" target="_blank">
ameba/rule/lint/percent_array.cr
</a>
@ -1029,6 +1029,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1108,8 +1110,6 @@
<div class="methods-inherited">
@ -1127,6 +1127,12 @@
@ -1196,6 +1202,36 @@
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1278,7 +1314,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/percent_array.cr#L26" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/percent_array.cr#L26" target="_blank">View source</a>]
</div>
</div>
@ -1327,6 +1363,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1515,15 +1553,13 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/percent_array.cr#L36" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/percent_array.cr#L36" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -951,7 +951,7 @@ rand(<span class="n">2</span>)</code></pre>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/rand_zero.cr#L25" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/rand_zero.cr#L25" target="_blank">
ameba/rule/lint/rand_zero.cr
</a>
@ -1028,6 +1028,8 @@ rand(<span class="n">2</span>)</code></pre>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1087,8 +1089,6 @@ rand(<span class="n">2</span>)</code></pre>
<div class="methods-inherited">
@ -1106,6 +1106,12 @@ rand(<span class="n">2</span>)</code></pre>
@ -1175,6 +1181,36 @@ rand(<span class="n">2</span>)</code></pre>
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1256,7 +1292,7 @@ rand(<span class="n">2</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/rand_zero.cr#L25" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/rand_zero.cr#L25" target="_blank">View source</a>]
</div>
</div>
@ -1305,6 +1341,8 @@ rand(<span class="n">2</span>)</code></pre>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1437,15 +1475,13 @@ rand(<span class="n">2</span>)</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/rand_zero.cr#L32" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/rand_zero.cr#L32" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -951,7 +951,7 @@ which is redundant.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/redundant_string_coercion.cr#L23" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/redundant_string_coercion.cr#L23" target="_blank">
ameba/rule/lint/redundant_string_coercion.cr
</a>
@ -1028,6 +1028,8 @@ which is redundant.</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1087,8 +1089,6 @@ which is redundant.</p>
<div class="methods-inherited">
@ -1197,6 +1197,15 @@ which is redundant.</p>
@ -1269,6 +1278,36 @@ which is redundant.</p>
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1348,7 +1387,7 @@ which is redundant.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/redundant_string_coercion.cr#L23" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/redundant_string_coercion.cr#L23" target="_blank">View source</a>]
</div>
</div>
@ -1397,6 +1436,8 @@ which is redundant.</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1529,15 +1570,13 @@ which is redundant.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/redundant_string_coercion.cr#L32" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/redundant_string_coercion.cr#L32" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -956,7 +956,7 @@ collection.each_with_index <span class="k">do</span> <span class="o">|</span>e,
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/redundant_with_index.cr#L30" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/redundant_with_index.cr#L30" target="_blank">
ameba/rule/lint/redundant_with_index.cr
</a>
@ -1014,6 +1014,8 @@ collection.each_with_index <span class="k">do</span> <span class="o">|</span>e,
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1073,8 +1075,6 @@ collection.each_with_index <span class="k">do</span> <span class="o">|</span>e,
<div class="methods-inherited">
@ -1092,6 +1092,12 @@ collection.each_with_index <span class="k">do</span> <span class="o">|</span>e,
@ -1161,6 +1167,36 @@ collection.each_with_index <span class="k">do</span> <span class="o">|</span>e,
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1247,7 +1283,7 @@ collection.each_with_index <span class="k">do</span> <span class="o">|</span>e,
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/redundant_with_index.cr#L30" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/redundant_with_index.cr#L30" target="_blank">View source</a>]
</div>
</div>
@ -1296,6 +1332,8 @@ collection.each_with_index <span class="k">do</span> <span class="o">|</span>e,
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1428,15 +1466,13 @@ collection.each_with_index <span class="k">do</span> <span class="o">|</span>e,
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/redundant_with_index.cr#L35" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/redundant_with_index.cr#L35" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -956,7 +956,7 @@ collection.each_with_object(<span class="n">0</span>) <span class="k">do</span>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/redundant_with_object.cr#L30" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/redundant_with_object.cr#L30" target="_blank">
ameba/rule/lint/redundant_with_object.cr
</a>
@ -1033,6 +1033,8 @@ collection.each_with_object(<span class="n">0</span>) <span class="k">do</span>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1092,8 +1094,6 @@ collection.each_with_object(<span class="n">0</span>) <span class="k">do</span>
<div class="methods-inherited">
@ -1111,6 +1111,12 @@ collection.each_with_object(<span class="n">0</span>) <span class="k">do</span>
@ -1180,6 +1186,36 @@ collection.each_with_object(<span class="n">0</span>) <span class="k">do</span>
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1266,7 +1302,7 @@ collection.each_with_object(<span class="n">0</span>) <span class="k">do</span>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/redundant_with_object.cr#L30" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/redundant_with_object.cr#L30" target="_blank">View source</a>]
</div>
</div>
@ -1315,6 +1351,8 @@ collection.each_with_object(<span class="n">0</span>) <span class="k">do</span>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1447,15 +1485,13 @@ collection.each_with_object(<span class="n">0</span>) <span class="k">do</span>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/redundant_with_object.cr#L37" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/redundant_with_object.cr#L37" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -964,7 +964,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/shadowed_argument.cr#L38" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/shadowed_argument.cr#L38" target="_blank">
ameba/rule/lint/shadowed_argument.cr
</a>
@ -1041,6 +1041,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1105,8 +1107,6 @@
<div class="methods-inherited">
@ -1124,6 +1124,12 @@
@ -1193,6 +1199,36 @@
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1287,7 +1323,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/shadowed_argument.cr#L38" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/shadowed_argument.cr#L38" target="_blank">View source</a>]
</div>
</div>
@ -1336,6 +1372,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1468,7 +1506,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/shadowed_argument.cr#L49" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/shadowed_argument.cr#L49" target="_blank">View source</a>]
</div>
</div>
@ -1484,15 +1522,13 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/shadowed_argument.cr#L45" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/shadowed_argument.cr#L45" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -962,7 +962,7 @@ exception is rescued.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/shadowed_exception.cr#L36" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/shadowed_exception.cr#L36" target="_blank">
ameba/rule/lint/shadowed_exception.cr
</a>
@ -1039,6 +1039,8 @@ exception is rescued.</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1098,8 +1100,6 @@ exception is rescued.</p>
<div class="methods-inherited">
@ -1117,6 +1117,12 @@ exception is rescued.</p>
@ -1186,6 +1192,36 @@ exception is rescued.</p>
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1278,7 +1314,7 @@ exception is rescued.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/shadowed_exception.cr#L36" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/shadowed_exception.cr#L36" target="_blank">View source</a>]
</div>
</div>
@ -1327,6 +1363,8 @@ exception is rescued.</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1459,15 +1497,13 @@ exception is rescued.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/shadowed_exception.cr#L43" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/shadowed_exception.cr#L43" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -959,7 +959,7 @@ for block or proc arguments.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/shadowing_outer_local_var.cr#L33" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/shadowing_outer_local_var.cr#L33" target="_blank">
ameba/rule/lint/shadowing_outer_local_var.cr
</a>
@ -1036,6 +1036,8 @@ for block or proc arguments.</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1100,8 +1102,6 @@ for block or proc arguments.</p>
<div class="methods-inherited">
@ -1119,6 +1119,12 @@ for block or proc arguments.</p>
@ -1188,6 +1194,36 @@ for block or proc arguments.</p>
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1277,7 +1313,7 @@ for block or proc arguments.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/shadowing_outer_local_var.cr#L33" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/shadowing_outer_local_var.cr#L33" target="_blank">View source</a>]
</div>
</div>
@ -1326,6 +1362,8 @@ for block or proc arguments.</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1458,7 +1496,7 @@ for block or proc arguments.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/shadowing_outer_local_var.cr#L48" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/shadowing_outer_local_var.cr#L48" target="_blank">View source</a>]
</div>
</div>
@ -1474,15 +1512,13 @@ for block or proc arguments.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/shadowing_outer_local_var.cr#L41" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/shadowing_outer_local_var.cr#L41" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -974,7 +974,7 @@ the second one.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/shared_var_in_fiber.cr#L52" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/shared_var_in_fiber.cr#L52" target="_blank">
ameba/rule/lint/shared_var_in_fiber.cr
</a>
@ -1051,6 +1051,8 @@ the second one.</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1115,8 +1117,6 @@ the second one.</p>
<div class="methods-inherited">
@ -1134,6 +1134,12 @@ the second one.</p>
@ -1203,6 +1209,36 @@ the second one.</p>
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1307,7 +1343,7 @@ the second one.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/shared_var_in_fiber.cr#L52" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/shared_var_in_fiber.cr#L52" target="_blank">View source</a>]
</div>
</div>
@ -1356,6 +1392,8 @@ the second one.</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1488,7 +1526,7 @@ the second one.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/shared_var_in_fiber.cr#L63" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/shared_var_in_fiber.cr#L63" target="_blank">View source</a>]
</div>
</div>
@ -1504,15 +1542,13 @@ the second one.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/shared_var_in_fiber.cr#L59" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/shared_var_in_fiber.cr#L59" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -944,7 +944,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/spec_filename.cr#L12" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/spec_filename.cr#L12" target="_blank">
ameba/rule/lint/spec_filename.cr
</a>
@ -1021,6 +1021,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1102,8 +1104,6 @@
<div class="methods-inherited">
@ -1121,6 +1121,12 @@
@ -1190,6 +1196,36 @@
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1264,7 +1300,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/spec_filename.cr#L12" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/spec_filename.cr#L12" target="_blank">View source</a>]
</div>
</div>
@ -1313,6 +1349,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1506,15 +1544,13 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/spec_filename.cr#L24" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/spec_filename.cr#L24" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -972,7 +972,7 @@ it <span class="s">&quot;works&quot;</span> <span class="k">do</span>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/spec_focus.cr#L47" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/spec_focus.cr#L47" target="_blank">
ameba/rule/lint/spec_focus.cr
</a>
@ -1054,6 +1054,8 @@ it <span class="s">&quot;works&quot;</span> <span class="k">do</span>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1118,8 +1120,6 @@ it <span class="s">&quot;works&quot;</span> <span class="k">do</span>
<div class="methods-inherited">
@ -1137,6 +1137,12 @@ it <span class="s">&quot;works&quot;</span> <span class="k">do</span>
@ -1206,6 +1212,36 @@ it <span class="s">&quot;works&quot;</span> <span class="k">do</span>
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1308,7 +1344,7 @@ it <span class="s">&quot;works&quot;</span> <span class="k">do</span>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/spec_focus.cr#L47" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/spec_focus.cr#L47" target="_blank">View source</a>]
</div>
</div>
@ -1357,6 +1393,8 @@ it <span class="s">&quot;works&quot;</span> <span class="k">do</span>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1489,7 +1527,7 @@ it <span class="s">&quot;works&quot;</span> <span class="k">do</span>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/spec_focus.cr#L62" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/spec_focus.cr#L62" target="_blank">View source</a>]
</div>
</div>
@ -1505,15 +1543,13 @@ it <span class="s">&quot;works&quot;</span> <span class="k">do</span>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/spec_focus.cr#L56" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/spec_focus.cr#L56" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -951,7 +951,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/syntax.cr#L21" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/syntax.cr#L21" target="_blank">
ameba/rule/lint/syntax.cr
</a>
@ -1009,6 +1009,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1068,8 +1070,6 @@
<div class="methods-inherited">
@ -1087,6 +1087,12 @@
@ -1156,6 +1162,36 @@
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1237,7 +1273,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/syntax.cr#L21" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/syntax.cr#L21" target="_blank">View source</a>]
</div>
</div>
@ -1286,6 +1322,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1418,15 +1456,13 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/syntax.cr#L27" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/syntax.cr#L27" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -948,7 +948,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/typos.cr#L15" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/typos.cr#L15" target="_blank">
ameba/rule/lint/typos.cr
</a>
@ -1030,6 +1030,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1111,8 +1113,6 @@
<div class="methods-inherited">
@ -1130,6 +1130,12 @@
@ -1199,6 +1205,36 @@
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1277,7 +1313,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/typos.cr#L15" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/typos.cr#L15" target="_blank">View source</a>]
</div>
</div>
@ -1326,6 +1362,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1346,7 +1384,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/typos.cr#L27" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/typos.cr#L27" target="_blank">View source</a>]
</div>
</div>
@ -1521,22 +1559,20 @@
<p>This method is designed to test the source passed in. If source has issues
that are tested by this rule, it should add an issue.</p>
<p>Be default it uses a node visitor to traverse all the nodes in the source.</p>
<p>By default it uses a node visitor to traverse all the nodes in the source.</p>
<p><span class="flag purple">NOTE</span> Must be overridden for other type of rules.</p>
</div>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/typos.cr#L31" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/typos.cr#L31" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -954,7 +954,7 @@ have any effect, the snippet should be written as the following:</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/unneeded_disable_directive.cr#L27" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/unneeded_disable_directive.cr#L27" target="_blank">
ameba/rule/lint/unneeded_disable_directive.cr
</a>
@ -1031,6 +1031,8 @@ have any effect, the snippet should be written as the following:</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1090,8 +1092,6 @@ have any effect, the snippet should be written as the following:</p>
<div class="methods-inherited">
@ -1109,6 +1109,12 @@ have any effect, the snippet should be written as the following:</p>
@ -1178,6 +1184,36 @@ have any effect, the snippet should be written as the following:</p>
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1262,7 +1298,7 @@ have any effect, the snippet should be written as the following:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/unneeded_disable_directive.cr#L27" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/unneeded_disable_directive.cr#L27" target="_blank">View source</a>]
</div>
</div>
@ -1311,6 +1347,8 @@ have any effect, the snippet should be written as the following:</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1443,15 +1481,13 @@ have any effect, the snippet should be written as the following:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/unneeded_disable_directive.cr#L34" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/unneeded_disable_directive.cr#L34" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -964,7 +964,7 @@ loop <span class="k">do</span>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/unreachable_code.cr#L44" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/unreachable_code.cr#L44" target="_blank">
ameba/rule/lint/unreachable_code.cr
</a>
@ -1041,6 +1041,8 @@ loop <span class="k">do</span>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1105,8 +1107,6 @@ loop <span class="k">do</span>
<div class="methods-inherited">
@ -1124,6 +1124,12 @@ loop <span class="k">do</span>
@ -1193,6 +1199,36 @@ loop <span class="k">do</span>
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1287,7 +1323,7 @@ loop <span class="k">do</span>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/unreachable_code.cr#L44" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/unreachable_code.cr#L44" target="_blank">View source</a>]
</div>
</div>
@ -1336,6 +1372,8 @@ loop <span class="k">do</span>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1468,7 +1506,7 @@ loop <span class="k">do</span>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/unreachable_code.cr#L55" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/unreachable_code.cr#L55" target="_blank">View source</a>]
</div>
</div>
@ -1484,15 +1522,13 @@ loop <span class="k">do</span>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/unreachable_code.cr#L51" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/unreachable_code.cr#L51" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -955,7 +955,7 @@ For example, this is considered invalid:</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/unused_argument.cr#L28" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/unused_argument.cr#L28" target="_blank">
ameba/rule/lint/unused_argument.cr
</a>
@ -1032,6 +1032,8 @@ For example, this is considered invalid:</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1136,8 +1138,6 @@ For example, this is considered invalid:</p>
<div class="methods-inherited">
@ -1155,6 +1155,12 @@ For example, this is considered invalid:</p>
@ -1224,6 +1230,36 @@ For example, this is considered invalid:</p>
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1309,7 +1345,7 @@ For example, this is considered invalid:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/unused_argument.cr#L28" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/unused_argument.cr#L28" target="_blank">View source</a>]
</div>
</div>
@ -1358,6 +1394,8 @@ For example, this is considered invalid:</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1574,7 +1612,7 @@ For example, this is considered invalid:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/unused_argument.cr#L44" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/unused_argument.cr#L44" target="_blank">View source</a>]
</div>
</div>
@ -1590,7 +1628,7 @@ For example, this is considered invalid:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/unused_argument.cr#L48" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/unused_argument.cr#L48" target="_blank">View source</a>]
</div>
</div>
@ -1606,7 +1644,7 @@ For example, this is considered invalid:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/unused_argument.cr#L52" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/unused_argument.cr#L52" target="_blank">View source</a>]
</div>
</div>
@ -1622,15 +1660,13 @@ For example, this is considered invalid:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/unused_argument.cr#L40" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/unused_argument.cr#L40" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -960,7 +960,7 @@ For example, this is considered invalid:</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/unused_block_argument.cr#L33" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/unused_block_argument.cr#L33" target="_blank">
ameba/rule/lint/unused_block_argument.cr
</a>
@ -1042,6 +1042,8 @@ For example, this is considered invalid:</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1106,8 +1108,6 @@ For example, this is considered invalid:</p>
<div class="methods-inherited">
@ -1125,6 +1125,12 @@ For example, this is considered invalid:</p>
@ -1194,6 +1200,36 @@ For example, this is considered invalid:</p>
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1284,7 +1320,7 @@ For example, this is considered invalid:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/unused_block_argument.cr#L33" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/unused_block_argument.cr#L33" target="_blank">View source</a>]
</div>
</div>
@ -1333,6 +1369,8 @@ For example, this is considered invalid:</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1465,7 +1503,7 @@ For example, this is considered invalid:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/unused_block_argument.cr#L47" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/unused_block_argument.cr#L47" target="_blank">View source</a>]
</div>
</div>
@ -1481,15 +1519,13 @@ For example, this is considered invalid:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/unused_block_argument.cr#L43" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/unused_block_argument.cr#L43" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -955,7 +955,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/useless_assign.cr#L29" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/useless_assign.cr#L29" target="_blank">
ameba/rule/lint/useless_assign.cr
</a>
@ -1032,6 +1032,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1106,8 +1108,6 @@
<div class="methods-inherited">
@ -1125,6 +1125,12 @@
@ -1194,6 +1200,36 @@
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1279,7 +1315,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/useless_assign.cr#L29" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/useless_assign.cr#L29" target="_blank">View source</a>]
</div>
</div>
@ -1328,6 +1364,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1488,7 +1526,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/useless_assign.cr#L41" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/useless_assign.cr#L41" target="_blank">View source</a>]
</div>
</div>
@ -1504,15 +1542,13 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/useless_assign.cr#L37" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/useless_assign.cr#L37" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -959,7 +959,7 @@ where it is guaranteed to always return the same result.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/useless_condition_in_when.cr#L33" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/useless_condition_in_when.cr#L33" target="_blank">
ameba/rule/lint/useless_condition_in_when.cr
</a>
@ -1036,6 +1036,8 @@ where it is guaranteed to always return the same result.</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1095,8 +1097,6 @@ where it is guaranteed to always return the same result.</p>
<div class="methods-inherited">
@ -1114,6 +1114,12 @@ where it is guaranteed to always return the same result.</p>
@ -1183,6 +1189,36 @@ where it is guaranteed to always return the same result.</p>
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1272,7 +1308,7 @@ where it is guaranteed to always return the same result.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/useless_condition_in_when.cr#L33" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/useless_condition_in_when.cr#L33" target="_blank">View source</a>]
</div>
</div>
@ -1321,6 +1357,8 @@ where it is guaranteed to always return the same result.</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1453,15 +1491,13 @@ where it is guaranteed to always return the same result.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/lint/useless_condition_in_when.cr#L50" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/lint/useless_condition_in_when.cr#L50" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -912,7 +912,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/metrics/cyclomatic_complexity.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/metrics/cyclomatic_complexity.cr#L1" target="_blank">
ameba/rule/metrics/cyclomatic_complexity.cr
</a>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -945,7 +945,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/metrics/cyclomatic_complexity.cr#L11" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/metrics/cyclomatic_complexity.cr#L11" target="_blank">
ameba/rule/metrics/cyclomatic_complexity.cr
</a>
@ -1022,6 +1022,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1091,8 +1093,6 @@
<div class="methods-inherited">
@ -1110,6 +1110,12 @@
@ -1179,6 +1185,36 @@
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1254,7 +1290,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/metrics/cyclomatic_complexity.cr#L11" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/metrics/cyclomatic_complexity.cr#L11" target="_blank">View source</a>]
</div>
</div>
@ -1303,6 +1339,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1463,15 +1501,13 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/metrics/cyclomatic_complexity.cr#L19" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/metrics/cyclomatic_complexity.cr#L19" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -912,84 +912,84 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/accessor_method_name.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/accessor_method_name.cr#L1" target="_blank">
ameba/rule/naming/accessor_method_name.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/ascii_identifiers.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/ascii_identifiers.cr#L1" target="_blank">
ameba/rule/naming/ascii_identifiers.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/binary_operator_parameter_name.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/binary_operator_parameter_name.cr#L1" target="_blank">
ameba/rule/naming/binary_operator_parameter_name.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/block_parameter_name.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/block_parameter_name.cr#L1" target="_blank">
ameba/rule/naming/block_parameter_name.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/constant_names.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/constant_names.cr#L1" target="_blank">
ameba/rule/naming/constant_names.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/filename.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/filename.cr#L1" target="_blank">
ameba/rule/naming/filename.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/method_names.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/method_names.cr#L1" target="_blank">
ameba/rule/naming/method_names.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/predicate_name.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/predicate_name.cr#L1" target="_blank">
ameba/rule/naming/predicate_name.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/query_bool_methods.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/query_bool_methods.cr#L1" target="_blank">
ameba/rule/naming/query_bool_methods.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/rescued_exceptions_variable_name.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/rescued_exceptions_variable_name.cr#L1" target="_blank">
ameba/rule/naming/rescued_exceptions_variable_name.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/type_names.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/type_names.cr#L1" target="_blank">
ameba/rule/naming/type_names.cr
</a>
<br/>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/variable_names.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/variable_names.cr#L1" target="_blank">
ameba/rule/naming/variable_names.cr
</a>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -964,7 +964,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/accessor_method_name.cr#L38" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/accessor_method_name.cr#L38" target="_blank">
ameba/rule/naming/accessor_method_name.cr
</a>
@ -1041,6 +1041,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1105,8 +1107,6 @@
<div class="methods-inherited">
@ -1124,6 +1124,12 @@
@ -1193,6 +1199,36 @@
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1287,7 +1323,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/accessor_method_name.cr#L38" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/accessor_method_name.cr#L38" target="_blank">View source</a>]
</div>
</div>
@ -1336,6 +1372,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1468,7 +1506,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/accessor_method_name.cr#L45" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/accessor_method_name.cr#L45" target="_blank">View source</a>]
</div>
</div>
@ -1484,15 +1522,13 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/accessor_method_name.cr#L61" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/accessor_method_name.cr#L61" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -951,7 +951,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/ascii_identifiers.cr#L25" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/ascii_identifiers.cr#L25" target="_blank">
ameba/rule/naming/ascii_identifiers.cr
</a>
@ -1028,6 +1028,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1122,8 +1124,6 @@
<div class="methods-inherited">
@ -1141,6 +1141,12 @@
@ -1210,6 +1216,36 @@
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1291,7 +1327,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/ascii_identifiers.cr#L25" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/ascii_identifiers.cr#L25" target="_blank">View source</a>]
</div>
</div>
@ -1340,6 +1376,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1500,7 +1538,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/ascii_identifiers.cr#L33" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/ascii_identifiers.cr#L33" target="_blank">View source</a>]
</div>
</div>
@ -1516,7 +1554,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/ascii_identifiers.cr#L40" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/ascii_identifiers.cr#L40" target="_blank">View source</a>]
</div>
</div>
@ -1532,7 +1570,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/ascii_identifiers.cr#L46" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/ascii_identifiers.cr#L46" target="_blank">View source</a>]
</div>
</div>
@ -1548,7 +1586,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/ascii_identifiers.cr#L55" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/ascii_identifiers.cr#L55" target="_blank">View source</a>]
</div>
</div>
@ -1564,7 +1602,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/ascii_identifiers.cr#L64" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/ascii_identifiers.cr#L64" target="_blank">View source</a>]
</div>
</div>
@ -1580,15 +1618,13 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/ascii_identifiers.cr#L68" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/ascii_identifiers.cr#L68" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -956,7 +956,7 @@ their sole parameter named <code>other</code>.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/binary_operator_parameter_name.cr#L30" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/binary_operator_parameter_name.cr#L30" target="_blank">
ameba/rule/naming/binary_operator_parameter_name.cr
</a>
@ -1033,6 +1033,8 @@ their sole parameter named <code>other</code>.</p>
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1102,8 +1104,6 @@ their sole parameter named <code>other</code>.</p>
<div class="methods-inherited">
@ -1121,6 +1121,12 @@ their sole parameter named <code>other</code>.</p>
@ -1190,6 +1196,36 @@ their sole parameter named <code>other</code>.</p>
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1276,7 +1312,7 @@ their sole parameter named <code>other</code>.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/binary_operator_parameter_name.cr#L30" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/binary_operator_parameter_name.cr#L30" target="_blank">View source</a>]
</div>
</div>
@ -1325,6 +1361,8 @@ their sole parameter named <code>other</code>.</p>
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1485,15 +1523,13 @@ their sole parameter named <code>other</code>.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/binary_operator_parameter_name.cr#L39" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/binary_operator_parameter_name.cr#L39" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -952,7 +952,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/block_parameter_name.cr#L26" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/block_parameter_name.cr#L26" target="_blank">
ameba/rule/naming/block_parameter_name.cr
</a>
@ -1029,6 +1029,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1128,8 +1130,6 @@
<div class="methods-inherited">
@ -1147,6 +1147,12 @@
@ -1216,6 +1222,36 @@
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1298,7 +1334,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/block_parameter_name.cr#L26" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/block_parameter_name.cr#L26" target="_blank">View source</a>]
</div>
</div>
@ -1347,6 +1383,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1591,15 +1629,13 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/block_parameter_name.cr#L37" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/block_parameter_name.cr#L37" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -950,7 +950,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/constant_names.cr#L24" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/constant_names.cr#L24" target="_blank">
ameba/rule/naming/constant_names.cr
</a>
@ -1027,6 +1027,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1086,8 +1088,6 @@
<div class="methods-inherited">
@ -1105,6 +1105,12 @@
@ -1174,6 +1180,36 @@
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1254,7 +1290,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/constant_names.cr#L24" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/constant_names.cr#L24" target="_blank">View source</a>]
</div>
</div>
@ -1303,6 +1339,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1435,15 +1473,13 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/constant_names.cr#L31" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/constant_names.cr#L31" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

View file

@ -4,7 +4,7 @@
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Crystal Docs 1.9.2">
<meta name="generator" content="Crystal Docs 1.10.1">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -944,7 +944,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/filename.cr#L10" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/filename.cr#L10" target="_blank">
ameba/rule/naming/filename.cr
</a>
@ -1021,6 +1021,8 @@
<h2>
<a id="instance-method-summary" class="anchor" href="#instance-method-summary">
<svg class="octicon-link" aria-hidden="true">
@ -1082,8 +1084,6 @@
<div class="methods-inherited">
@ -1101,6 +1101,12 @@
@ -1170,6 +1176,36 @@
<h3>Macros inherited from class <code><a href="../../../Ameba/Rule/Base.html">Ameba::Rule::Base</a></code></h3>
<a href="../../../Ameba/Rule/Base.html#issue_for%28%2Aargs%2C%2A%2Akwargs%2C%26block%29-macro" class="tooltip">
<span>issue_for(*args, **kwargs, &block)</span>
issue_for</a>
<h3>Macros inherited from module <code>Ameba::Config::RuleConfig</code></h3>
<a href="../../../Ameba/Config/RuleConfig.html#properties%28%26block%29-macro" class="tooltip">
<span>properties(&block)</span>
properties</a>
@ -1244,7 +1280,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/filename.cr#L10" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/filename.cr#L10" target="_blank">View source</a>]
</div>
</div>
@ -1293,6 +1329,8 @@
<h2>
<a id="instance-method-detail" class="anchor" href="#instance-method-detail">
<svg class="octicon-link" aria-hidden="true">
@ -1430,22 +1468,20 @@
<p>This method is designed to test the source passed in. If source has issues
that are tested by this rule, it should add an issue.</p>
<p>Be default it uses a node visitor to traverse all the nodes in the source.</p>
<p>By default it uses a node visitor to traverse all the nodes in the source.</p>
<p><span class="flag purple">NOTE</span> Must be overridden for other type of rules.</p>
</div>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/452a7a8/src/ameba/rule/naming/filename.cr#L19" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/b6bd74e/src/ameba/rule/naming/filename.cr#L19" target="_blank">View source</a>]
</div>
</div>
</div>
</body>

Some files were not shown because too many files have changed in this diff Show more