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 @ e7a6b6b153
🚀
This commit is contained in:
parent
68b13e74dc
commit
f35c3daca7
123 changed files with 1355 additions and 1355 deletions
|
@ -814,7 +814,7 @@ For example, this is considered invalid:</p>
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/rule/lint/unused_argument.cr#L27" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/e7a6b6b1/src/ameba/rule/lint/unused_argument.cr#L27" target="_blank">
|
||||
ameba/rule/lint/unused_argument.cr
|
||||
</a>
|
||||
|
||||
|
@ -912,12 +912,12 @@ For example, this is considered invalid:</p>
|
|||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#enabled%3ABool-instance-method" class="signature"><strong>#enabled</strong> : Bool</a>
|
||||
<a href="#enabled%3D%28enabled%3ABool%29-instance-method" class="signature"><strong>#enabled=</strong>(enabled : Bool)</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#enabled%3D%28enabled%3ABool%29-instance-method" class="signature"><strong>#enabled=</strong>(enabled : Bool)</a>
|
||||
<a href="#enabled%3F%3ABool-instance-method" class="signature"><strong>#enabled?</strong> : Bool</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
@ -931,18 +931,13 @@ For example, this is considered invalid:</p>
|
|||
|
||||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#ignore_blocks%3ABool-instance-method" class="signature"><strong>#ignore_blocks</strong> : Bool</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#ignore_blocks%3D%28ignore_blocks%3ABool%29-instance-method" class="signature"><strong>#ignore_blocks=</strong>(ignore_blocks : Bool)</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#ignore_defs%3ABool-instance-method" class="signature"><strong>#ignore_defs</strong> : Bool</a>
|
||||
<a href="#ignore_blocks%3F%3ABool-instance-method" class="signature"><strong>#ignore_blocks?</strong> : Bool</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
@ -952,7 +947,7 @@ For example, this is considered invalid:</p>
|
|||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#ignore_procs%3ABool-instance-method" class="signature"><strong>#ignore_procs</strong> : Bool</a>
|
||||
<a href="#ignore_defs%3F%3ABool-instance-method" class="signature"><strong>#ignore_defs?</strong> : Bool</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
@ -961,6 +956,11 @@ For example, this is considered invalid:</p>
|
|||
|
||||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#ignore_procs%3F%3ABool-instance-method" class="signature"><strong>#ignore_procs?</strong> : Bool</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#severity%3AAmeba%3A%3ASeverity-instance-method" class="signature"><strong>#severity</strong> : Ameba::Severity</a>
|
||||
|
||||
|
@ -1159,7 +1159,7 @@ For example, this is considered invalid:</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/rule/lint/unused_argument.cr#L27" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e7a6b6b1/src/ameba/rule/lint/unused_argument.cr#L27" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1245,12 +1245,12 @@ For example, this is considered invalid:</p>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="enabled:Bool-instance-method">
|
||||
<div class="entry-detail" id="enabled=(enabled:Bool)-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>enabled</strong> : Bool
|
||||
def <strong>enabled=</strong>(enabled : Bool)
|
||||
|
||||
<a class="method-permalink" href="#enabled%3ABool-instance-method">#</a>
|
||||
<a class="method-permalink" href="#enabled%3D%28enabled%3ABool%29-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1259,12 +1259,12 @@ For example, this is considered invalid:</p>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="enabled=(enabled:Bool)-instance-method">
|
||||
<div class="entry-detail" id="enabled?:Bool-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>enabled=</strong>(enabled : Bool)
|
||||
def <strong>enabled?</strong> : Bool
|
||||
|
||||
<a class="method-permalink" href="#enabled%3D%28enabled%3ABool%29-instance-method">#</a>
|
||||
<a class="method-permalink" href="#enabled%3F%3ABool-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1301,20 +1301,6 @@ For example, this is considered invalid:</p>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="ignore_blocks:Bool-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>ignore_blocks</strong> : Bool
|
||||
|
||||
<a class="method-permalink" href="#ignore_blocks%3ABool-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="ignore_blocks=(ignore_blocks:Bool)-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
|
@ -1329,12 +1315,12 @@ For example, this is considered invalid:</p>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="ignore_defs:Bool-instance-method">
|
||||
<div class="entry-detail" id="ignore_blocks?:Bool-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>ignore_defs</strong> : Bool
|
||||
def <strong>ignore_blocks?</strong> : Bool
|
||||
|
||||
<a class="method-permalink" href="#ignore_defs%3ABool-instance-method">#</a>
|
||||
<a class="method-permalink" href="#ignore_blocks%3F%3ABool-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1357,12 +1343,12 @@ For example, this is considered invalid:</p>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="ignore_procs:Bool-instance-method">
|
||||
<div class="entry-detail" id="ignore_defs?:Bool-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>ignore_procs</strong> : Bool
|
||||
def <strong>ignore_defs?</strong> : Bool
|
||||
|
||||
<a class="method-permalink" href="#ignore_procs%3ABool-instance-method">#</a>
|
||||
<a class="method-permalink" href="#ignore_defs%3F%3ABool-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1385,6 +1371,20 @@ For example, this is considered invalid:</p>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="ignore_procs?:Bool-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>ignore_procs?</strong> : Bool
|
||||
|
||||
<a class="method-permalink" href="#ignore_procs%3F%3ABool-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="severity:Ameba::Severity-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
|
@ -1424,7 +1424,7 @@ For example, this is considered invalid:</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/rule/lint/unused_argument.cr#L43" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e7a6b6b1/src/ameba/rule/lint/unused_argument.cr#L43" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1440,7 +1440,7 @@ For example, this is considered invalid:</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/rule/lint/unused_argument.cr#L47" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e7a6b6b1/src/ameba/rule/lint/unused_argument.cr#L47" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1456,7 +1456,7 @@ For example, this is considered invalid:</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/rule/lint/unused_argument.cr#L51" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e7a6b6b1/src/ameba/rule/lint/unused_argument.cr#L51" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1472,7 +1472,7 @@ For example, this is considered invalid:</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a3e5f2d2/src/ameba/rule/lint/unused_argument.cr#L39" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e7a6b6b1/src/ameba/rule/lint/unused_argument.cr#L39" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue