From 97f4d31b255c0a2020457e4bd72dfceadee76e19 Mon Sep 17 00:00:00 2001
From: Sija
Date: Tue, 9 Jan 2024 20:13:27 +0000
Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20crystal-?=
=?UTF-8?q?ameba/ameba@b6bd74e02fd839d65e9811cb914cc4cdc46a5431=20?=
=?UTF-8?q?=F0=9F=9A=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
404.html | 2 +-
Ameba.html | 32 ++--
Ameba/AST.html | 38 ++---
Ameba/AST/Argument.html | 42 +++--
Ameba/AST/Assignment.html | 52 +++---
Ameba/AST/BaseVisitor.html | 25 ++-
Ameba/AST/Branch.html | 42 +++--
Ameba/AST/Branchable.html | 43 +++--
Ameba/AST/CountingVisitor.html | 29 ++--
Ameba/AST/FlowExpression.html | 41 +++--
Ameba/AST/FlowExpressionVisitor.html | 19 ++-
Ameba/AST/InstanceVariable.html | 38 +++--
Ameba/AST/NodeVisitor.html | 84 ++++++----
Ameba/AST/NodeVisitor/Category.html | 38 ++++-
.../RedundantControlExpressionVisitor.html | 26 +--
Ameba/AST/Reference.html | 27 ++-
Ameba/AST/Scope.html | 94 ++++++-----
Ameba/AST/ScopeVisitor.html | 18 +-
Ameba/AST/TopLevelNodesVisitor.html | 29 ++--
Ameba/AST/TypeDecVariable.html | 36 ++--
Ameba/AST/Util.html | 44 ++---
Ameba/AST/Variable.html | 100 +++++++----
Ameba/Config.html | 55 +++---
Ameba/Ext.html | 4 +-
Ameba/Ext/Location.html | 18 +-
Ameba/Formatter.html | 18 +-
Ameba/Formatter/BaseFormatter.html | 36 ++--
Ameba/Formatter/DisabledFormatter.html | 23 ++-
Ameba/Formatter/DotFormatter.html | 30 +++-
Ameba/Formatter/ExplainFormatter.html | 29 ++--
Ameba/Formatter/FlycheckFormatter.html | 23 ++-
Ameba/Formatter/JSONFormatter.html | 29 ++--
Ameba/Formatter/TODOFormatter.html | 31 +++-
Ameba/Formatter/Util.html | 22 +--
Ameba/GlobUtils.html | 16 +-
Ameba/InlineComments.html | 18 +-
Ameba/InlineComments/Action.html | 28 +++-
Ameba/Issue.html | 49 +++---
Ameba/Issue/Status.html | 28 +++-
Ameba/Presenter.html | 8 +-
Ameba/Presenter/BasePresenter.html | 22 ++-
Ameba/Presenter/RuleCollectionPresenter.html | 23 ++-
Ameba/Presenter/RulePresenter.html | 23 ++-
Ameba/Reportable.html | 39 +++--
Ameba/Rule.html | 6 +-
Ameba/Rule/Base.html | 157 ++++++++++--------
Ameba/Rule/Documentation.html | 6 +-
Ameba/Rule/Documentation/Documentation.html | 76 ++++++---
.../DocumentationAdmonition.html | 66 ++++++--
Ameba/Rule/Layout.html | 8 +-
Ameba/Rule/Layout/LineLength.html | 66 ++++++--
Ameba/Rule/Layout/TrailingBlankLines.html | 66 ++++++--
Ameba/Rule/Layout/TrailingWhitespace.html | 66 ++++++--
Ameba/Rule/Lint.html | 76 ++++-----
Ameba/Rule/Lint/AmbiguousAssignment.html | 69 ++++++--
Ameba/Rule/Lint/BadDirective.html | 66 ++++++--
Ameba/Rule/Lint/ComparisonToBoolean.html | 69 ++++++--
Ameba/Rule/Lint/DebugCalls.html | 66 ++++++--
Ameba/Rule/Lint/DebuggerStatement.html | 66 ++++++--
Ameba/Rule/Lint/DuplicatedRequire.html | 66 ++++++--
Ameba/Rule/Lint/EmptyEnsure.html | 66 ++++++--
Ameba/Rule/Lint/EmptyExpression.html | 66 ++++++--
Ameba/Rule/Lint/EmptyLoop.html | 71 ++++++--
Ameba/Rule/Lint/Formatting.html | 66 ++++++--
Ameba/Rule/Lint/HashDuplicatedKey.html | 66 ++++++--
.../Lint/LiteralAssignmentsInExpressions.html | 69 ++++++--
Ameba/Rule/Lint/LiteralInCondition.html | 69 ++++++--
Ameba/Rule/Lint/LiteralInInterpolation.html | 69 ++++++--
Ameba/Rule/Lint/LiteralsComparison.html | 69 ++++++--
Ameba/Rule/Lint/MissingBlockArgument.html | 68 ++++++--
Ameba/Rule/Lint/NotNil.html | 68 ++++++--
Ameba/Rule/Lint/NotNilAfterNoBang.html | 71 ++++++--
Ameba/Rule/Lint/PercentArrays.html | 66 ++++++--
Ameba/Rule/Lint/RandZero.html | 66 ++++++--
Ameba/Rule/Lint/RedundantStringCoercion.html | 69 ++++++--
Ameba/Rule/Lint/RedundantWithIndex.html | 66 ++++++--
Ameba/Rule/Lint/RedundantWithObject.html | 66 ++++++--
Ameba/Rule/Lint/ShadowedArgument.html | 68 ++++++--
Ameba/Rule/Lint/ShadowedException.html | 66 ++++++--
Ameba/Rule/Lint/ShadowingOuterLocalVar.html | 68 ++++++--
Ameba/Rule/Lint/SharedVarInFiber.html | 68 ++++++--
Ameba/Rule/Lint/SpecFilename.html | 66 ++++++--
Ameba/Rule/Lint/SpecFocus.html | 68 ++++++--
Ameba/Rule/Lint/Syntax.html | 66 ++++++--
Ameba/Rule/Lint/Typos.html | 70 ++++++--
Ameba/Rule/Lint/UnneededDisableDirective.html | 66 ++++++--
Ameba/Rule/Lint/UnreachableCode.html | 68 ++++++--
Ameba/Rule/Lint/UnusedArgument.html | 72 ++++++--
Ameba/Rule/Lint/UnusedBlockArgument.html | 68 ++++++--
Ameba/Rule/Lint/UselessAssign.html | 68 ++++++--
Ameba/Rule/Lint/UselessConditionInWhen.html | 66 ++++++--
Ameba/Rule/Metrics.html | 4 +-
Ameba/Rule/Metrics/CyclomaticComplexity.html | 66 ++++++--
Ameba/Rule/Naming.html | 26 +--
Ameba/Rule/Naming/AccessorMethodName.html | 68 ++++++--
Ameba/Rule/Naming/AsciiIdentifiers.html | 76 ++++++---
.../Naming/BinaryOperatorParameterName.html | 66 ++++++--
Ameba/Rule/Naming/BlockParameterName.html | 66 ++++++--
Ameba/Rule/Naming/ConstantNames.html | 66 ++++++--
Ameba/Rule/Naming/Filename.html | 68 ++++++--
Ameba/Rule/Naming/MethodNames.html | 66 ++++++--
Ameba/Rule/Naming/PredicateName.html | 66 ++++++--
Ameba/Rule/Naming/QueryBoolMethods.html | 69 ++++++--
.../Naming/RescuedExceptionsVariableName.html | 66 ++++++--
Ameba/Rule/Naming/TypeNames.html | 66 ++++++--
Ameba/Rule/Naming/VariableNames.html | 70 ++++++--
Ameba/Rule/Performance.html | 24 +--
Ameba/Rule/Performance/AnyAfterFilter.html | 78 +++++++--
Ameba/Rule/Performance/AnyInsteadOfEmpty.html | 75 +++++++--
Ameba/Rule/Performance/Base.html | 66 ++++++--
.../Performance/ChainedCallWithNoBang.html | 80 +++++++--
Ameba/Rule/Performance/CompactAfterMap.html | 80 +++++++--
.../Performance/ExcessiveAllocations.html | 80 +++++++--
.../Performance/FirstLastAfterFilter.html | 80 +++++++--
Ameba/Rule/Performance/FlattenAfterMap.html | 80 +++++++--
Ameba/Rule/Performance/MapInsteadOfBlock.html | 80 +++++++--
Ameba/Rule/Performance/MinMaxAfterMap.html | 80 +++++++--
Ameba/Rule/Performance/SizeAfterFilter.html | 80 +++++++--
Ameba/Rule/Style.html | 26 +--
Ameba/Rule/Style/GuardClause.html | 75 +++++++--
Ameba/Rule/Style/IsAFilter.html | 71 ++++++--
Ameba/Rule/Style/IsANil.html | 69 ++++++--
Ameba/Rule/Style/LargeNumbers.html | 66 ++++++--
.../Rule/Style/NegatedConditionsInUnless.html | 66 ++++++--
.../Style/ParenthesesAroundCondition.html | 66 ++++++--
Ameba/Rule/Style/RedundantBegin.html | 69 ++++++--
Ameba/Rule/Style/RedundantNext.html | 71 ++++++--
Ameba/Rule/Style/RedundantReturn.html | 71 ++++++--
Ameba/Rule/Style/UnlessElse.html | 66 ++++++--
Ameba/Rule/Style/VerboseBlock.html | 69 ++++++--
Ameba/Rule/Style/WhileTrue.html | 66 ++++++--
Ameba/Runner.html | 28 ++--
Ameba/Runner/InfiniteCorrectionLoopError.html | 21 ++-
Ameba/Severity.html | 36 ++--
Ameba/SeverityYamlConverter.html | 14 +-
Ameba/Source.html | 58 ++++---
Ameba/Source/Corrector.html | 78 +++++----
Ameba/Source/Rewriter.html | 42 +++--
Ameba/Spec.html | 6 +-
Ameba/Spec/AnnotatedSource.html | 32 ++--
Ameba/Spec/BeValid.html | 14 +-
Ameba/Spec/BeValidExpectation.html | 31 ++--
Ameba/Spec/ExpectIssue.html | 23 +--
Ameba/Spec/Util.html | 14 +-
Ameba/Tokenizer.html | 24 ++-
index.html | 2 +-
index.json | 2 +-
search-index.js | 2 +-
148 files changed, 5530 insertions(+), 2105 deletions(-)
diff --git a/404.html b/404.html
index 3b035cf4..9f24b31b 100644
--- a/404.html
+++ b/404.html
@@ -4,7 +4,7 @@
-
+
diff --git a/Ameba.html b/Ameba.html
index f9b455c6..f5f1f0a9 100644
--- a/Ameba.html
+++ b/Ameba.html
@@ -4,7 +4,7 @@
-
+
@@ -945,70 +945,70 @@ config.files = file_paths
-
+
ameba.cr
-
+
ameba/glob_utils.cr
-
+
ameba/inline_comments.cr
-
+
ameba/issue.cr
-
+
ameba/reportable.cr
-
+
ameba/runner.cr
-
+
ameba/severity.cr
-
+
ameba/source.cr
-
+
ameba/spec/support.cr
-
+
ameba/tokenizer.cr
@@ -1042,6 +1042,8 @@ config.files = file_paths
+
+
-
-