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@e58f90009f 🚀
This commit is contained in:
parent
10fb3515cf
commit
77d336e2c8
128 changed files with 1851 additions and 1877 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.5.0">
|
||||
<meta name="generator" content="Crystal Docs 1.6.2">
|
||||
<meta name="crystal_docs.project_version" content="master">
|
||||
<meta name="crystal_docs.project_name" content="ameba">
|
||||
|
||||
|
@ -811,7 +811,7 @@
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/inline_comments.cr#L3" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/inline_comments.cr#L3" target="_blank">
|
||||
ameba/inline_comments.cr
|
||||
</a>
|
||||
|
||||
|
@ -863,7 +863,7 @@
|
|||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#location_disabled%3F%28location%3ACrystal%3A%3ALocation%3F%2Crule%29-instance-method" class="signature"><strong>#location_disabled?</strong>(location : Crystal::Location?, rule)</a>
|
||||
<a href="#location_disabled%3F%28location%3ACrystal%3A%3ALocation%7CNil%2Crule%29-instance-method" class="signature"><strong>#location_disabled?</strong>(location : Crystal::Location | Nil, rule)</a>
|
||||
|
||||
<div class="summary"><p>Returns <code>true</code> if current location is disabled for a particular rule, <code>false</code> otherwise.</p></div>
|
||||
|
||||
|
@ -916,17 +916,17 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/inline_comments.cr#L78" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/inline_comments.cr#L78" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="location_disabled?(location:Crystal::Location?,rule)-instance-method">
|
||||
<div class="entry-detail" id="location_disabled?(location:Crystal::Location|Nil,rule)-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>location_disabled?</strong>(location : <a href="../Crystal/Location.html">Crystal::Location</a>?, rule)
|
||||
def <strong>location_disabled?</strong>(location : <a href="../Crystal/Location.html">Crystal::Location</a> | Nil, rule)
|
||||
|
||||
<a class="method-permalink" href="#location_disabled%3F%28location%3ACrystal%3A%3ALocation%3F%2Crule%29-instance-method">#</a>
|
||||
<a class="method-permalink" href="#location_disabled%3F%28location%3ACrystal%3A%3ALocation%7CNil%2Crule%29-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<div class="doc">
|
||||
|
@ -956,7 +956,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/inline_comments.cr#L40" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/inline_comments.cr#L40" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -985,7 +985,7 @@ parse_inline_directive(line) <span class="c"># => nil</span></code></pre>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/a091af1/src/ameba/inline_comments.cr#L68" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/e58f900/src/ameba/inline_comments.cr#L68" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue