Deploying to gh-pages from @ 80532da357 🚀

This commit is contained in:
veelenga 2022-10-14 18:10:09 +00:00
parent 5691d407a5
commit 017e9a8722
121 changed files with 1270 additions and 1270 deletions

View file

@ -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.4.1">
<meta name="generator" content="Crystal Docs 1.5.0">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -736,9 +736,9 @@
<p>A rule that disallows lines longer than <code><a href="../../../Ameba/Rule/Layout/LineLength.html#max_length%3AInt32-instance-method">#max_length</a></code> number of symbols.</p>
<p>YAML configuration example:</p>
<pre><code class="language-crystal">Layout/LineLength:
Enabled: true
MaxLength: 100</code></pre>
<pre><code class="language-crystal"><span class="t">Layout</span><span class="o">/</span><span class="t">LineLength</span>:
<span class="t">Enabled</span>: <span class="n">true</span>
<span class="t">MaxLength</span>: <span class="n">100</span></code></pre>
@ -779,7 +779,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/97acedae/src/ameba/rule/layout/line_length.cr#L11" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/80532da3/src/ameba/rule/layout/line_length.cr#L11" target="_blank">
ameba/rule/layout/line_length.cr
</a>
@ -1061,15 +1061,15 @@
<p>A rule that disallows lines longer than <code><a href="../../../Ameba/Rule/Layout/LineLength.html#max_length%3AInt32-instance-method">#max_length</a></code> number of symbols.</p>
<p>YAML configuration example:</p>
<pre><code class="language-crystal">Layout/LineLength:
Enabled: true
MaxLength: 100</code></pre>
<pre><code class="language-crystal"><span class="t">Layout</span><span class="o">/</span><span class="t">LineLength</span>:
<span class="t">Enabled</span>: <span class="n">true</span>
<span class="t">MaxLength</span>: <span class="n">100</span></code></pre>
</div>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/97acedae/src/ameba/rule/layout/line_length.cr#L11" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/80532da3/src/ameba/rule/layout/line_length.cr#L11" target="_blank">View source</a>]
</div>
</div>
@ -1239,7 +1239,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/97acedae/src/ameba/rule/layout/line_length.cr#L20" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/80532da3/src/ameba/rule/layout/line_length.cr#L20" target="_blank">View source</a>]
</div>
</div>

View file

@ -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.4.1">
<meta name="generator" content="Crystal Docs 1.5.0">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -736,8 +736,8 @@
<p>A rule that disallows trailing blank lines at the end of the source file.</p>
<p>YAML configuration example:</p>
<pre><code class="language-crystal">Layout/TrailingBlankLines:
Enabled: true</code></pre>
<pre><code class="language-crystal"><span class="t">Layout</span><span class="o">/</span><span class="t">TrailingBlankLines</span>:
<span class="t">Enabled</span>: <span class="n">true</span></code></pre>
@ -778,7 +778,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/97acedae/src/ameba/rule/layout/trailing_blank_lines.cr#L10" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/80532da3/src/ameba/rule/layout/trailing_blank_lines.cr#L10" target="_blank">
ameba/rule/layout/trailing_blank_lines.cr
</a>
@ -1055,14 +1055,14 @@
<p>A rule that disallows trailing blank lines at the end of the source file.</p>
<p>YAML configuration example:</p>
<pre><code class="language-crystal">Layout/TrailingBlankLines:
Enabled: true</code></pre>
<pre><code class="language-crystal"><span class="t">Layout</span><span class="o">/</span><span class="t">TrailingBlankLines</span>:
<span class="t">Enabled</span>: <span class="n">true</span></code></pre>
</div>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/97acedae/src/ameba/rule/layout/trailing_blank_lines.cr#L10" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/80532da3/src/ameba/rule/layout/trailing_blank_lines.cr#L10" target="_blank">View source</a>]
</div>
</div>
@ -1204,7 +1204,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/97acedae/src/ameba/rule/layout/trailing_blank_lines.cr#L18" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/80532da3/src/ameba/rule/layout/trailing_blank_lines.cr#L18" target="_blank">View source</a>]
</div>
</div>

View file

@ -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.4.1">
<meta name="generator" content="Crystal Docs 1.5.0">
<meta name="crystal_docs.project_version" content="master">
<meta name="crystal_docs.project_name" content="ameba">
@ -736,8 +736,8 @@
<p>A rule that disallows trailing whitespaces.</p>
<p>YAML configuration example:</p>
<pre><code class="language-crystal">Layout/TrailingWhitespace:
Enabled: true</code></pre>
<pre><code class="language-crystal"><span class="t">Layout</span><span class="o">/</span><span class="t">TrailingWhitespace</span>:
<span class="t">Enabled</span>: <span class="n">true</span></code></pre>
@ -778,7 +778,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/97acedae/src/ameba/rule/layout/trailing_whitespace.cr#L10" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/80532da3/src/ameba/rule/layout/trailing_whitespace.cr#L10" target="_blank">
ameba/rule/layout/trailing_whitespace.cr
</a>
@ -1050,14 +1050,14 @@
<p>A rule that disallows trailing whitespaces.</p>
<p>YAML configuration example:</p>
<pre><code class="language-crystal">Layout/TrailingWhitespace:
Enabled: true</code></pre>
<pre><code class="language-crystal"><span class="t">Layout</span><span class="o">/</span><span class="t">TrailingWhitespace</span>:
<span class="t">Enabled</span>: <span class="n">true</span></code></pre>
</div>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/97acedae/src/ameba/rule/layout/trailing_whitespace.cr#L10" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/80532da3/src/ameba/rule/layout/trailing_whitespace.cr#L10" target="_blank">View source</a>]
</div>
</div>
@ -1199,7 +1199,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/97acedae/src/ameba/rule/layout/trailing_whitespace.cr#L17" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/80532da3/src/ameba/rule/layout/trailing_whitespace.cr#L17" target="_blank">View source</a>]
</div>
</div>