From 8d0a0f7c6a23d4f9f87e153c728b7d8302472008 Mon Sep 17 00:00:00 2001
From: veelenga <3624712+veelenga@users.noreply.github.com>
Date: Sun, 31 Jan 2021 14:41:59 +0000
Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=2051b0a?=
=?UTF-8?q?07e810501895a71a8f8183ccf752d10d083=20=F0=9F=9A=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Ameba.html | 44 ++++----
Ameba/AST.html | 48 ++++-----
Ameba/AST/Argument.html | 46 ++++----
Ameba/AST/Assignment.html | 66 ++++++------
Ameba/AST/BaseVisitor.html | 26 ++---
Ameba/AST/Branch.html | 54 +++++-----
Ameba/AST/Branchable.html | 46 ++++----
Ameba/AST/CountingVisitor.html | 28 ++---
Ameba/AST/FlowExpression.html | 46 ++++----
Ameba/AST/FlowExpressionVisitor.html | 22 ++--
Ameba/AST/InstanceVariable.html | 40 +++----
Ameba/AST/NodeVisitor.html | 74 ++++++-------
.../RedundantControlExpressionVisitor.html | 28 ++---
Ameba/AST/Reference.html | 24 ++---
Ameba/AST/Scope.html | 100 +++++++++---------
Ameba/AST/ScopeVisitor.html | 22 ++--
Ameba/AST/Util.html | 40 +++----
Ameba/AST/Variable.html | 84 +++++++--------
Ameba/Config.html | 74 ++++++-------
Ameba/Formatter.html | 34 +++---
Ameba/Formatter/BaseFormatter.html | 34 +++---
Ameba/Formatter/DisabledFormatter.html | 22 ++--
Ameba/Formatter/DotFormatter.html | 26 ++---
Ameba/Formatter/ExplainFormatter.html | 30 +++---
Ameba/Formatter/FlycheckFormatter.html | 22 ++--
Ameba/Formatter/JSONFormatter.html | 30 +++---
Ameba/Formatter/TODOFormatter.html | 24 ++---
Ameba/Formatter/Util.html | 22 ++--
Ameba/GlobUtils.html | 28 ++---
Ameba/InlineComments.html | 34 +++---
Ameba/InlineComments/Action.html | 24 ++---
Ameba/Issue.html | 30 +++---
Ameba/Reportable.html | 34 +++---
Ameba/Rule.html | 24 ++---
Ameba/Rule/Base.html | 64 +++++------
Ameba/Rule/Layout.html | 24 ++---
Ameba/Rule/Layout/LineLength.html | 32 +++---
Ameba/Rule/Layout/TrailingBlankLines.html | 32 +++---
Ameba/Rule/Layout/TrailingWhitespace.html | 32 +++---
Ameba/Rule/Lint.html | 66 ++++++------
Ameba/Rule/Lint/BadDirective.html | 36 +++----
Ameba/Rule/Lint/ComparisonToBoolean.html | 36 +++----
Ameba/Rule/Lint/DebuggerStatement.html | 32 +++---
Ameba/Rule/Lint/EmptyEnsure.html | 40 +++----
Ameba/Rule/Lint/EmptyExpression.html | 42 ++++----
Ameba/Rule/Lint/EmptyLoop.html | 44 ++++----
Ameba/Rule/Lint/HashDuplicatedKey.html | 40 +++----
Ameba/Rule/Lint/LiteralInCondition.html | 42 ++++----
Ameba/Rule/Lint/LiteralInInterpolation.html | 36 +++----
Ameba/Rule/Lint/PercentArrays.html | 44 ++++----
Ameba/Rule/Lint/RandZero.html | 40 +++----
Ameba/Rule/Lint/RedundantStringCoercion.html | 40 +++----
Ameba/Rule/Lint/RedundantWithIndex.html | 44 ++++----
Ameba/Rule/Lint/RedundantWithObject.html | 44 ++++----
Ameba/Rule/Lint/ShadowedArgument.html | 42 ++++----
Ameba/Rule/Lint/ShadowedException.html | 40 +++----
Ameba/Rule/Lint/ShadowingOuterLocalVar.html | 44 ++++----
Ameba/Rule/Lint/SharedVarInFiber.html | 46 ++++----
Ameba/Rule/Lint/Syntax.html | 32 +++---
Ameba/Rule/Lint/UnneededDisableDirective.html | 40 +++----
Ameba/Rule/Lint/UnreachableCode.html | 50 ++++-----
Ameba/Rule/Lint/UnusedArgument.html | 46 ++++----
Ameba/Rule/Lint/UselessAssign.html | 42 ++++----
Ameba/Rule/Lint/UselessConditionInWhen.html | 40 +++----
Ameba/Rule/Metrics.html | 20 ++--
Ameba/Rule/Metrics/CyclomaticComplexity.html | 32 +++---
Ameba/Rule/Performance.html | 24 ++---
Ameba/Rule/Performance/AnyAfterFilter.html | 40 +++----
.../Performance/FirstLastAfterFilter.html | 42 ++++----
Ameba/Rule/Performance/SizeAfterFilter.html | 42 ++++----
Ameba/Rule/Style.html | 44 ++++----
Ameba/Rule/Style/ConstantNames.html | 40 +++----
Ameba/Rule/Style/IsANil.html | 40 +++----
Ameba/Rule/Style/LargeNumbers.html | 40 +++----
Ameba/Rule/Style/MethodNames.html | 40 +++----
.../Rule/Style/NegatedConditionsInUnless.html | 40 +++----
Ameba/Rule/Style/PredicateName.html | 40 +++----
Ameba/Rule/Style/RedundantBegin.html | 48 ++++-----
Ameba/Rule/Style/RedundantNext.html | 66 ++++++------
Ameba/Rule/Style/RedundantReturn.html | 66 ++++++------
Ameba/Rule/Style/TypeNames.html | 48 ++++-----
Ameba/Rule/Style/UnlessElse.html | 44 ++++----
Ameba/Rule/Style/VariableNames.html | 44 ++++----
Ameba/Rule/Style/WhileTrue.html | 40 +++----
Ameba/Runner.html | 40 +++----
Ameba/Severity.html | 34 +++---
Ameba/SeverityYamlConverter.html | 24 ++---
Ameba/Source.html | 40 +++----
Ameba/Tokenizer.html | 34 +++---
index.html | 46 ++++----
index.json | 2 +-
js/doc.js | 2 +-
search-index.js | 2 +-
93 files changed, 1813 insertions(+), 1813 deletions(-)
diff --git a/Ameba.html b/Ameba.html
index 9db12855..d78c2bf0 100644
--- a/Ameba.html
+++ b/Ameba.html
@@ -3,21 +3,16 @@
-
+
+
-
-
-
+
Ameba - ameba master
-
-
-
+
Ameba::AST - ameba master
-
-
-
+
Ameba::AST::Argument - ameba master
-
-
-
+
Ameba::AST::Assignment - ameba master
-
-
-
+
Ameba::AST::BaseVisitor - ameba master
-
-
-
+
Ameba::AST::Branch - ameba master
-
-
-
+
Ameba::AST::Branchable - ameba master
-
-
-
+
Ameba::AST::CountingVisitor - ameba master
-
-
-
+
Ameba::AST::FlowExpression - ameba master
-
-
-
+
Ameba::AST::FlowExpressionVisitor - ameba master
-
-
-
+
Ameba::AST::InstanceVariable - ameba master
-
-
-
+
Ameba::AST::NodeVisitor - ameba master
-
-
-
+
Ameba::AST::RedundantControlExpressionVisitor - ameba master
-
-
-
+
Ameba::AST::Reference - ameba master
-
-
-
+
Ameba::AST::Scope - ameba master
-
-
-
+
Ameba::AST::ScopeVisitor - ameba master
-
-
-
+
Ameba::AST::Util - ameba master
-
-
-
+
Ameba::AST::Variable - ameba master
-
-
-
+
Ameba::Config - ameba master
-
-
-
+
Ameba::Formatter - ameba master
-
-
-
+
Ameba::Formatter::BaseFormatter - ameba master
-
-
-
+
Ameba::Formatter::DisabledFormatter - ameba master
-
-
-
+
Ameba::Formatter::DotFormatter - ameba master
-
-
-
+
Ameba::Formatter::ExplainFormatter - ameba master
-
-
-
+
Ameba::Formatter::FlycheckFormatter - ameba master
-
-
-
+
Ameba::Formatter::JSONFormatter - ameba master
-
-
-
+
Ameba::Formatter::TODOFormatter - ameba master
-
-
-
+
Ameba::Formatter::Util - ameba master
-
-
-
+
Ameba::GlobUtils - ameba master
-
-
-
+
Ameba::InlineComments - ameba master
-
-
-
+
Ameba::InlineComments::Action - ameba master
-
-
-
+
Ameba::Issue - ameba master
-
-
-
+
Ameba::Reportable - ameba master
-
-
-
+
Ameba::Rule - ameba master
-
-
-
+
Ameba::Rule::Base - ameba master
-
-
-
+
Ameba::Rule::Layout - ameba master
-
-
-
+
Ameba::Rule::Layout::LineLength - ameba master
-
-
-
+
Ameba::Rule::Layout::TrailingBlankLines - ameba master
-
-
-
+
Ameba::Rule::Layout::TrailingWhitespace - ameba master
-
-
-
+
Ameba::Rule::Lint - ameba master
-
-
-
+
Ameba::Rule::Lint::BadDirective - ameba master
-
-
-
+
Ameba::Rule::Lint::ComparisonToBoolean - ameba master
-
-
-
+
Ameba::Rule::Lint::DebuggerStatement - ameba master
-
-
-
+
Ameba::Rule::Lint::EmptyEnsure - ameba master
-
-
-
+
Ameba::Rule::Lint::EmptyExpression - ameba master
-
-
-
+
Ameba::Rule::Lint::EmptyLoop - ameba master
-
-
-
+
Ameba::Rule::Lint::HashDuplicatedKey - ameba master
-
-
-
+
Ameba::Rule::Lint::LiteralInCondition - ameba master
-
-
-
+
Ameba::Rule::Lint::LiteralInInterpolation - ameba master
-
-
-
+
Ameba::Rule::Lint::PercentArrays - ameba master
-
-
-
+
Ameba::Rule::Lint::RandZero - ameba master
-
-
-
+
Ameba::Rule::Lint::RedundantStringCoercion - ameba master
-
-
-
+
Ameba::Rule::Lint::RedundantWithIndex - ameba master
-
-
-
+
Ameba::Rule::Lint::RedundantWithObject - ameba master
-
-
-
+
Ameba::Rule::Lint::ShadowedArgument - ameba master
-
-
-
+
Ameba::Rule::Lint::ShadowedException - ameba master
-
-
-
+
Ameba::Rule::Lint::ShadowingOuterLocalVar - ameba master
-
-
-
+
Ameba::Rule::Lint::SharedVarInFiber - ameba master
-
-
-
+
Ameba::Rule::Lint::Syntax - ameba master
-
-
-
+
Ameba::Rule::Lint::UnneededDisableDirective - ameba master
-
-
-
+
Ameba::Rule::Lint::UnreachableCode - ameba master
-
-
-
+
Ameba::Rule::Lint::UnusedArgument - ameba master
-
-
-
+
Ameba::Rule::Lint::UselessAssign - ameba master
-
-
-
+
Ameba::Rule::Lint::UselessConditionInWhen - ameba master
-
-
-
+
Ameba::Rule::Metrics - ameba master
-
-
-
+
Ameba::Rule::Metrics::CyclomaticComplexity - ameba master
-
-
-
+
Ameba::Rule::Performance - ameba master
-
-
-
+
Ameba::Rule::Performance::AnyAfterFilter - ameba master
-
-
-
+
Ameba::Rule::Performance::FirstLastAfterFilter - ameba master
-
-
-
+
Ameba::Rule::Performance::SizeAfterFilter - ameba master
-
-
-
+
Ameba::Rule::Style - ameba master
-
-
-
+
Ameba::Rule::Style::ConstantNames - ameba master
-
-
-
+
Ameba::Rule::Style::IsANil - ameba master
-
-
-
+
Ameba::Rule::Style::LargeNumbers - ameba master
-
-
-
+
Ameba::Rule::Style::MethodNames - ameba master
-
-
-
+
Ameba::Rule::Style::NegatedConditionsInUnless - ameba master
-
-
-
+
Ameba::Rule::Style::PredicateName - ameba master
-
-
-
+
Ameba::Rule::Style::RedundantBegin - ameba master
-
-
-
+
Ameba::Rule::Style::RedundantNext - ameba master
-
-
-
+
Ameba::Rule::Style::RedundantReturn - ameba master
-
-
-
+
Ameba::Rule::Style::TypeNames - ameba master
-
-
-
+
Ameba::Rule::Style::UnlessElse - ameba master
-
-
-
+
Ameba::Rule::Style::VariableNames - ameba master
-
-
-
+
Ameba::Rule::Style::WhileTrue - ameba master
-
-
-
+
Ameba::Runner - ameba master
-
-
-
+
Ameba::Severity - ameba master
-
-
-
+
Ameba::SeverityYamlConverter - ameba master
-
-
-
+
Ameba::Source - ameba master
-
-
-
+
Ameba::Tokenizer - ameba master
-
-
-
+
ameba master