Deploying to gh-pages from @ 1bef5fc5c1 🚀

This commit is contained in:
Sija 2022-08-01 21:51:27 +00:00
parent c19d6dd04d
commit 195180eea6
121 changed files with 1504 additions and 1504 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.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">
@ -781,7 +781,7 @@ callbacks in <code><a href="../../Ameba/Runner.html#run-instance-method">Ameba::
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/base_formatter.cr#L8" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/base_formatter.cr#L8" target="_blank">
ameba/formatter/base_formatter.cr
</a>
@ -803,7 +803,7 @@ callbacks in <code><a href="../../Ameba/Runner.html#run-instance-method">Ameba::
<ul class="list-summary">
<li class="entry-summary">
<a href="#new%28output%3DSTDOUT%29-class-method" class="signature"><strong>.new</strong>(output = <span class="t">STDOUT</span>)</a>
<a href="#new%28output%3AIO%3DSTDOUT%29-class-method" class="signature"><strong>.new</strong>(output : IO = <span class="t">STDOUT</span>)</a>
</li>
@ -903,18 +903,18 @@ callbacks in <code><a href="../../Ameba/Runner.html#run-instance-method">Ameba::
Constructor Detail
</h2>
<div class="entry-detail" id="new(output=STDOUT)-class-method">
<div class="entry-detail" id="new(output:IO=STDOUT)-class-method">
<div class="signature">
def self.<strong>new</strong>(output = <span class="t">STDOUT</span>)
def self.<strong>new</strong>(output : IO = <span class="t">STDOUT</span>)
<a class="method-permalink" href="#new%28output%3DSTDOUT%29-class-method">#</a>
<a class="method-permalink" href="#new%28output%3AIO%3DSTDOUT%29-class-method">#</a>
</div>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/base_formatter.cr#L13" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/base_formatter.cr#L13" target="_blank">View source</a>]
</div>
</div>
@ -944,7 +944,7 @@ callbacks in <code><a href="../../Ameba/Runner.html#run-instance-method">Ameba::
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/base_formatter.cr#L11" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/base_formatter.cr#L11" target="_blank">View source</a>]
</div>
</div>
@ -966,7 +966,7 @@ A list of inspected sources is passed as an argument.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/base_formatter.cr#L30" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/base_formatter.cr#L30" target="_blank">View source</a>]
</div>
</div>
@ -987,7 +987,7 @@ A list of inspected sources is passed as an argument.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/base_formatter.cr#L10" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/base_formatter.cr#L10" target="_blank">View source</a>]
</div>
</div>
@ -1009,7 +1009,7 @@ A corresponding source is passed as an argument.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/base_formatter.cr#L22" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/base_formatter.cr#L22" target="_blank">View source</a>]
</div>
</div>
@ -1031,7 +1031,7 @@ A corresponding source is passed as an argument.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/base_formatter.cr#L26" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/base_formatter.cr#L26" target="_blank">View source</a>]
</div>
</div>
@ -1053,7 +1053,7 @@ A list of sources to inspect is passed as an argument.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/base_formatter.cr#L18" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/base_formatter.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.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/formatter/disabled_formatter.cr#L3" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/disabled_formatter.cr#L3" target="_blank">
ameba/formatter/disabled_formatter.cr
</a>
@ -841,8 +841,8 @@
<h3>Constructor methods inherited from class <code><a href="../../Ameba/Formatter/BaseFormatter.html">Ameba::Formatter::BaseFormatter</a></code></h3>
<a href="../../Ameba/Formatter/BaseFormatter.html#new%28output%3DSTDOUT%29-class-method" class="tooltip">
<span>new(output = <span class="t">STDOUT</span>)</span>
<a href="../../Ameba/Formatter/BaseFormatter.html#new%28output%3AIO%3DSTDOUT%29-class-method" class="tooltip">
<span>new(output : IO = <span class="t">STDOUT</span>)</span>
new</a>
@ -909,7 +909,7 @@ A list of inspected sources is passed as an argument.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/disabled_formatter.cr#L4" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/disabled_formatter.cr#L4" 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.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">
@ -788,7 +788,7 @@ It is similar to Crystal's dot formatter for specs.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/dot_formatter.cr#L6" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/dot_formatter.cr#L6" target="_blank">
ameba/formatter/dot_formatter.cr
</a>
@ -918,8 +918,8 @@ It is similar to Crystal's dot formatter for specs.</p>
<h3>Constructor methods inherited from class <code><a href="../../Ameba/Formatter/BaseFormatter.html">Ameba::Formatter::BaseFormatter</a></code></h3>
<a href="../../Ameba/Formatter/BaseFormatter.html#new%28output%3DSTDOUT%29-class-method" class="tooltip">
<span>new(output = <span class="t">STDOUT</span>)</span>
<a href="../../Ameba/Formatter/BaseFormatter.html#new%28output%3AIO%3DSTDOUT%29-class-method" class="tooltip">
<span>new(output : IO = <span class="t">STDOUT</span>)</span>
new</a>
@ -981,7 +981,7 @@ It is similar to Crystal's dot formatter for specs.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/dot_formatter.cr#L27" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/dot_formatter.cr#L27" target="_blank">View source</a>]
</div>
</div>
@ -1002,7 +1002,7 @@ It is similar to Crystal's dot formatter for specs.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/dot_formatter.cr#L21" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/dot_formatter.cr#L21" target="_blank">View source</a>]
</div>
</div>
@ -1023,7 +1023,7 @@ It is similar to Crystal's dot formatter for specs.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/dot_formatter.cr#L13" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/dot_formatter.cr#L13" 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.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">
@ -774,7 +774,7 @@ a specific location.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/explain_formatter.cr#L6" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/explain_formatter.cr#L6" target="_blank">
ameba/formatter/explain_formatter.cr
</a>
@ -820,7 +820,7 @@ a specific location.</p>
<ul class="list-summary">
<li class="entry-summary">
<a href="#new%28output%2Clocation%29-class-method" class="signature"><strong>.new</strong>(output, location)</a>
<a href="#new%28output%3AIO%2Clocation%29-class-method" class="signature"><strong>.new</strong>(output : IO, location)</a>
<div class="summary"><p>Creates a new instance of ExplainFormatter.</p></div>
@ -933,12 +933,12 @@ a specific location.</p>
Constructor Detail
</h2>
<div class="entry-detail" id="new(output,location)-class-method">
<div class="entry-detail" id="new(output:IO,location)-class-method">
<div class="signature">
def self.<strong>new</strong>(output, location)
def self.<strong>new</strong>(output : IO, location)
<a class="method-permalink" href="#new%28output%2Clocation%29-class-method">#</a>
<a class="method-permalink" href="#new%28output%3AIO%2Clocation%29-class-method">#</a>
</div>
<div class="doc">
@ -953,7 +953,7 @@ Second argument is <em>location</em> which indicates the location to explain.</p
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/explain_formatter.cr#L23" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/explain_formatter.cr#L23" target="_blank">View source</a>]
</div>
</div>
@ -988,7 +988,7 @@ Second argument is <em>location</em> which indicates the location to explain.</p
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/explain_formatter.cr#L28" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/explain_formatter.cr#L28" target="_blank">View source</a>]
</div>
</div>
@ -1004,7 +1004,7 @@ Second argument is <em>location</em> which indicates the location to explain.</p
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/explain_formatter.cr#L13" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/explain_formatter.cr#L13" target="_blank">View source</a>]
</div>
</div>
@ -1020,7 +1020,7 @@ Second argument is <em>location</em> which indicates the location to explain.</p
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/explain_formatter.cr#L12" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/explain_formatter.cr#L12" 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.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/formatter/flycheck_formatter.cr#L2" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/flycheck_formatter.cr#L2" target="_blank">
ameba/formatter/flycheck_formatter.cr
</a>
@ -830,8 +830,8 @@
<h3>Constructor methods inherited from class <code><a href="../../Ameba/Formatter/BaseFormatter.html">Ameba::Formatter::BaseFormatter</a></code></h3>
<a href="../../Ameba/Formatter/BaseFormatter.html#new%28output%3DSTDOUT%29-class-method" class="tooltip">
<span>new(output = <span class="t">STDOUT</span>)</span>
<a href="../../Ameba/Formatter/BaseFormatter.html#new%28output%3AIO%3DSTDOUT%29-class-method" class="tooltip">
<span>new(output : IO = <span class="t">STDOUT</span>)</span>
new</a>
@ -898,7 +898,7 @@ A corresponding source is passed as an argument.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/flycheck_formatter.cr#L5" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/flycheck_formatter.cr#L5" 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.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">
@ -815,7 +815,7 @@
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/json_formatter.cr#L66" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/json_formatter.cr#L66" target="_blank">
ameba/formatter/json_formatter.cr
</a>
@ -928,8 +928,8 @@
<h3>Constructor methods inherited from class <code><a href="../../Ameba/Formatter/BaseFormatter.html">Ameba::Formatter::BaseFormatter</a></code></h3>
<a href="../../Ameba/Formatter/BaseFormatter.html#new%28output%3DSTDOUT%29-class-method" class="tooltip">
<span>new(output = <span class="t">STDOUT</span>)</span>
<a href="../../Ameba/Formatter/BaseFormatter.html#new%28output%3AIO%3DSTDOUT%29-class-method" class="tooltip">
<span>new(output : IO = <span class="t">STDOUT</span>)</span>
new</a>
@ -982,7 +982,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/json_formatter.cr#L67" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/json_formatter.cr#L67" target="_blank">View source</a>]
</div>
</div>
@ -1022,7 +1022,7 @@ A list of inspected sources is passed as an argument.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/json_formatter.cr#L88" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/json_formatter.cr#L88" target="_blank">View source</a>]
</div>
</div>
@ -1048,7 +1048,7 @@ A corresponding source is passed as an argument.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/json_formatter.cr#L75" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/json_formatter.cr#L75" target="_blank">View source</a>]
</div>
</div>
@ -1074,7 +1074,7 @@ A list of sources to inspect is passed as an argument.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/json_formatter.cr#L71" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/json_formatter.cr#L71" 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.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">
@ -761,7 +761,7 @@ or excludes failed sources from these rules.</p>
</h2>
<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/todo_formatter.cr#L5" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/todo_formatter.cr#L5" target="_blank">
ameba/formatter/todo_formatter.cr
</a>
@ -923,8 +923,8 @@ or excludes failed sources from these rules.</p>
<h3>Constructor methods inherited from class <code><a href="../../Ameba/Formatter/BaseFormatter.html">Ameba::Formatter::BaseFormatter</a></code></h3>
<a href="../../Ameba/Formatter/BaseFormatter.html#new%28output%3DSTDOUT%29-class-method" class="tooltip">
<span>new(output = <span class="t">STDOUT</span>)</span>
<a href="../../Ameba/Formatter/BaseFormatter.html#new%28output%3AIO%3DSTDOUT%29-class-method" class="tooltip">
<span>new(output : IO = <span class="t">STDOUT</span>)</span>
new</a>
@ -977,7 +977,7 @@ or excludes failed sources from these rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/todo_formatter.cr#L6" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/todo_formatter.cr#L6" target="_blank">View source</a>]
</div>
</div>
@ -1016,7 +1016,7 @@ or excludes failed sources from these rules.</p>
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/todo_formatter.cr#L9" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/todo_formatter.cr#L9" 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.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/formatter/util.cr#L2" target="_blank">
<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/util.cr#L2" target="_blank">
ameba/formatter/util.cr
</a>
@ -847,7 +847,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/util.cr#L43" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/util.cr#L43" target="_blank">View source</a>]
</div>
</div>
@ -863,7 +863,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/util.cr#L49" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/util.cr#L49" target="_blank">View source</a>]
</div>
</div>
@ -879,7 +879,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/util.cr#L17" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/util.cr#L17" target="_blank">View source</a>]
</div>
</div>
@ -895,7 +895,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/util.cr#L3" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/util.cr#L3" target="_blank">View source</a>]
</div>
</div>
@ -911,7 +911,7 @@
<br/>
<div>
[<a href="https://github.com/crystal-ameba/ameba/blob/8a122291/src/ameba/formatter/util.cr#L7" target="_blank">View source</a>]
[<a href="https://github.com/crystal-ameba/ameba/blob/1bef5fc5/src/ameba/formatter/util.cr#L7" target="_blank">View source</a>]
</div>
</div>