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

This commit is contained in:
Sija 2023-11-13 18:17:23 +00:00
parent 5e9fb7d701
commit a72c690d5d
146 changed files with 1949 additions and 1640 deletions

View file

@ -939,8 +939,6 @@
</h2>
<ul class="other-types-list">
<li class="other-type"><a href="../../../Ameba/AST/Util.html">Ameba::AST::Util</a></li>
<li class="other-type">YAML::Serializable</li>
<li class="other-type">YAML::Serializable::Strict</li>
@ -966,7 +964,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/accessor_method_name.cr#L38" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/accessor_method_name.cr#L38" target="_blank">
ameba/rule/naming/accessor_method_name.cr
</a>
@ -1112,100 +1110,6 @@
<div class="methods-inherited">
<h3>Instance methods inherited from module <code><a href="../../../Ameba/AST/Util.html">Ameba::AST::Util</a></code></h3>
<a href="../../../Ameba/AST/Util.html#abort%3F%28node%29-instance-method" class="tooltip">
<span>abort?(node)</span>
abort?</a>,
<a href="../../../Ameba/AST/Util.html#control_exp_code%28node%3ACrystal%3A%3AControlExpression%2Ccode_lines%29-instance-method" class="tooltip">
<span>control_exp_code(node : Crystal::ControlExpression, code_lines)</span>
control_exp_code</a>,
<a href="../../../Ameba/AST/Util.html#dynamic_literal%3F%28node%29%3ABool-instance-method" class="tooltip">
<span>dynamic_literal?(node) : Bool</span>
dynamic_literal?</a>,
<a href="../../../Ameba/AST/Util.html#exit%3F%28node%29-instance-method" class="tooltip">
<span>exit?(node)</span>
exit?</a>,
<a href="../../../Ameba/AST/Util.html#flow_command%3F%28node%2Cin_loop%29-instance-method" class="tooltip">
<span>flow_command?(node, in_loop)</span>
flow_command?</a>,
<a href="../../../Ameba/AST/Util.html#flow_expression%3F%28node%2Cin_loop%3Dfalse%29-instance-method" class="tooltip">
<span>flow_expression?(node, in_loop = <span class="n">false</span>)</span>
flow_expression?</a>,
<a href="../../../Ameba/AST/Util.html#literal%3F%28node%29%3ABool-instance-method" class="tooltip">
<span>literal?(node) : Bool</span>
literal?</a>,
<a href="../../../Ameba/AST/Util.html#loop%3F%28node%29-instance-method" class="tooltip">
<span>loop?(node)</span>
loop?</a>,
<a href="../../../Ameba/AST/Util.html#name_end_location%28node%29-instance-method" class="tooltip">
<span>name_end_location(node)</span>
name_end_location</a>,
<a href="../../../Ameba/AST/Util.html#name_location%28node%29-instance-method" class="tooltip">
<span>name_location(node)</span>
name_location</a>,
<a href="../../../Ameba/AST/Util.html#name_size%28node%29-instance-method" class="tooltip">
<span>name_size(node)</span>
name_size</a>,
<a href="../../../Ameba/AST/Util.html#node_source%28node%2Ccode_lines%29-instance-method" class="tooltip">
<span>node_source(node, code_lines)</span>
node_source</a>,
<a href="../../../Ameba/AST/Util.html#path_named%3F%28node%2Cname%29%3ABool-instance-method" class="tooltip">
<span>path_named?(node, name) : Bool</span>
path_named?</a>,
<a href="../../../Ameba/AST/Util.html#raise%3F%28node%29-instance-method" class="tooltip">
<span>raise?(node)</span>
raise?</a>,
<a href="../../../Ameba/AST/Util.html#source_between%28loc%2Cend_loc%2Ccode_lines%29%3AString%7CNil-instance-method" class="tooltip">
<span>source_between(loc, end_loc, code_lines) : String | Nil</span>
source_between</a>,
<a href="../../../Ameba/AST/Util.html#static_literal%3F%28node%29%3ABool-instance-method" class="tooltip">
<span>static_literal?(node) : Bool</span>
static_literal?</a>
@ -1383,7 +1287,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/accessor_method_name.cr#L38" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/accessor_method_name.cr#L38" target="_blank">View source</a>]
</div>
</div>
@ -1564,7 +1468,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/accessor_method_name.cr#L47" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/accessor_method_name.cr#L45" target="_blank">View source</a>]
</div>
</div>
@ -1580,7 +1484,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/accessor_method_name.cr#L63" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/accessor_method_name.cr#L61" target="_blank">View source</a>]
</div>
</div>

View file

@ -925,8 +925,6 @@
</h2>
<ul class="other-types-list">
<li class="other-type"><a href="../../../Ameba/AST/Util.html">Ameba::AST::Util</a></li>
<li class="other-type">YAML::Serializable</li>
<li class="other-type">YAML::Serializable::Strict</li>
@ -952,7 +950,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/ascii_identifiers.cr#L24" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/ascii_identifiers.cr#L24" target="_blank">
ameba/rule/naming/ascii_identifiers.cr
</a>
@ -1113,100 +1111,6 @@
<div class="methods-inherited">
<h3>Instance methods inherited from module <code><a href="../../../Ameba/AST/Util.html">Ameba::AST::Util</a></code></h3>
<a href="../../../Ameba/AST/Util.html#abort%3F%28node%29-instance-method" class="tooltip">
<span>abort?(node)</span>
abort?</a>,
<a href="../../../Ameba/AST/Util.html#control_exp_code%28node%3ACrystal%3A%3AControlExpression%2Ccode_lines%29-instance-method" class="tooltip">
<span>control_exp_code(node : Crystal::ControlExpression, code_lines)</span>
control_exp_code</a>,
<a href="../../../Ameba/AST/Util.html#dynamic_literal%3F%28node%29%3ABool-instance-method" class="tooltip">
<span>dynamic_literal?(node) : Bool</span>
dynamic_literal?</a>,
<a href="../../../Ameba/AST/Util.html#exit%3F%28node%29-instance-method" class="tooltip">
<span>exit?(node)</span>
exit?</a>,
<a href="../../../Ameba/AST/Util.html#flow_command%3F%28node%2Cin_loop%29-instance-method" class="tooltip">
<span>flow_command?(node, in_loop)</span>
flow_command?</a>,
<a href="../../../Ameba/AST/Util.html#flow_expression%3F%28node%2Cin_loop%3Dfalse%29-instance-method" class="tooltip">
<span>flow_expression?(node, in_loop = <span class="n">false</span>)</span>
flow_expression?</a>,
<a href="../../../Ameba/AST/Util.html#literal%3F%28node%29%3ABool-instance-method" class="tooltip">
<span>literal?(node) : Bool</span>
literal?</a>,
<a href="../../../Ameba/AST/Util.html#loop%3F%28node%29-instance-method" class="tooltip">
<span>loop?(node)</span>
loop?</a>,
<a href="../../../Ameba/AST/Util.html#name_end_location%28node%29-instance-method" class="tooltip">
<span>name_end_location(node)</span>
name_end_location</a>,
<a href="../../../Ameba/AST/Util.html#name_location%28node%29-instance-method" class="tooltip">
<span>name_location(node)</span>
name_location</a>,
<a href="../../../Ameba/AST/Util.html#name_size%28node%29-instance-method" class="tooltip">
<span>name_size(node)</span>
name_size</a>,
<a href="../../../Ameba/AST/Util.html#node_source%28node%2Ccode_lines%29-instance-method" class="tooltip">
<span>node_source(node, code_lines)</span>
node_source</a>,
<a href="../../../Ameba/AST/Util.html#path_named%3F%28node%2Cname%29%3ABool-instance-method" class="tooltip">
<span>path_named?(node, name) : Bool</span>
path_named?</a>,
<a href="../../../Ameba/AST/Util.html#raise%3F%28node%29-instance-method" class="tooltip">
<span>raise?(node)</span>
raise?</a>,
<a href="../../../Ameba/AST/Util.html#source_between%28loc%2Cend_loc%2Ccode_lines%29%3AString%7CNil-instance-method" class="tooltip">
<span>source_between(loc, end_loc, code_lines) : String | Nil</span>
source_between</a>,
<a href="../../../Ameba/AST/Util.html#static_literal%3F%28node%29%3ABool-instance-method" class="tooltip">
<span>static_literal?(node) : Bool</span>
static_literal?</a>
@ -1370,7 +1274,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/ascii_identifiers.cr#L24" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/ascii_identifiers.cr#L24" target="_blank">View source</a>]
</div>
</div>
@ -1551,7 +1455,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/ascii_identifiers.cr#L33" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/ascii_identifiers.cr#L31" target="_blank">View source</a>]
</div>
</div>
@ -1567,7 +1471,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/ascii_identifiers.cr#L39" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/ascii_identifiers.cr#L37" target="_blank">View source</a>]
</div>
</div>
@ -1583,7 +1487,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/ascii_identifiers.cr#L45" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/ascii_identifiers.cr#L43" target="_blank">View source</a>]
</div>
</div>
@ -1599,7 +1503,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/ascii_identifiers.cr#L53" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/ascii_identifiers.cr#L51" target="_blank">View source</a>]
</div>
</div>
@ -1615,7 +1519,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/ascii_identifiers.cr#L57" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/ascii_identifiers.cr#L55" target="_blank">View source</a>]
</div>
</div>

View file

@ -956,7 +956,7 @@ their sole parameter named <code>other</code>.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/binary_operator_parameter_name.cr#L30" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/binary_operator_parameter_name.cr#L30" target="_blank">
ameba/rule/naming/binary_operator_parameter_name.cr
</a>
@ -1276,7 +1276,7 @@ their sole parameter named <code>other</code>.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/binary_operator_parameter_name.cr#L30" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/binary_operator_parameter_name.cr#L30" target="_blank">View source</a>]
</div>
</div>
@ -1485,7 +1485,7 @@ their sole parameter named <code>other</code>.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/binary_operator_parameter_name.cr#L39" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/binary_operator_parameter_name.cr#L39" target="_blank">View source</a>]
</div>
</div>

View file

@ -910,7 +910,7 @@
<span class="t">Enabled</span>: <span class="n">true</span>
<span class="t">MinNameLength</span>: <span class="n">3</span>
<span class="t">AllowNamesEndingInNumbers</span>: <span class="n">true</span>
<span class="t">AllowedNames</span>: [_, e, i, j, k, v, x, y, ex, io, ws, tx, id, k1, k2, v1, v2]
<span class="t">AllowedNames</span>: [_, e, i, j, k, v, x, y, ex, io, ws, op, tx, id, ip, k1, k2, v1, v2]
<span class="t">ForbiddenNames</span>: <span class="o">[]</span></code></pre>
@ -952,7 +952,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/block_parameter_name.cr#L26" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/block_parameter_name.cr#L26" target="_blank">
ameba/rule/naming/block_parameter_name.cr
</a>
@ -1291,14 +1291,14 @@
<span class="t">Enabled</span>: <span class="n">true</span>
<span class="t">MinNameLength</span>: <span class="n">3</span>
<span class="t">AllowNamesEndingInNumbers</span>: <span class="n">true</span>
<span class="t">AllowedNames</span>: [_, e, i, j, k, v, x, y, ex, io, ws, tx, id, k1, k2, v1, v2]
<span class="t">AllowedNames</span>: [_, e, i, j, k, v, x, y, ex, io, ws, op, tx, id, ip, k1, k2, v1, v2]
<span class="t">ForbiddenNames</span>: <span class="o">[]</span></code></pre>
</div>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/block_parameter_name.cr#L26" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/block_parameter_name.cr#L26" target="_blank">View source</a>]
</div>
</div>
@ -1591,7 +1591,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/block_parameter_name.cr#L37" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/block_parameter_name.cr#L37" target="_blank">View source</a>]
</div>
</div>

View file

@ -950,7 +950,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/constant_names.cr#L24" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/constant_names.cr#L24" target="_blank">
ameba/rule/naming/constant_names.cr
</a>
@ -1254,7 +1254,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/constant_names.cr#L24" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/constant_names.cr#L24" target="_blank">View source</a>]
</div>
</div>
@ -1435,7 +1435,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/constant_names.cr#L31" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/constant_names.cr#L31" target="_blank">View source</a>]
</div>
</div>

View file

@ -944,7 +944,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/filename.cr#L10" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/filename.cr#L10" target="_blank">
ameba/rule/naming/filename.cr
</a>
@ -1244,7 +1244,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/filename.cr#L10" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/filename.cr#L10" target="_blank">View source</a>]
</div>
</div>
@ -1437,7 +1437,7 @@ that are tested by this rule, it should add an issue.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/filename.cr#L19" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/filename.cr#L19" target="_blank">View source</a>]
</div>
</div>

View file

@ -941,8 +941,6 @@
</h2>
<ul class="other-types-list">
<li class="other-type"><a href="../../../Ameba/AST/Util.html">Ameba::AST::Util</a></li>
<li class="other-type">YAML::Serializable</li>
<li class="other-type">YAML::Serializable::Strict</li>
@ -968,7 +966,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/method_names.cr#L40" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/method_names.cr#L40" target="_blank">
ameba/rule/naming/method_names.cr
</a>
@ -1109,100 +1107,6 @@
<div class="methods-inherited">
<h3>Instance methods inherited from module <code><a href="../../../Ameba/AST/Util.html">Ameba::AST::Util</a></code></h3>
<a href="../../../Ameba/AST/Util.html#abort%3F%28node%29-instance-method" class="tooltip">
<span>abort?(node)</span>
abort?</a>,
<a href="../../../Ameba/AST/Util.html#control_exp_code%28node%3ACrystal%3A%3AControlExpression%2Ccode_lines%29-instance-method" class="tooltip">
<span>control_exp_code(node : Crystal::ControlExpression, code_lines)</span>
control_exp_code</a>,
<a href="../../../Ameba/AST/Util.html#dynamic_literal%3F%28node%29%3ABool-instance-method" class="tooltip">
<span>dynamic_literal?(node) : Bool</span>
dynamic_literal?</a>,
<a href="../../../Ameba/AST/Util.html#exit%3F%28node%29-instance-method" class="tooltip">
<span>exit?(node)</span>
exit?</a>,
<a href="../../../Ameba/AST/Util.html#flow_command%3F%28node%2Cin_loop%29-instance-method" class="tooltip">
<span>flow_command?(node, in_loop)</span>
flow_command?</a>,
<a href="../../../Ameba/AST/Util.html#flow_expression%3F%28node%2Cin_loop%3Dfalse%29-instance-method" class="tooltip">
<span>flow_expression?(node, in_loop = <span class="n">false</span>)</span>
flow_expression?</a>,
<a href="../../../Ameba/AST/Util.html#literal%3F%28node%29%3ABool-instance-method" class="tooltip">
<span>literal?(node) : Bool</span>
literal?</a>,
<a href="../../../Ameba/AST/Util.html#loop%3F%28node%29-instance-method" class="tooltip">
<span>loop?(node)</span>
loop?</a>,
<a href="../../../Ameba/AST/Util.html#name_end_location%28node%29-instance-method" class="tooltip">
<span>name_end_location(node)</span>
name_end_location</a>,
<a href="../../../Ameba/AST/Util.html#name_location%28node%29-instance-method" class="tooltip">
<span>name_location(node)</span>
name_location</a>,
<a href="../../../Ameba/AST/Util.html#name_size%28node%29-instance-method" class="tooltip">
<span>name_size(node)</span>
name_size</a>,
<a href="../../../Ameba/AST/Util.html#node_source%28node%2Ccode_lines%29-instance-method" class="tooltip">
<span>node_source(node, code_lines)</span>
node_source</a>,
<a href="../../../Ameba/AST/Util.html#path_named%3F%28node%2Cname%29%3ABool-instance-method" class="tooltip">
<span>path_named?(node, name) : Bool</span>
path_named?</a>,
<a href="../../../Ameba/AST/Util.html#raise%3F%28node%29-instance-method" class="tooltip">
<span>raise?(node)</span>
raise?</a>,
<a href="../../../Ameba/AST/Util.html#source_between%28loc%2Cend_loc%2Ccode_lines%29%3AString%7CNil-instance-method" class="tooltip">
<span>source_between(loc, end_loc, code_lines) : String | Nil</span>
source_between</a>,
<a href="../../../Ameba/AST/Util.html#static_literal%3F%28node%29%3ABool-instance-method" class="tooltip">
<span>static_literal?(node) : Bool</span>
static_literal?</a>
@ -1382,7 +1286,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/method_names.cr#L40" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/method_names.cr#L40" target="_blank">View source</a>]
</div>
</div>
@ -1563,7 +1467,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/method_names.cr#L49" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/method_names.cr#L47" target="_blank">View source</a>]
</div>
</div>

View file

@ -952,7 +952,7 @@ the ones that are not valid Crystal code (e.g. <code>is_404?</code>).</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/predicate_name.cr#L26" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/predicate_name.cr#L26" target="_blank">
ameba/rule/naming/predicate_name.cr
</a>
@ -1258,7 +1258,7 @@ the ones that are not valid Crystal code (e.g. <code>is_404?</code>).</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/predicate_name.cr#L26" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/predicate_name.cr#L26" target="_blank">View source</a>]
</div>
</div>
@ -1439,7 +1439,7 @@ the ones that are not valid Crystal code (e.g. <code>is_404?</code>).</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/predicate_name.cr#L33" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/predicate_name.cr#L33" target="_blank">View source</a>]
</div>
</div>

View file

@ -957,7 +957,7 @@ using <code>Object#(class_)property</code> or <code>Object#(class_)getter</code>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/query_bool_methods.cr#L29" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/query_bool_methods.cr#L29" target="_blank">
ameba/rule/naming/query_bool_methods.cr
</a>
@ -1365,7 +1365,7 @@ using <code>Object#(class_)property</code> or <code>Object#(class_)getter</code>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/query_bool_methods.cr#L29" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/query_bool_methods.cr#L29" target="_blank">View source</a>]
</div>
</div>
@ -1546,7 +1546,7 @@ using <code>Object#(class_)property</code> or <code>Object#(class_)getter</code>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/query_bool_methods.cr#L40" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/query_bool_methods.cr#L40" target="_blank">View source</a>]
</div>
</div>

View file

@ -957,7 +957,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/rescued_exceptions_variable_name.cr#L27" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/rescued_exceptions_variable_name.cr#L27" target="_blank">
ameba/rule/naming/rescued_exceptions_variable_name.cr
</a>
@ -1283,7 +1283,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/rescued_exceptions_variable_name.cr#L27" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/rescued_exceptions_variable_name.cr#L27" target="_blank">View source</a>]
</div>
</div>
@ -1492,7 +1492,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/rescued_exceptions_variable_name.cr#L36" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/rescued_exceptions_variable_name.cr#L36" target="_blank">View source</a>]
</div>
</div>

View file

@ -980,7 +980,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/type_names.cr#L54" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/type_names.cr#L54" target="_blank">
ameba/rule/naming/type_names.cr
</a>
@ -1314,7 +1314,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/type_names.cr#L54" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/type_names.cr#L54" target="_blank">View source</a>]
</div>
</div>
@ -1495,7 +1495,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/type_names.cr#L61" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/type_names.cr#L61" target="_blank">View source</a>]
</div>
</div>

View file

@ -951,7 +951,7 @@ wrong_Name <span class="o">=</span> <span class="n">2</span></code></pre>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/variable_names.cr#L25" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/variable_names.cr#L25" target="_blank">
ameba/rule/naming/variable_names.cr
</a>
@ -1263,7 +1263,7 @@ wrong_Name <span class="o">=</span> <span class="n">2</span></code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/variable_names.cr#L25" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/variable_names.cr#L25" target="_blank">View source</a>]
</div>
</div>
@ -1444,7 +1444,7 @@ wrong_Name <span class="o">=</span> <span class="n">2</span></code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/variable_names.cr#L36" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/variable_names.cr#L36" target="_blank">View source</a>]
</div>
</div>
@ -1472,7 +1472,7 @@ that are tested by this rule, it should add an issue.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/6caf24a/src/ameba/rule/naming/variable_names.cr#L32" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/0b225da/src/ameba/rule/naming/variable_names.cr#L32" target="_blank">View source</a>]
</div>
</div>