mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Deploying to gh-pages from @ crystal-ameba/ameba@7ceb3ffad9 🚀
This commit is contained in:
parent
22f8f00f8c
commit
01f1ed29a7
142 changed files with 2937 additions and 811 deletions
|
@ -577,6 +577,11 @@
|
|||
|
||||
</li>
|
||||
|
||||
<li class=" " data-id="ameba/Ameba/Rule/Naming/Filename" data-name="ameba::rule::naming::filename">
|
||||
<a href="../../../Ameba/Rule/Naming/Filename.html">Filename</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class=" " data-id="ameba/Ameba/Rule/Naming/MethodNames" data-name="ameba::rule::naming::methodnames">
|
||||
<a href="../../../Ameba/Rule/Naming/MethodNames.html">MethodNames</a>
|
||||
|
||||
|
@ -915,7 +920,7 @@
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/881209d/src/ameba/rule/naming/constant_names.cr#L24" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/7ceb3ff/src/ameba/rule/naming/constant_names.cr#L24" target="_blank">
|
||||
ameba/rule/naming/constant_names.cr
|
||||
</a>
|
||||
|
||||
|
@ -1219,7 +1224,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/881209d/src/ameba/rule/naming/constant_names.cr#L24" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/7ceb3ff/src/ameba/rule/naming/constant_names.cr#L24" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1400,7 +1405,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/881209d/src/ameba/rule/naming/constant_names.cr#L31" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/7ceb3ff/src/ameba/rule/naming/constant_names.cr#L31" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
1422
Ameba/Rule/Naming/Filename.html
Normal file
1422
Ameba/Rule/Naming/Filename.html
Normal file
File diff suppressed because it is too large
Load diff
|
@ -577,6 +577,11 @@
|
|||
|
||||
</li>
|
||||
|
||||
<li class=" " data-id="ameba/Ameba/Rule/Naming/Filename" data-name="ameba::rule::naming::filename">
|
||||
<a href="../../../Ameba/Rule/Naming/Filename.html">Filename</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class=" current" data-id="ameba/Ameba/Rule/Naming/MethodNames" data-name="ameba::rule::naming::methodnames">
|
||||
<a href="../../../Ameba/Rule/Naming/MethodNames.html">MethodNames</a>
|
||||
|
||||
|
@ -933,7 +938,7 @@
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/881209d/src/ameba/rule/naming/method_names.cr#L40" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/7ceb3ff/src/ameba/rule/naming/method_names.cr#L40" target="_blank">
|
||||
ameba/rule/naming/method_names.cr
|
||||
</a>
|
||||
|
||||
|
@ -1347,7 +1352,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/881209d/src/ameba/rule/naming/method_names.cr#L40" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/7ceb3ff/src/ameba/rule/naming/method_names.cr#L40" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1528,7 +1533,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/881209d/src/ameba/rule/naming/method_names.cr#L49" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/7ceb3ff/src/ameba/rule/naming/method_names.cr#L49" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -577,6 +577,11 @@
|
|||
|
||||
</li>
|
||||
|
||||
<li class=" " data-id="ameba/Ameba/Rule/Naming/Filename" data-name="ameba::rule::naming::filename">
|
||||
<a href="../../../Ameba/Rule/Naming/Filename.html">Filename</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class=" " data-id="ameba/Ameba/Rule/Naming/MethodNames" data-name="ameba::rule::naming::methodnames">
|
||||
<a href="../../../Ameba/Rule/Naming/MethodNames.html">MethodNames</a>
|
||||
|
||||
|
@ -917,7 +922,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/881209d/src/ameba/rule/naming/predicate_name.cr#L26" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/7ceb3ff/src/ameba/rule/naming/predicate_name.cr#L26" target="_blank">
|
||||
ameba/rule/naming/predicate_name.cr
|
||||
</a>
|
||||
|
||||
|
@ -1223,7 +1228,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/881209d/src/ameba/rule/naming/predicate_name.cr#L26" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/7ceb3ff/src/ameba/rule/naming/predicate_name.cr#L26" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1404,7 +1409,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/881209d/src/ameba/rule/naming/predicate_name.cr#L33" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/7ceb3ff/src/ameba/rule/naming/predicate_name.cr#L33" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -577,6 +577,11 @@
|
|||
|
||||
</li>
|
||||
|
||||
<li class=" " data-id="ameba/Ameba/Rule/Naming/Filename" data-name="ameba::rule::naming::filename">
|
||||
<a href="../../../Ameba/Rule/Naming/Filename.html">Filename</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class=" " data-id="ameba/Ameba/Rule/Naming/MethodNames" data-name="ameba::rule::naming::methodnames">
|
||||
<a href="../../../Ameba/Rule/Naming/MethodNames.html">MethodNames</a>
|
||||
|
||||
|
@ -922,7 +927,7 @@ using <code>Object#(class_)property</code> or <code>Object#(class_)getter</code>
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/881209d/src/ameba/rule/naming/query_bool_methods.cr#L29" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/7ceb3ff/src/ameba/rule/naming/query_bool_methods.cr#L29" target="_blank">
|
||||
ameba/rule/naming/query_bool_methods.cr
|
||||
</a>
|
||||
|
||||
|
@ -1330,7 +1335,7 @@ using <code>Object#(class_)property</code> or <code>Object#(class_)getter</code>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/881209d/src/ameba/rule/naming/query_bool_methods.cr#L29" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/7ceb3ff/src/ameba/rule/naming/query_bool_methods.cr#L29" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1511,7 +1516,7 @@ using <code>Object#(class_)property</code> or <code>Object#(class_)getter</code>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/881209d/src/ameba/rule/naming/query_bool_methods.cr#L40" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/7ceb3ff/src/ameba/rule/naming/query_bool_methods.cr#L40" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -577,6 +577,11 @@
|
|||
|
||||
</li>
|
||||
|
||||
<li class=" " data-id="ameba/Ameba/Rule/Naming/Filename" data-name="ameba::rule::naming::filename">
|
||||
<a href="../../../Ameba/Rule/Naming/Filename.html">Filename</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class=" " data-id="ameba/Ameba/Rule/Naming/MethodNames" data-name="ameba::rule::naming::methodnames">
|
||||
<a href="../../../Ameba/Rule/Naming/MethodNames.html">MethodNames</a>
|
||||
|
||||
|
@ -945,7 +950,7 @@
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/881209d/src/ameba/rule/naming/type_names.cr#L54" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/7ceb3ff/src/ameba/rule/naming/type_names.cr#L54" target="_blank">
|
||||
ameba/rule/naming/type_names.cr
|
||||
</a>
|
||||
|
||||
|
@ -1279,7 +1284,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/881209d/src/ameba/rule/naming/type_names.cr#L54" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/7ceb3ff/src/ameba/rule/naming/type_names.cr#L54" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1460,7 +1465,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/881209d/src/ameba/rule/naming/type_names.cr#L61" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/7ceb3ff/src/ameba/rule/naming/type_names.cr#L61" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -577,6 +577,11 @@
|
|||
|
||||
</li>
|
||||
|
||||
<li class=" " data-id="ameba/Ameba/Rule/Naming/Filename" data-name="ameba::rule::naming::filename">
|
||||
<a href="../../../Ameba/Rule/Naming/Filename.html">Filename</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class=" " data-id="ameba/Ameba/Rule/Naming/MethodNames" data-name="ameba::rule::naming::methodnames">
|
||||
<a href="../../../Ameba/Rule/Naming/MethodNames.html">MethodNames</a>
|
||||
|
||||
|
@ -916,7 +921,7 @@ wrong_Name <span class="o">=</span> <span class="n">2</span></code></pre>
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/881209d/src/ameba/rule/naming/variable_names.cr#L25" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/7ceb3ff/src/ameba/rule/naming/variable_names.cr#L25" target="_blank">
|
||||
ameba/rule/naming/variable_names.cr
|
||||
</a>
|
||||
|
||||
|
@ -1228,7 +1233,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/881209d/src/ameba/rule/naming/variable_names.cr#L25" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/7ceb3ff/src/ameba/rule/naming/variable_names.cr#L25" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1409,7 +1414,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/881209d/src/ameba/rule/naming/variable_names.cr#L36" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/7ceb3ff/src/ameba/rule/naming/variable_names.cr#L36" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1437,7 +1442,7 @@ that are tested by this rule, it should add an issue.</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/881209d/src/ameba/rule/naming/variable_names.cr#L32" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/7ceb3ff/src/ameba/rule/naming/variable_names.cr#L32" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue