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 @ 1bef5fc5c1
🚀
This commit is contained in:
parent
c19d6dd04d
commit
195180eea6
121 changed files with 1504 additions and 1504 deletions
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="generator" content="Crystal Docs 1.3.2">
|
||||
<meta name="generator" content="Crystal Docs 1.4.1">
|
||||
<meta name="crystal_docs.project_version" content="master">
|
||||
<meta name="crystal_docs.project_name" content="ameba">
|
||||
|
||||
|
@ -788,7 +788,7 @@ have any effect, the snippet should be written as the following:</p>
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/rule/lint/unneeded_disable_directive.cr#L27" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/rule/lint/unneeded_disable_directive.cr#L27" target="_blank">
|
||||
ameba/rule/lint/unneeded_disable_directive.cr
|
||||
</a>
|
||||
|
||||
|
@ -872,7 +872,7 @@ have any effect, the snippet should be written as the following:</p>
|
|||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#enabled%3D%28enabled%29-instance-method" class="signature"><strong>#enabled=</strong>(enabled)</a>
|
||||
<a href="#enabled%3D%28enabled%3ABool%29-instance-method" class="signature"><strong>#enabled=</strong>(enabled : Bool)</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
@ -892,7 +892,7 @@ have any effect, the snippet should be written as the following:</p>
|
|||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#severity%3D%28severity%29-instance-method" class="signature"><strong>#severity=</strong>(severity)</a>
|
||||
<a href="#severity%3D%28severity%3AAmeba%3A%3ASeverity%29-instance-method" class="signature"><strong>#severity=</strong>(severity : Ameba::Severity)</a>
|
||||
|
||||
</li>
|
||||
|
||||
|
@ -1077,7 +1077,7 @@ have any effect, the snippet should be written as the following:</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/rule/lint/unneeded_disable_directive.cr#L27" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/rule/lint/unneeded_disable_directive.cr#L27" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1138,12 +1138,12 @@ have any effect, the snippet should be written as the following:</p>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="enabled=(enabled)-instance-method">
|
||||
<div class="entry-detail" id="enabled=(enabled:Bool)-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>enabled=</strong>(enabled)
|
||||
def <strong>enabled=</strong>(enabled : Bool)
|
||||
|
||||
<a class="method-permalink" href="#enabled%3D%28enabled%29-instance-method">#</a>
|
||||
<a class="method-permalink" href="#enabled%3D%28enabled%3ABool%29-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1194,12 +1194,12 @@ have any effect, the snippet should be written as the following:</p>
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="severity=(severity)-instance-method">
|
||||
<div class="entry-detail" id="severity=(severity:Ameba::Severity)-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>severity=</strong>(severity)
|
||||
def <strong>severity=</strong>(severity : <a href="../../../Ameba/Severity.html">Ameba::Severity</a>)
|
||||
|
||||
<a class="method-permalink" href="#severity%3D%28severity%29-instance-method">#</a>
|
||||
<a class="method-permalink" href="#severity%3D%28severity%3AAmeba%3A%3ASeverity%29-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<br/>
|
||||
|
@ -1219,7 +1219,7 @@ have any effect, the snippet should be written as the following:</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/rule/lint/unneeded_disable_directive.cr#L34" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/rule/lint/unneeded_disable_directive.cr#L34" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue