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">
|
||||
|
||||
|
@ -759,7 +759,7 @@
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/spec/annotated_source.cr#L2" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/spec/annotated_source.cr#L2" target="_blank">
|
||||
ameba/spec/annotated_source.cr
|
||||
</a>
|
||||
|
||||
|
@ -810,14 +810,14 @@
|
|||
<ul class="list-summary">
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#new%28lines%2Cannotations%3AEnumerable%28Tuple%28Int32%2CString%2CString%29%29%29-class-method" class="signature"><strong>.new</strong>(lines, annotations : Enumerable(Tuple(Int32, String, String)))</a>
|
||||
<a href="#new%28lines%3AArray%28String%29%2Cannotations%3AEnumerable%28Tuple%28Int32%2CString%2CString%29%29%29-class-method" class="signature"><strong>.new</strong>(lines : Array(String), annotations : Enumerable(Tuple(Int32, String, String)))</a>
|
||||
|
||||
<div class="summary"><p><span class="flag purple">NOTE</span> Annotations are sorted so that reconstructing the annotation text via <code><a href="../../Ameba/Spec/AnnotatedSource.html#to_s%28io%29-instance-method">#to_s</a></code> is deterministic.</p></div>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="entry-summary">
|
||||
<a href="#new%28lines%2Cissues%3AEnumerable%28Issue%29%29-class-method" class="signature"><strong>.new</strong>(lines, issues : Enumerable(Issue))</a>
|
||||
<a href="#new%28lines%3AArray%28String%29%2Cissues%3AEnumerable%28Issue%29%29-class-method" class="signature"><strong>.new</strong>(lines : Array(String), issues : Enumerable(Issue))</a>
|
||||
|
||||
<div class="summary"><p>Annotates the source code with the Ameba issues provided.</p></div>
|
||||
|
||||
|
@ -924,12 +924,12 @@
|
|||
Constructor Detail
|
||||
</h2>
|
||||
|
||||
<div class="entry-detail" id="new(lines,annotations:Enumerable(Tuple(Int32,String,String)))-class-method">
|
||||
<div class="entry-detail" id="new(lines:Array(String),annotations:Enumerable(Tuple(Int32,String,String)))-class-method">
|
||||
<div class="signature">
|
||||
|
||||
def self.<strong>new</strong>(lines, annotations : Enumerable(Tuple(Int32, String, String)))
|
||||
def self.<strong>new</strong>(lines : Array(String), annotations : Enumerable(Tuple(Int32, String, String)))
|
||||
|
||||
<a class="method-permalink" href="#new%28lines%2Cannotations%3AEnumerable%28Tuple%28Int32%2CString%2CString%29%29%29-class-method">#</a>
|
||||
<a class="method-permalink" href="#new%28lines%3AArray%28String%29%2Cannotations%3AEnumerable%28Tuple%28Int32%2CString%2CString%29%29%29-class-method">#</a>
|
||||
</div>
|
||||
|
||||
<div class="doc">
|
||||
|
@ -941,17 +941,17 @@ text via <code><a href="../../Ameba/Spec/AnnotatedSource.html#to_s%28io%29-insta
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/spec/annotated_source.cr#L40" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/spec/annotated_source.cr#L40" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="entry-detail" id="new(lines,issues:Enumerable(Issue))-class-method">
|
||||
<div class="entry-detail" id="new(lines:Array(String),issues:Enumerable(Issue))-class-method">
|
||||
<div class="signature">
|
||||
|
||||
def self.<strong>new</strong>(lines, issues : Enumerable(<a href="../../Ameba/Issue.html">Issue</a>))
|
||||
def self.<strong>new</strong>(lines : Array(String), issues : Enumerable(<a href="../../Ameba/Issue.html">Issue</a>))
|
||||
|
||||
<a class="method-permalink" href="#new%28lines%2Cissues%3AEnumerable%28Issue%29%29-class-method">#</a>
|
||||
<a class="method-permalink" href="#new%28lines%3AArray%28String%29%2Cissues%3AEnumerable%28Issue%29%29-class-method">#</a>
|
||||
</div>
|
||||
|
||||
<div class="doc">
|
||||
|
@ -964,7 +964,7 @@ text via <code><a href="../../Ameba/Spec/AnnotatedSource.html#to_s%28io%29-insta
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/spec/annotated_source.cr#L48" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/spec/annotated_source.cr#L48" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -998,7 +998,7 @@ code line number that each annotation corresponds to.</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/spec/annotated_source.cr#L15" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/spec/annotated_source.cr#L15" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1035,7 +1035,7 @@ code line number that each annotation corresponds to.</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/spec/annotated_source.cr#L52" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/spec/annotated_source.cr#L52" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1057,7 +1057,7 @@ The prefix is empty if the annotation is at the end of a code line.</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/spec/annotated_source.cr#L11" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/spec/annotated_source.cr#L11" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1073,7 +1073,7 @@ The prefix is empty if the annotation is at the end of a code line.</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/spec/annotated_source.cr#L7" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/spec/annotated_source.cr#L7" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1110,7 +1110,7 @@ source1.to_s <span class="o">==</span> source2.to_s <span class="c"># => true
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/spec/annotated_source.cr#L103" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/spec/annotated_source.cr#L103" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -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">
|
||||
|
||||
|
@ -746,7 +746,7 @@
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/spec/be_valid.cr#L2" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/spec/be_valid.cr#L2" target="_blank">
|
||||
ameba/spec/be_valid.cr
|
||||
</a>
|
||||
|
||||
|
@ -811,7 +811,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/spec/be_valid.cr#L3" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/spec/be_valid.cr#L3" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -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">
|
||||
|
||||
|
@ -748,7 +748,7 @@
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/spec/be_valid.cr#L8" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/spec/be_valid.cr#L8" target="_blank">
|
||||
ameba/spec/be_valid.cr
|
||||
</a>
|
||||
|
||||
|
@ -871,7 +871,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/spec/be_valid.cr#L8" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/spec/be_valid.cr#L8" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -901,7 +901,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/spec/be_valid.cr#L13" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/spec/be_valid.cr#L13" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -917,7 +917,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/spec/be_valid.cr#L8" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/spec/be_valid.cr#L8" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -933,7 +933,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/spec/be_valid.cr#L9" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/spec/be_valid.cr#L9" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -949,7 +949,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/spec/be_valid.cr#L22" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/spec/be_valid.cr#L22" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -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">
|
||||
|
||||
|
@ -848,7 +848,7 @@ issue messages with <code>[...]</code>:</p>
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/spec/expect_issue.cr#L96" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/spec/expect_issue.cr#L96" target="_blank">
|
||||
ameba/spec/expect_issue.cr
|
||||
</a>
|
||||
|
||||
|
@ -947,7 +947,7 @@ issue messages with <code>[...]</code>:</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/spec/expect_issue.cr#L131" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/spec/expect_issue.cr#L131" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -963,7 +963,7 @@ issue messages with <code>[...]</code>:</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/spec/expect_issue.cr#L99" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/spec/expect_issue.cr#L99" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -979,7 +979,7 @@ issue messages with <code>[...]</code>:</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/spec/expect_issue.cr#L146" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/spec/expect_issue.cr#L146" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -995,7 +995,7 @@ issue messages with <code>[...]</code>:</p>
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/spec/expect_issue.cr#L156" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/spec/expect_issue.cr#L156" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -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">
|
||||
|
||||
|
@ -762,7 +762,7 @@
|
|||
</h2>
|
||||
|
||||
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/spec/util.cr#L1" target="_blank">
|
||||
<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/spec/util.cr#L1" target="_blank">
|
||||
ameba/spec/util.cr
|
||||
</a>
|
||||
|
||||
|
@ -827,7 +827,7 @@
|
|||
<br/>
|
||||
<div>
|
||||
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/spec/util.cr#L2" target="_blank">View source</a>]
|
||||
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/spec/util.cr#L2" target="_blank">View source</a>]
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue