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 @ 4533e52aa5
🚀
This commit is contained in:
parent
2350a89133
commit
76aad1519b
125 changed files with 933 additions and 986 deletions
|
@ -801,7 +801,7 @@
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/150ba6c7/src/ameba/reportable.cr#L3" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/reportable.cr#L3" target="_blank">
|
||||
ameba/reportable.cr
|
||||
</a>
|
||||
|
||||
|
@ -834,7 +834,7 @@
|
|||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#add_issue%28rule%2Clocation%3ACrystal%3A%3ALocation%2Cend_location%3ACrystal%3A%3ALocation%2Cmessage%3AString%2Cstatus%3AIssue%3A%3AStatus%3F%3Dnil%2C%26block%3ASource%3A%3ACorrector-%3E%29%3AIssue-instance-method" class="signature"><strong>#add_issue</strong>(rule, location : Crystal::Location, end_location : Crystal::Location, message : String, status : Issue::Status? = <span class="n">nil</span>, &block : Source::Corrector -> ) : Issue</a>
|
||||
<a href="#add_issue%28rule%2Clocation%3ACrystal%3A%3ALocation%3F%2Cend_location%3ACrystal%3A%3ALocation%3F%2Cmessage%3AString%2Cstatus%3AIssue%3A%3AStatus%3F%3Dnil%2C%26block%3ASource%3A%3ACorrector-%3E%29%3AIssue-instance-method" class="signature"><strong>#add_issue</strong>(rule, location : Crystal::Location?, end_location : Crystal::Location?, message : String, status : Issue::Status? = <span class="n">nil</span>, &block : Source::Corrector -> ) : Issue</a>
|
||||
|
||||
<div class="summary"><p>Adds a new issue to the list of issues.</p></div>
|
||||
|
||||
|
@ -950,17 +950,17 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/150ba6c7/src/ameba/reportable.cr#L8" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/reportable.cr#L8" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="add_issue(rule,location:Crystal::Location,end_location:Crystal::Location,message:String,status:Issue::Status?=nil,&block:Source::Corrector->):Issue-instance-method">
|
||||
<div class="entry-detail" id="add_issue(rule,location:Crystal::Location?,end_location:Crystal::Location?,message:String,status:Issue::Status?=nil,&block:Source::Corrector->):Issue-instance-method">
|
||||
<div class="signature">
|
||||
|
||||
def <strong>add_issue</strong>(rule, location : <a href="../Crystal/Location.html">Crystal::Location</a>, end_location : <a href="../Crystal/Location.html">Crystal::Location</a>, message : String, status : <a href="../Ameba/Issue/Status.html">Issue::Status</a>? = <span class="n">nil</span>, &block : <a href="../Ameba/Source/Corrector.html">Source::Corrector</a> -> ) : <a href="../Ameba/Issue.html">Issue</a>
|
||||
def <strong>add_issue</strong>(rule, location : <a href="../Crystal/Location.html">Crystal::Location</a>?, end_location : <a href="../Crystal/Location.html">Crystal::Location</a>?, message : String, status : <a href="../Ameba/Issue/Status.html">Issue::Status</a>? = <span class="n">nil</span>, &block : <a href="../Ameba/Source/Corrector.html">Source::Corrector</a> -> ) : <a href="../Ameba/Issue.html">Issue</a>
|
||||
|
||||
<a class="method-permalink" href="#add_issue%28rule%2Clocation%3ACrystal%3A%3ALocation%2Cend_location%3ACrystal%3A%3ALocation%2Cmessage%3AString%2Cstatus%3AIssue%3A%3AStatus%3F%3Dnil%2C%26block%3ASource%3A%3ACorrector-%3E%29%3AIssue-instance-method">#</a>
|
||||
<a class="method-permalink" href="#add_issue%28rule%2Clocation%3ACrystal%3A%3ALocation%3F%2Cend_location%3ACrystal%3A%3ALocation%3F%2Cmessage%3AString%2Cstatus%3AIssue%3A%3AStatus%3F%3Dnil%2C%26block%3ASource%3A%3ACorrector-%3E%29%3AIssue-instance-method">#</a>
|
||||
</div>
|
||||
|
||||
<div class="doc">
|
||||
|
@ -971,7 +971,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/150ba6c7/src/ameba/reportable.cr#L23" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/reportable.cr#L23" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -992,7 +992,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/150ba6c7/src/ameba/reportable.cr#L33" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/reportable.cr#L33" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1013,7 +1013,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/150ba6c7/src/ameba/reportable.cr#L61" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/reportable.cr#L61" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1034,7 +1034,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/150ba6c7/src/ameba/reportable.cr#L38" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/reportable.cr#L38" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1055,7 +1055,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/150ba6c7/src/ameba/reportable.cr#L43" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/reportable.cr#L43" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1076,7 +1076,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/150ba6c7/src/ameba/reportable.cr#L48" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/reportable.cr#L48" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1097,7 +1097,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/150ba6c7/src/ameba/reportable.cr#L53" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/reportable.cr#L53" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1118,7 +1118,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/150ba6c7/src/ameba/reportable.cr#L66" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/reportable.cr#L66" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1139,7 +1139,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/150ba6c7/src/ameba/reportable.cr#L81" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/reportable.cr#L81" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1160,7 +1160,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/150ba6c7/src/ameba/reportable.cr#L5" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/reportable.cr#L5" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1181,7 +1181,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/150ba6c7/src/ameba/reportable.cr#L91" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/4533e52a/src/ameba/reportable.cr#L91" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue