Deploying to gh-pages from @ 4700ae7649 🚀

This commit is contained in:
Sija 2022-10-29 16:15:17 +00:00
parent bf7d8e5dc8
commit 4d680b3aae
118 changed files with 4085 additions and 1280 deletions

View file

@ -898,7 +898,7 @@ that are tested by this rule, it should add an issue.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/a9ae491a/src/ameba/rule/base.cr#L29" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/4700ae76/src/ameba/rule/base.cr#L29" target="_blank">
ameba/rule/base.cr
</a>
@ -911,25 +911,6 @@ that are tested by this rule, it should add an issue.</p>
<h2>
<a id="class-method-summary" class="anchor" href="#class-method-summary">
<svg class="octicon-link" aria-hidden="true">
<use href="#octicon-link"/>
</svg>
</a>
Class Method Summary
</h2>
<ul class="list-summary">
<li class="entry-summary">
<a href="#parsed_doc-class-method" class="signature"><strong>.parsed_doc</strong></a>
<div class="summary"><p>Returns documentation for this rule if any.</p></div>
</li>
</ul>
<h2>
@ -1063,47 +1044,6 @@ that are tested by this rule, it should add an issue.</p>
<h2>
<a id="class-method-detail" class="anchor" href="#class-method-detail">
<svg class="octicon-link" aria-hidden="true">
<use href="#octicon-link"/>
</svg>
</a>
Class Method Detail
</h2>
<div class="entry-detail" id="parsed_doc-class-method">
<div class="signature">
def self.<strong>parsed_doc</strong>
<a class="method-permalink" href="#parsed_doc-class-method">#</a>
</div>
<div class="doc">
<p>Returns documentation for this rule if any.</p>
<pre><code class="language-crystal"><span class="k">module</span> <span class="t">Ameba</span>
<span class="c"># This is a test rule.</span>
<span class="c"># Does nothing.</span>
<span class="k">class</span> <span class="t">MyRule</span> <span class="o">&lt;</span> <span class="t">Ameba</span><span class="t">::</span><span class="t">Rule</span><span class="t">::</span><span class="t">Base</span>
<span class="k">def</span> <span class="m">test</span>(source)
<span class="k">end</span>
<span class="k">end</span>
<span class="k">end</span>
<span class="t">MyRule</span>.parsed_doc <span class="c"># =&gt; &quot;This is a test rule.\nDoes nothing.&quot;</span></code></pre>
</div>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/a9ae491a/src/ameba/rule/base.cr#L161" target="_blank">View source</a>]
</div>
</div>
<h2>
@ -1135,7 +1075,7 @@ that are tested by this rule, it should add an issue.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/a9ae491a/src/ameba/rule/base.cr#L107" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/4700ae76/src/ameba/rule/base.cr#L107" target="_blank">View source</a>]
</div>
</div>
@ -1159,7 +1099,7 @@ source.valid?</code></pre>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/a9ae491a/src/ameba/rule/base.cr#L52" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/4700ae76/src/ameba/rule/base.cr#L52" target="_blank">View source</a>]
</div>
</div>
@ -1183,7 +1123,7 @@ the one of the given source.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/a9ae491a/src/ameba/rule/base.cr#L90" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/4700ae76/src/ameba/rule/base.cr#L90" target="_blank">View source</a>]
</div>
</div>
@ -1209,7 +1149,7 @@ the one of the given source.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/a9ae491a/src/ameba/rule/base.cr#L79" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/4700ae76/src/ameba/rule/base.cr#L79" target="_blank">View source</a>]
</div>
</div>
@ -1239,7 +1179,7 @@ though usually the macro <code>def_hash</code> can be used to generate this meth
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/a9ae491a/src/ameba/rule/base.cr#L111" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/4700ae76/src/ameba/rule/base.cr#L111" target="_blank">View source</a>]
</div>
</div>
@ -1266,7 +1206,7 @@ though usually the macro <code>def_hash</code> can be used to generate this meth
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/a9ae491a/src/ameba/rule/base.cr#L66" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/4700ae76/src/ameba/rule/base.cr#L66" target="_blank">View source</a>]
</div>
</div>
@ -1289,7 +1229,7 @@ usual rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/a9ae491a/src/ameba/rule/base.cr#L103" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/4700ae76/src/ameba/rule/base.cr#L103" target="_blank">View source</a>]
</div>
</div>
@ -1305,7 +1245,7 @@ usual rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/a9ae491a/src/ameba/rule/base.cr#L41" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/4700ae76/src/ameba/rule/base.cr#L41" target="_blank">View source</a>]
</div>
</div>
@ -1329,7 +1269,7 @@ Must be overriten for other type of rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/a9ae491a/src/ameba/rule/base.cr#L37" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/4700ae76/src/ameba/rule/base.cr#L37" target="_blank">View source</a>]
</div>
</div>
@ -1357,7 +1297,7 @@ Must be overriten for other type of rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/a9ae491a/src/ameba/rule/base.cr#L115" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/4700ae76/src/ameba/rule/base.cr#L115" target="_blank">View source</a>]
</div>
</div>