From 195180eea6f7f1494c5b06ac21a1eb67f408931e Mon Sep 17 00:00:00 2001 From: Sija Date: Mon, 1 Aug 2022 21:51:27 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=201bef5?= =?UTF-8?q?fc5c17fe7911f1b8f168110e7c858502779=20=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 | 34 +- Ameba/AST/Assignment.html | 56 ++-- Ameba/AST/BaseVisitor.html | 16 +- Ameba/AST/Branch.html | 36 +- Ameba/AST/Branchable.html | 34 +- Ameba/AST/CountingVisitor.html | 12 +- Ameba/AST/FlowExpression.html | 32 +- Ameba/AST/FlowExpressionVisitor.html | 10 +- Ameba/AST/InstanceVariable.html | 32 +- Ameba/AST/NodeVisitor.html | 60 ++-- .../RedundantControlExpressionVisitor.html | 20 +- Ameba/AST/Reference.html | 20 +- Ameba/AST/Scope.html | 70 ++-- Ameba/AST/ScopeVisitor.html | 10 +- Ameba/AST/TopLevelNodesVisitor.html | 12 +- Ameba/AST/Util.html | 30 +- Ameba/AST/Variable.html | 62 ++-- Ameba/Config.html | 54 +-- Ameba/Ext.html | 4 +- Ameba/Ext/Location.html | 10 +- Ameba/Formatter.html | 18 +- Ameba/Formatter/BaseFormatter.html | 26 +- Ameba/Formatter/DisabledFormatter.html | 10 +- Ameba/Formatter/DotFormatter.html | 14 +- Ameba/Formatter/ExplainFormatter.html | 20 +- Ameba/Formatter/FlycheckFormatter.html | 10 +- Ameba/Formatter/JSONFormatter.html | 16 +- Ameba/Formatter/TODOFormatter.html | 12 +- Ameba/Formatter/Util.html | 14 +- Ameba/GlobUtils.html | 8 +- Ameba/InlineComments.html | 18 +- Ameba/InlineComments/Action.html | 8 +- Ameba/Issue.html | 40 +-- Ameba/Issue/Status.html | 8 +- Ameba/Reportable.html | 314 +++++++++--------- Ameba/Rule.html | 6 +- Ameba/Rule/Base.html | 26 +- Ameba/Rule/Layout.html | 8 +- Ameba/Rule/Layout/LineLength.html | 16 +- Ameba/Rule/Layout/TrailingBlankLines.html | 24 +- Ameba/Rule/Layout/TrailingWhitespace.html | 24 +- Ameba/Rule/Lint.html | 58 ++-- Ameba/Rule/Lint/AmbiguousAssignment.html | 24 +- Ameba/Rule/Lint/BadDirective.html | 24 +- Ameba/Rule/Lint/ComparisonToBoolean.html | 16 +- Ameba/Rule/Lint/DebugCalls.html | 24 +- Ameba/Rule/Lint/DebuggerStatement.html | 24 +- Ameba/Rule/Lint/DuplicatedRequire.html | 24 +- Ameba/Rule/Lint/EmptyEnsure.html | 24 +- Ameba/Rule/Lint/EmptyExpression.html | 18 +- Ameba/Rule/Lint/EmptyLoop.html | 28 +- Ameba/Rule/Lint/HashDuplicatedKey.html | 24 +- Ameba/Rule/Lint/LiteralInCondition.html | 30 +- Ameba/Rule/Lint/LiteralInInterpolation.html | 24 +- Ameba/Rule/Lint/PercentArrays.html | 24 +- Ameba/Rule/Lint/RandZero.html | 24 +- Ameba/Rule/Lint/RedundantStringCoercion.html | 24 +- Ameba/Rule/Lint/RedundantWithIndex.html | 24 +- Ameba/Rule/Lint/RedundantWithObject.html | 24 +- Ameba/Rule/Lint/ShadowedArgument.html | 26 +- Ameba/Rule/Lint/ShadowedException.html | 24 +- Ameba/Rule/Lint/ShadowingOuterLocalVar.html | 28 +- Ameba/Rule/Lint/SharedVarInFiber.html | 26 +- Ameba/Rule/Lint/SpecFocus.html | 26 +- Ameba/Rule/Lint/Syntax.html | 16 +- Ameba/Rule/Lint/UnneededDisableDirective.html | 24 +- Ameba/Rule/Lint/UnreachableCode.html | 26 +- Ameba/Rule/Lint/UnusedArgument.html | 30 +- Ameba/Rule/Lint/UselessAssign.html | 26 +- Ameba/Rule/Lint/UselessConditionInWhen.html | 24 +- Ameba/Rule/Metrics.html | 4 +- Ameba/Rule/Metrics/CyclomaticComplexity.html | 24 +- Ameba/Rule/Performance.html | 20 +- Ameba/Rule/Performance/AnyAfterFilter.html | 24 +- Ameba/Rule/Performance/AnyInsteadOfEmpty.html | 24 +- Ameba/Rule/Performance/Base.html | 8 +- .../Performance/ChainedCallWithNoBang.html | 26 +- Ameba/Rule/Performance/CompactAfterMap.html | 26 +- .../Performance/FirstLastAfterFilter.html | 26 +- Ameba/Rule/Performance/FlattenAfterMap.html | 26 +- Ameba/Rule/Performance/MapInsteadOfBlock.html | 26 +- Ameba/Rule/Performance/SizeAfterFilter.html | 26 +- Ameba/Rule/Style.html | 34 +- Ameba/Rule/Style/ConstantNames.html | 24 +- Ameba/Rule/Style/GuardClause.html | 22 +- Ameba/Rule/Style/IsAFilter.html | 26 +- Ameba/Rule/Style/IsANil.html | 24 +- Ameba/Rule/Style/LargeNumbers.html | 16 +- Ameba/Rule/Style/MethodNames.html | 24 +- .../Rule/Style/NegatedConditionsInUnless.html | 24 +- Ameba/Rule/Style/PredicateName.html | 16 +- Ameba/Rule/Style/RedundantBegin.html | 24 +- Ameba/Rule/Style/RedundantNext.html | 26 +- Ameba/Rule/Style/RedundantReturn.html | 26 +- Ameba/Rule/Style/TypeNames.html | 32 +- Ameba/Rule/Style/UnlessElse.html | 24 +- Ameba/Rule/Style/VariableNames.html | 30 +- Ameba/Rule/Style/VerboseBlock.html | 24 +- Ameba/Rule/Style/WhileTrue.html | 24 +- Ameba/Runner.html | 14 +- Ameba/Runner/InfiniteCorrectionLoopError.html | 6 +- Ameba/Severity.html | 14 +- Ameba/SeverityYamlConverter.html | 8 +- Ameba/Source.html | 54 +-- Ameba/Source/Corrector.html | 44 +-- Ameba/Source/Rewriter.html | 36 +- Ameba/Spec.html | 6 +- Ameba/Spec/AnnotatedSource.html | 34 +- 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 +- js/doc.js | 2 +- search-index.js | 2 +- toplevel.html | 4 +- 121 files changed, 1504 insertions(+), 1504 deletions(-) diff --git a/404.html b/404.html index 4d481cc9..b80756c4 100644 --- a/404.html +++ b/404.html @@ -3,7 +3,7 @@ - + diff --git a/Ameba.html b/Ameba.html index 60bf656e..0e82ea49 100644 --- a/Ameba.html +++ b/Ameba.html @@ -3,7 +3,7 @@ - + @@ -779,70 +779,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 @@ -937,7 +937,7 @@ Can be configured via config parameter.


- [View source] + [View source]
diff --git a/Ameba/AST.html b/Ameba/AST.html index c3bea81a..7ab128f5 100644 --- a/Ameba/AST.html +++ b/Ameba/AST.html @@ -3,7 +3,7 @@ - + @@ -757,112 +757,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 1f9502ba..9962e015 100644 --- a/Ameba/AST/Argument.html +++ b/Ameba/AST/Argument.html @@ -3,7 +3,7 @@ - + @@ -767,7 +767,7 @@ Holds the reference to the variable, thus to scope.

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