From 77d336e2c8ddf582c7f7949a94087bc201c60a4b Mon Sep 17 00:00:00 2001 From: Sija Date: Tue, 10 Jan 2023 12:25:04 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20crystal-?= =?UTF-8?q?ameba/ameba@e58f90009f8b08c5b6ee1fa3d36641e89972f6db=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 | 24 ++-- Ameba/AST.html | 34 +++--- Ameba/AST/Argument.html | 28 ++--- Ameba/AST/Assignment.html | 48 ++++---- Ameba/AST/BaseVisitor.html | 8 +- Ameba/AST/Branch.html | 28 ++--- Ameba/AST/Branchable.html | 46 ++++---- Ameba/AST/CountingVisitor.html | 12 +- Ameba/AST/FlowExpression.html | 28 ++--- Ameba/AST/FlowExpressionVisitor.html | 10 +- Ameba/AST/InstanceVariable.html | 24 ++-- Ameba/AST/NodeVisitor.html | 56 ++++----- .../RedundantControlExpressionVisitor.html | 12 +- Ameba/AST/Reference.html | 12 +- Ameba/AST/Scope.html | 82 ++++++------- Ameba/AST/ScopeVisitor.html | 6 +- Ameba/AST/TopLevelNodesVisitor.html | 12 +- Ameba/AST/Util.html | 44 +++---- Ameba/AST/Variable.html | 62 +++++----- Ameba/Config.html | 38 +++--- Ameba/Ext.html | 4 +- Ameba/Ext/Location.html | 10 +- Ameba/Formatter.html | 18 +-- Ameba/Formatter/BaseFormatter.html | 18 +-- Ameba/Formatter/DisabledFormatter.html | 6 +- Ameba/Formatter/DotFormatter.html | 14 +-- Ameba/Formatter/ExplainFormatter.html | 16 +-- Ameba/Formatter/FlycheckFormatter.html | 6 +- Ameba/Formatter/JSONFormatter.html | 12 +- Ameba/Formatter/TODOFormatter.html | 12 +- Ameba/Formatter/Util.html | 22 ++-- Ameba/GlobUtils.html | 8 +- Ameba/InlineComments.html | 18 +-- Ameba/InlineComments/Action.html | 8 +- Ameba/Issue.html | 56 ++++----- Ameba/Issue/Status.html | 8 +- Ameba/Reportable.html | 108 +++++++++--------- Ameba/Rule.html | 6 +- Ameba/Rule/Base.html | 24 ++-- Ameba/Rule/Layout.html | 8 +- Ameba/Rule/Layout/LineLength.html | 32 +++--- Ameba/Rule/Layout/TrailingBlankLines.html | 32 +++--- Ameba/Rule/Layout/TrailingWhitespace.html | 32 +++--- Ameba/Rule/Lint.html | 72 ++++++------ Ameba/Rule/Lint/AmbiguousAssignment.html | 36 +++--- Ameba/Rule/Lint/BadDirective.html | 32 +++--- Ameba/Rule/Lint/ComparisonToBoolean.html | 36 +++--- Ameba/Rule/Lint/DebugCalls.html | 32 +++--- Ameba/Rule/Lint/DebuggerStatement.html | 32 +++--- Ameba/Rule/Lint/DuplicatedRequire.html | 32 +++--- Ameba/Rule/Lint/EmptyEnsure.html | 32 +++--- Ameba/Rule/Lint/EmptyExpression.html | 64 +++-------- Ameba/Rule/Lint/EmptyLoop.html | 38 +++--- Ameba/Rule/Lint/Formatting.html | 32 +++--- Ameba/Rule/Lint/HashDuplicatedKey.html | 32 +++--- .../Lint/LiteralAssignmentsInExpressions.html | 36 +++--- Ameba/Rule/Lint/LiteralInCondition.html | 36 +++--- Ameba/Rule/Lint/LiteralInInterpolation.html | 36 +++--- Ameba/Rule/Lint/LiteralsComparison.html | 36 +++--- Ameba/Rule/Lint/MissingBlockArgument.html | 38 +++--- Ameba/Rule/Lint/NotNil.html | 38 +++--- Ameba/Rule/Lint/NotNilAfterNoBang.html | 38 +++--- Ameba/Rule/Lint/PercentArrays.html | 32 +++--- Ameba/Rule/Lint/RandZero.html | 32 +++--- Ameba/Rule/Lint/RedundantStringCoercion.html | 36 +++--- Ameba/Rule/Lint/RedundantWithIndex.html | 32 +++--- Ameba/Rule/Lint/RedundantWithObject.html | 32 +++--- Ameba/Rule/Lint/ShadowedArgument.html | 34 +++--- Ameba/Rule/Lint/ShadowedException.html | 32 +++--- Ameba/Rule/Lint/ShadowingOuterLocalVar.html | 34 +++--- Ameba/Rule/Lint/SharedVarInFiber.html | 34 +++--- Ameba/Rule/Lint/SpecFocus.html | 34 +++--- Ameba/Rule/Lint/Syntax.html | 32 +++--- Ameba/Rule/Lint/UnneededDisableDirective.html | 32 +++--- Ameba/Rule/Lint/UnreachableCode.html | 38 +++--- Ameba/Rule/Lint/UnusedArgument.html | 38 +++--- Ameba/Rule/Lint/UnusedBlockArgument.html | 38 +++--- Ameba/Rule/Lint/UselessAssign.html | 34 +++--- Ameba/Rule/Lint/UselessConditionInWhen.html | 32 +++--- Ameba/Rule/Metrics.html | 4 +- Ameba/Rule/Metrics/CyclomaticComplexity.html | 36 +++--- Ameba/Rule/Performance.html | 20 ++-- Ameba/Rule/Performance/AnyAfterFilter.html | 36 +++--- Ameba/Rule/Performance/AnyInsteadOfEmpty.html | 40 +++---- Ameba/Rule/Performance/Base.html | 16 +-- .../Performance/ChainedCallWithNoBang.html | 42 +++---- Ameba/Rule/Performance/CompactAfterMap.html | 38 +++--- .../Performance/FirstLastAfterFilter.html | 38 +++--- Ameba/Rule/Performance/FlattenAfterMap.html | 38 +++--- Ameba/Rule/Performance/MapInsteadOfBlock.html | 38 +++--- Ameba/Rule/Performance/SizeAfterFilter.html | 38 +++--- Ameba/Rule/Style.html | 38 +++--- Ameba/Rule/Style/ConstantNames.html | 32 +++--- Ameba/Rule/Style/GuardClause.html | 42 +++---- Ameba/Rule/Style/IsAFilter.html | 34 +++--- Ameba/Rule/Style/IsANil.html | 36 +++--- Ameba/Rule/Style/LargeNumbers.html | 32 +++--- Ameba/Rule/Style/MethodNames.html | 36 +++--- .../Rule/Style/NegatedConditionsInUnless.html | 32 +++--- .../Style/ParenthesesAroundCondition.html | 32 +++--- Ameba/Rule/Style/PredicateName.html | 32 +++--- Ameba/Rule/Style/QueryBoolMethods.html | 36 +++--- Ameba/Rule/Style/RedundantBegin.html | 36 +++--- Ameba/Rule/Style/RedundantNext.html | 38 +++--- Ameba/Rule/Style/RedundantReturn.html | 38 +++--- Ameba/Rule/Style/TypeNames.html | 32 +++--- Ameba/Rule/Style/UnlessElse.html | 32 +++--- Ameba/Rule/Style/VariableNames.html | 34 +++--- Ameba/Rule/Style/VerboseBlock.html | 68 +++++------ Ameba/Rule/Style/WhileTrue.html | 32 +++--- Ameba/Runner.html | 14 +-- Ameba/Runner/InfiniteCorrectionLoopError.html | 6 +- Ameba/Severity.html | 16 +-- Ameba/SeverityYamlConverter.html | 8 +- Ameba/Source.html | 40 +++---- Ameba/Source/Corrector.html | 64 +++++------ Ameba/Source/Rewriter.html | 28 ++--- Ameba/Spec.html | 6 +- Ameba/Spec/AnnotatedSource.html | 18 +-- Ameba/Spec/BeValid.html | 6 +- Ameba/Spec/BeValidExpectation.html | 14 +-- Ameba/Spec/ExpectIssue.html | 12 +- Ameba/Spec/Util.html | 6 +- Ameba/Tokenizer.html | 10 +- index.html | 2 +- index.json | 2 +- search-index.js | 2 +- 128 files changed, 1851 insertions(+), 1877 deletions(-) diff --git a/404.html b/404.html index 1905bd89..573dc70f 100644 --- a/404.html +++ b/404.html @@ -3,7 +3,7 @@ - + diff --git a/Ameba.html b/Ameba.html index 76392670..0e04942e 100644 --- a/Ameba.html +++ b/Ameba.html @@ -3,7 +3,7 @@ - + @@ -819,70 +819,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 @@ -977,7 +977,7 @@ Can be configured via config parameter.


- [View source] + [View source]
diff --git a/Ameba/AST.html b/Ameba/AST.html index a371ce36..4e741443 100644 --- a/Ameba/AST.html +++ b/Ameba/AST.html @@ -3,7 +3,7 @@ - + @@ -797,112 +797,112 @@ - + ameba/ast/branch.cr
- + ameba/ast/branchable.cr
- + ameba/ast/flow_expression.cr
- + ameba/ast/scope.cr
- + ameba/ast/variabling/argument.cr
- + ameba/ast/variabling/assignment.cr
- + ameba/ast/variabling/ivariable.cr
- + ameba/ast/variabling/reference.cr
- + ameba/ast/variabling/variable.cr
- + ameba/ast/visitors/base_visitor.cr
- + ameba/ast/visitors/counting_visitor.cr
- + ameba/ast/visitors/flow_expression_visitor.cr
- + ameba/ast/visitors/node_visitor.cr
- + ameba/ast/visitors/redundant_control_expression_visitor.cr
- + ameba/ast/visitors/scope_visitor.cr
- + ameba/ast/visitors/top_level_nodes_visitor.cr diff --git a/Ameba/AST/Argument.html b/Ameba/AST/Argument.html index 002a615b..4cdc2c5e 100644 --- a/Ameba/AST/Argument.html +++ b/Ameba/AST/Argument.html @@ -3,7 +3,7 @@ - + @@ -807,7 +807,7 @@ Holds the reference to the variable, thus to scope.

- + ameba/ast/variabling/argument.cr @@ -973,7 +973,7 @@ Holds the reference to the variable, thus to scope.


- [View source] + [View source]
@@ -1008,7 +1008,7 @@ Holds the reference to the variable, thus to scope.


- [View source] + [View source]
@@ -1024,7 +1024,7 @@ Holds the reference to the variable, thus to scope.


- [View source] + [View source]
@@ -1040,7 +1040,7 @@ Holds the reference to the variable, thus to scope.


- [View source] + [View source]
@@ -1061,7 +1061,7 @@ Holds the reference to the variable, thus to scope.


- [View source] + [View source]
@@ -1077,7 +1077,7 @@ Holds the reference to the variable, thus to scope.


- [View source] + [View source]
@@ -1093,7 +1093,7 @@ Holds the reference to the variable, thus to scope.


- [View source] + [View source]
@@ -1114,7 +1114,7 @@ Holds the reference to the variable, thus to scope.


- [View source] + [View source]
@@ -1135,7 +1135,7 @@ Holds the reference to the variable, thus to scope.


- [View source] + [View source]
@@ -1151,7 +1151,7 @@ Holds the reference to the variable, thus to scope.


- [View source] + [View source]
@@ -1167,7 +1167,7 @@ Holds the reference to the variable, thus to scope.


- [View source] + [View source]
@@ -1188,7 +1188,7 @@ Holds the reference to the variable, thus to scope.


- [View source] + [View source]
diff --git a/Ameba/AST/Assignment.html b/Ameba/AST/Assignment.html index 91265fc8..28fafb5e 100644 --- a/Ameba/AST/Assignment.html +++ b/Ameba/AST/Assignment.html @@ -3,7 +3,7 @@ - + @@ -800,7 +800,7 @@ Holds the assign node and the variable.

- + ameba/ast/variabling/assignment.cr @@ -845,7 +845,7 @@ Holds the assign node and the variable.