Deploying to gh-pages from @ 63a6c73dc0 🚀

This commit is contained in:
Sija 2021-11-16 21:31:29 +00:00
parent eed47a8980
commit de3ed410aa
117 changed files with 6301 additions and 690 deletions

View file

@ -51,6 +51,11 @@
<div class="types-list">
<ul>
<li class=" " data-id="ameba/toplevel" data-name="top level namespace">
<a href="../../toplevel.html">Top Level Namespace</a>
</li>
<li class="parent open current" data-id="ameba/Ameba" data-name="ameba">
<a href="../../Ameba.html">Ameba</a>
@ -156,6 +161,21 @@
</li>
<li class="parent " data-id="ameba/Ameba/Ext" data-name="ameba::ext">
<a href="../../Ameba/Ext.html">Ext</a>
<ul>
<li class=" " data-id="ameba/Ameba/Ext/Location" data-name="ameba::ext::location">
<a href="../../Ameba/Ext/Location.html">Location</a>
</li>
</ul>
</li>
<li class="parent " data-id="ameba/Ameba/Formatter" data-name="ameba::formatter">
<a href="../../Ameba/Formatter.html">Formatter</a>
@ -729,7 +749,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/255d10f9/src/ameba/spec/annotated_source.cr#L2" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/spec/annotated_source.cr#L2" target="_blank">
ameba/spec/annotated_source.cr
</a>
@ -911,7 +931,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/255d10f9/src/ameba/spec/annotated_source.cr#L40" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/spec/annotated_source.cr#L40" target="_blank">View source</a>]
</div>
</div>
@ -934,7 +954,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/255d10f9/src/ameba/spec/annotated_source.cr#L48" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/spec/annotated_source.cr#L48" target="_blank">View source</a>]
</div>
</div>
@ -968,7 +988,7 @@ code line number that each annotation corresponds to.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/255d10f9/src/ameba/spec/annotated_source.cr#L15" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/spec/annotated_source.cr#L15" target="_blank">View source</a>]
</div>
</div>
@ -1005,7 +1025,7 @@ code line number that each annotation corresponds to.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/255d10f9/src/ameba/spec/annotated_source.cr#L52" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/spec/annotated_source.cr#L52" target="_blank">View source</a>]
</div>
</div>
@ -1027,7 +1047,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/255d10f9/src/ameba/spec/annotated_source.cr#L11" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/spec/annotated_source.cr#L11" target="_blank">View source</a>]
</div>
</div>
@ -1043,7 +1063,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/255d10f9/src/ameba/spec/annotated_source.cr#L7" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/spec/annotated_source.cr#L7" target="_blank">View source</a>]
</div>
</div>
@ -1080,7 +1100,7 @@ source1.to_s <span class="o">==</span> source2.to_s <span class="c"># =&gt; true
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/255d10f9/src/ameba/spec/annotated_source.cr#L103" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/spec/annotated_source.cr#L103" target="_blank">View source</a>]
</div>
</div>

View file

@ -51,6 +51,11 @@
<div class="types-list">
<ul>
<li class=" " data-id="ameba/toplevel" data-name="top level namespace">
<a href="../../toplevel.html">Top Level Namespace</a>
</li>
<li class="parent open current" data-id="ameba/Ameba" data-name="ameba">
<a href="../../Ameba.html">Ameba</a>
@ -156,6 +161,21 @@
</li>
<li class="parent " data-id="ameba/Ameba/Ext" data-name="ameba::ext">
<a href="../../Ameba/Ext.html">Ext</a>
<ul>
<li class=" " data-id="ameba/Ameba/Ext/Location" data-name="ameba::ext::location">
<a href="../../Ameba/Ext/Location.html">Location</a>
</li>
</ul>
</li>
<li class="parent " data-id="ameba/Ameba/Formatter" data-name="ameba::formatter">
<a href="../../Ameba/Formatter.html">Formatter</a>
@ -716,7 +736,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/255d10f9/src/ameba/spec/be_valid.cr#L2" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/spec/be_valid.cr#L2" target="_blank">
ameba/spec/be_valid.cr
</a>
@ -781,7 +801,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/255d10f9/src/ameba/spec/be_valid.cr#L3" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/spec/be_valid.cr#L3" target="_blank">View source</a>]
</div>
</div>

View file

@ -51,6 +51,11 @@
<div class="types-list">
<ul>
<li class=" " data-id="ameba/toplevel" data-name="top level namespace">
<a href="../../toplevel.html">Top Level Namespace</a>
</li>
<li class="parent open current" data-id="ameba/Ameba" data-name="ameba">
<a href="../../Ameba.html">Ameba</a>
@ -156,6 +161,21 @@
</li>
<li class="parent " data-id="ameba/Ameba/Ext" data-name="ameba::ext">
<a href="../../Ameba/Ext.html">Ext</a>
<ul>
<li class=" " data-id="ameba/Ameba/Ext/Location" data-name="ameba::ext::location">
<a href="../../Ameba/Ext/Location.html">Location</a>
</li>
</ul>
</li>
<li class="parent " data-id="ameba/Ameba/Formatter" data-name="ameba::formatter">
<a href="../../Ameba/Formatter.html">Formatter</a>
@ -718,7 +738,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/255d10f9/src/ameba/spec/be_valid.cr#L8" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/spec/be_valid.cr#L8" target="_blank">
ameba/spec/be_valid.cr
</a>
@ -836,7 +856,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/255d10f9/src/ameba/spec/be_valid.cr#L8" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/spec/be_valid.cr#L8" target="_blank">View source</a>]
</div>
</div>
@ -866,7 +886,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/255d10f9/src/ameba/spec/be_valid.cr#L13" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/spec/be_valid.cr#L13" target="_blank">View source</a>]
</div>
</div>
@ -882,7 +902,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/255d10f9/src/ameba/spec/be_valid.cr#L9" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/spec/be_valid.cr#L9" target="_blank">View source</a>]
</div>
</div>
@ -898,7 +918,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/255d10f9/src/ameba/spec/be_valid.cr#L22" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/spec/be_valid.cr#L22" target="_blank">View source</a>]
</div>
</div>

View file

@ -51,6 +51,11 @@
<div class="types-list">
<ul>
<li class=" " data-id="ameba/toplevel" data-name="top level namespace">
<a href="../../toplevel.html">Top Level Namespace</a>
</li>
<li class="parent open current" data-id="ameba/Ameba" data-name="ameba">
<a href="../../Ameba.html">Ameba</a>
@ -156,6 +161,21 @@
</li>
<li class="parent " data-id="ameba/Ameba/Ext" data-name="ameba::ext">
<a href="../../Ameba/Ext.html">Ext</a>
<ul>
<li class=" " data-id="ameba/Ameba/Ext/Location" data-name="ameba::ext::location">
<a href="../../Ameba/Ext/Location.html">Location</a>
</li>
</ul>
</li>
<li class="parent " data-id="ameba/Ameba/Formatter" data-name="ameba::formatter">
<a href="../../Ameba/Formatter.html">Formatter</a>
@ -818,7 +838,7 @@ issue messages with <code>[...]</code>:</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/255d10f9/src/ameba/spec/expect_issue.cr#L96" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/spec/expect_issue.cr#L96" target="_blank">
ameba/spec/expect_issue.cr
</a>
@ -917,7 +937,7 @@ issue messages with <code>[...]</code>:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/255d10f9/src/ameba/spec/expect_issue.cr#L131" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/spec/expect_issue.cr#L131" target="_blank">View source</a>]
</div>
</div>
@ -933,7 +953,7 @@ issue messages with <code>[...]</code>:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/255d10f9/src/ameba/spec/expect_issue.cr#L99" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/spec/expect_issue.cr#L99" target="_blank">View source</a>]
</div>
</div>
@ -949,7 +969,7 @@ issue messages with <code>[...]</code>:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/255d10f9/src/ameba/spec/expect_issue.cr#L146" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/spec/expect_issue.cr#L146" target="_blank">View source</a>]
</div>
</div>
@ -965,7 +985,7 @@ issue messages with <code>[...]</code>:</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/255d10f9/src/ameba/spec/expect_issue.cr#L156" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/spec/expect_issue.cr#L156" target="_blank">View source</a>]
</div>
</div>

View file

@ -51,6 +51,11 @@
<div class="types-list">
<ul>
<li class=" " data-id="ameba/toplevel" data-name="top level namespace">
<a href="../../toplevel.html">Top Level Namespace</a>
</li>
<li class="parent open current" data-id="ameba/Ameba" data-name="ameba">
<a href="../../Ameba.html">Ameba</a>
@ -156,6 +161,21 @@
</li>
<li class="parent " data-id="ameba/Ameba/Ext" data-name="ameba::ext">
<a href="../../Ameba/Ext.html">Ext</a>
<ul>
<li class=" " data-id="ameba/Ameba/Ext/Location" data-name="ameba::ext::location">
<a href="../../Ameba/Ext/Location.html">Location</a>
</li>
</ul>
</li>
<li class="parent " data-id="ameba/Ameba/Formatter" data-name="ameba::formatter">
<a href="../../Ameba/Formatter.html">Formatter</a>
@ -732,7 +752,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/255d10f9/src/ameba/spec/util.cr#L1" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/spec/util.cr#L1" target="_blank">
ameba/spec/util.cr
</a>
@ -797,7 +817,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/255d10f9/src/ameba/spec/util.cr#L2" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/63a6c73d/src/ameba/spec/util.cr#L2" target="_blank">View source</a>]
</div>
</div>