From fc6bd5797373be020512a441df3cda4fe753d4be Mon Sep 17 00:00:00 2001 From: Sija Date: Mon, 12 Dec 2022 18:55:51 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=204b137?= =?UTF-8?q?8aa3373f449a38658efc2617cd931050841=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ameba.html | 22 +++---- Ameba/AST.html | 32 +++++----- Ameba/AST/Argument.html | 56 ++++++++++++---- Ameba/AST/Assignment.html | 38 +++++------ Ameba/AST/BaseVisitor.html | 6 +- Ameba/AST/Branch.html | 26 ++++---- Ameba/AST/Branchable.html | 24 +++---- Ameba/AST/CountingVisitor.html | 10 +-- Ameba/AST/FlowExpression.html | 22 +++---- Ameba/AST/FlowExpressionVisitor.html | 4 +- Ameba/AST/InstanceVariable.html | 22 +++---- Ameba/AST/NodeVisitor.html | 54 ++++++++-------- .../RedundantControlExpressionVisitor.html | 10 +-- Ameba/AST/Reference.html | 6 +- Ameba/AST/Scope.html | 60 ++++++++--------- Ameba/AST/ScopeVisitor.html | 4 +- Ameba/AST/TopLevelNodesVisitor.html | 10 +-- Ameba/AST/Util.html | 34 +++++----- Ameba/AST/Variable.html | 52 +++++++-------- Ameba/Config.html | 36 +++++------ Ameba/Ext.html | 2 +- Ameba/Ext/Location.html | 8 +-- Ameba/Formatter.html | 16 ++--- Ameba/Formatter/BaseFormatter.html | 16 ++--- Ameba/Formatter/DisabledFormatter.html | 4 +- Ameba/Formatter/DotFormatter.html | 8 +-- Ameba/Formatter/ExplainFormatter.html | 10 +-- Ameba/Formatter/FlycheckFormatter.html | 4 +- Ameba/Formatter/JSONFormatter.html | 10 +-- Ameba/Formatter/TODOFormatter.html | 6 +- Ameba/Formatter/Util.html | 12 ++-- Ameba/GlobUtils.html | 6 +- Ameba/InlineComments.html | 8 +-- Ameba/InlineComments/Action.html | 6 +- Ameba/Issue.html | 30 ++++----- Ameba/Issue/Status.html | 6 +- Ameba/Reportable.html | 26 ++++---- Ameba/Rule.html | 4 +- Ameba/Rule/Base.html | 22 +++---- Ameba/Rule/Layout.html | 6 +- Ameba/Rule/Layout/LineLength.html | 6 +- Ameba/Rule/Layout/TrailingBlankLines.html | 6 +- Ameba/Rule/Layout/TrailingWhitespace.html | 6 +- Ameba/Rule/Lint.html | 64 +++++++++---------- Ameba/Rule/Lint/AmbiguousAssignment.html | 6 +- Ameba/Rule/Lint/BadDirective.html | 6 +- Ameba/Rule/Lint/ComparisonToBoolean.html | 6 +- Ameba/Rule/Lint/DebugCalls.html | 6 +- Ameba/Rule/Lint/DebuggerStatement.html | 6 +- Ameba/Rule/Lint/DuplicatedRequire.html | 6 +- Ameba/Rule/Lint/EmptyEnsure.html | 6 +- Ameba/Rule/Lint/EmptyExpression.html | 8 +-- Ameba/Rule/Lint/EmptyLoop.html | 8 +-- Ameba/Rule/Lint/HashDuplicatedKey.html | 6 +- .../Lint/LiteralAssignmentsInExpressions.html | 6 +- Ameba/Rule/Lint/LiteralInCondition.html | 6 +- Ameba/Rule/Lint/LiteralInInterpolation.html | 6 +- Ameba/Rule/Lint/LiteralsComparison.html | 6 +- Ameba/Rule/Lint/NotNil.html | 8 +-- Ameba/Rule/Lint/NotNilAfterNoBang.html | 8 +-- Ameba/Rule/Lint/PercentArrays.html | 6 +- Ameba/Rule/Lint/RandZero.html | 6 +- Ameba/Rule/Lint/RedundantStringCoercion.html | 6 +- Ameba/Rule/Lint/RedundantWithIndex.html | 6 +- Ameba/Rule/Lint/RedundantWithObject.html | 6 +- Ameba/Rule/Lint/ShadowedArgument.html | 8 +-- Ameba/Rule/Lint/ShadowedException.html | 6 +- Ameba/Rule/Lint/ShadowingOuterLocalVar.html | 8 +-- Ameba/Rule/Lint/SharedVarInFiber.html | 8 +-- Ameba/Rule/Lint/SpecFocus.html | 8 +-- Ameba/Rule/Lint/Syntax.html | 6 +- Ameba/Rule/Lint/UnneededDisableDirective.html | 6 +- Ameba/Rule/Lint/UnreachableCode.html | 8 +-- Ameba/Rule/Lint/UnusedArgument.html | 12 ++-- Ameba/Rule/Lint/UselessAssign.html | 8 +-- Ameba/Rule/Lint/UselessConditionInWhen.html | 6 +- Ameba/Rule/Metrics.html | 2 +- Ameba/Rule/Metrics/CyclomaticComplexity.html | 6 +- Ameba/Rule/Performance.html | 18 +++--- Ameba/Rule/Performance/AnyAfterFilter.html | 6 +- Ameba/Rule/Performance/AnyInsteadOfEmpty.html | 6 +- Ameba/Rule/Performance/Base.html | 6 +- .../Performance/ChainedCallWithNoBang.html | 8 +-- Ameba/Rule/Performance/CompactAfterMap.html | 8 +-- .../Performance/FirstLastAfterFilter.html | 8 +-- Ameba/Rule/Performance/FlattenAfterMap.html | 8 +-- Ameba/Rule/Performance/MapInsteadOfBlock.html | 8 +-- Ameba/Rule/Performance/SizeAfterFilter.html | 8 +-- Ameba/Rule/Style.html | 36 +++++------ Ameba/Rule/Style/ConstantNames.html | 6 +- Ameba/Rule/Style/GuardClause.html | 12 ++-- Ameba/Rule/Style/IsAFilter.html | 8 +-- Ameba/Rule/Style/IsANil.html | 6 +- Ameba/Rule/Style/LargeNumbers.html | 6 +- Ameba/Rule/Style/MethodNames.html | 6 +- .../Rule/Style/NegatedConditionsInUnless.html | 6 +- .../Style/ParenthesesAroundCondition.html | 6 +- Ameba/Rule/Style/PredicateName.html | 6 +- Ameba/Rule/Style/QueryBoolMethods.html | 6 +- Ameba/Rule/Style/RedundantBegin.html | 6 +- Ameba/Rule/Style/RedundantNext.html | 8 +-- Ameba/Rule/Style/RedundantReturn.html | 8 +-- Ameba/Rule/Style/TypeNames.html | 6 +- Ameba/Rule/Style/UnlessElse.html | 6 +- Ameba/Rule/Style/VariableNames.html | 8 +-- Ameba/Rule/Style/VerboseBlock.html | 6 +- Ameba/Rule/Style/WhileTrue.html | 6 +- Ameba/Runner.html | 12 ++-- Ameba/Runner/InfiniteCorrectionLoopError.html | 4 +- Ameba/Severity.html | 14 ++-- Ameba/SeverityYamlConverter.html | 6 +- Ameba/Source.html | 28 ++++---- Ameba/Source/Corrector.html | 42 ++++++------ Ameba/Source/Rewriter.html | 26 ++++---- Ameba/Spec.html | 4 +- Ameba/Spec/AnnotatedSource.html | 16 ++--- Ameba/Spec/BeValid.html | 4 +- Ameba/Spec/BeValidExpectation.html | 12 ++-- Ameba/Spec/ExpectIssue.html | 10 +-- Ameba/Spec/Util.html | 4 +- Ameba/Tokenizer.html | 8 +-- index.json | 2 +- search-index.js | 2 +- toplevel.html | 2 +- 124 files changed, 756 insertions(+), 728 deletions(-) diff --git a/Ameba.html b/Ameba.html index 9c067f35..34d22e95 100644 --- a/Ameba.html +++ b/Ameba.html @@ -809,70 +809,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 @@ -967,7 +967,7 @@ Can be configured via config parameter.


- [View source] + [View source]
diff --git a/Ameba/AST.html b/Ameba/AST.html index abfa86c5..da071e0d 100644 --- a/Ameba/AST.html +++ b/Ameba/AST.html @@ -787,112 +787,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 c8a7a645..709cca34 100644 --- a/Ameba/AST/Argument.html +++ b/Ameba/AST/Argument.html @@ -797,7 +797,7 @@ Holds the reference to the variable, thus to scope.

- + ameba/ast/variabling/argument.cr @@ -841,6 +841,13 @@ Holds the reference to the variable, thus to scope.