From f76046548293bb703ab489201ff453006ac000c7 Mon Sep 17 00:00:00 2001 From: Sija Date: Tue, 19 Oct 2021 09:45:33 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=2048b15?= =?UTF-8?q?b9bf8751bfec56e48ad029542e7376f7ffe=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Ameba.html | 37 +- Ameba/AST.html | 39 +- Ameba/AST/Argument.html | 80 +- Ameba/AST/Assignment.html | 177 ++- Ameba/AST/BaseVisitor.html | 22 +- Ameba/AST/Branch.html | 100 +- Ameba/AST/Branchable.html | 106 +- Ameba/AST/CountingVisitor.html | 29 +- Ameba/AST/FlowExpression.html | 98 +- Ameba/AST/FlowExpressionVisitor.html | 42 +- Ameba/AST/InstanceVariable.html | 77 +- Ameba/AST/NodeVisitor.html | 1314 +++++++++-------- .../RedundantControlExpressionVisitor.html | 33 +- Ameba/AST/Reference.html | 63 +- Ameba/AST/Scope.html | 234 ++- Ameba/AST/ScopeVisitor.html | 19 +- Ameba/AST/TopLevelNodesVisitor.html | 33 +- Ameba/AST/Util.html | 92 +- Ameba/AST/Variable.html | 183 ++- Ameba/Config.html | 111 +- Ameba/Formatter.html | 23 +- Ameba/Formatter/BaseFormatter.html | 53 +- Ameba/Formatter/DisabledFormatter.html | 29 +- Ameba/Formatter/DotFormatter.html | 49 +- Ameba/Formatter/ExplainFormatter.html | 42 +- Ameba/Formatter/FlycheckFormatter.html | 29 +- Ameba/Formatter/JSONFormatter.html | 49 +- Ameba/Formatter/TODOFormatter.html | 49 +- Ameba/Formatter/Util.html | 33 +- Ameba/GlobUtils.html | 23 +- Ameba/InlineComments.html | 41 +- Ameba/InlineComments/Action.html | 21 +- Ameba/Issue.html | 79 +- Ameba/Issue/Status.html | 21 +- Ameba/Reportable.html | 47 +- Ameba/Rule.html | 12 +- Ameba/Rule/Base.html | 81 +- Ameba/Rule/Layout.html | 13 +- Ameba/Rule/Layout/LineLength.html | 85 +- Ameba/Rule/Layout/TrailingBlankLines.html | 71 +- Ameba/Rule/Layout/TrailingWhitespace.html | 71 +- Ameba/Rule/Lint.html | 66 +- Ameba/Rule/Lint/AmbiguousAssignment.html | 1208 +++++++++++++++ Ameba/Rule/Lint/BadDirective.html | 75 +- Ameba/Rule/Lint/ComparisonToBoolean.html | 77 +- Ameba/Rule/Lint/DebuggerStatement.html | 73 +- Ameba/Rule/Lint/DuplicatedRequire.html | 73 +- Ameba/Rule/Lint/EmptyEnsure.html | 79 +- Ameba/Rule/Lint/EmptyExpression.html | 108 +- Ameba/Rule/Lint/EmptyLoop.html | 114 +- Ameba/Rule/Lint/HashDuplicatedKey.html | 79 +- Ameba/Rule/Lint/LiteralInCondition.html | 118 +- Ameba/Rule/Lint/LiteralInInterpolation.html | 98 +- Ameba/Rule/Lint/PercentArrays.html | 95 +- Ameba/Rule/Lint/RandZero.html | 79 +- Ameba/Rule/Lint/RedundantStringCoercion.html | 102 +- Ameba/Rule/Lint/RedundantWithIndex.html | 79 +- Ameba/Rule/Lint/RedundantWithObject.html | 79 +- Ameba/Rule/Lint/ShadowedArgument.html | 85 +- Ameba/Rule/Lint/ShadowedException.html | 79 +- Ameba/Rule/Lint/ShadowingOuterLocalVar.html | 91 +- Ameba/Rule/Lint/SharedVarInFiber.html | 93 +- Ameba/Rule/Lint/SpecFocus.html | 87 +- Ameba/Rule/Lint/Syntax.html | 75 +- Ameba/Rule/Lint/UnneededDisableDirective.html | 77 +- Ameba/Rule/Lint/UnreachableCode.html | 112 +- Ameba/Rule/Lint/UnusedArgument.html | 119 +- Ameba/Rule/Lint/UselessAssign.html | 85 +- Ameba/Rule/Lint/UselessConditionInWhen.html | 79 +- Ameba/Rule/Metrics.html | 9 +- Ameba/Rule/Metrics/CyclomaticComplexity.html | 79 +- Ameba/Rule/Performance.html | 25 +- Ameba/Rule/Performance/AnyAfterFilter.html | 97 +- Ameba/Rule/Performance/AnyInsteadOfEmpty.html | 92 +- Ameba/Rule/Performance/Base.html | 36 +- .../Performance/ChainedCallWithNoBang.html | 103 +- Ameba/Rule/Performance/CompactAfterMap.html | 95 +- .../Performance/FirstLastAfterFilter.html | 103 +- Ameba/Rule/Performance/FlattenAfterMap.html | 95 +- Ameba/Rule/Performance/MapInsteadOfBlock.html | 95 +- Ameba/Rule/Performance/SizeAfterFilter.html | 103 +- Ameba/Rule/Style.html | 37 +- Ameba/Rule/Style/ConstantNames.html | 79 +- Ameba/Rule/Style/IsAFilter.html | 93 +- Ameba/Rule/Style/IsANil.html | 79 +- Ameba/Rule/Style/LargeNumbers.html | 87 +- Ameba/Rule/Style/MethodNames.html | 79 +- .../Rule/Style/NegatedConditionsInUnless.html | 81 +- Ameba/Rule/Style/PredicateName.html | 79 +- Ameba/Rule/Style/RedundantBegin.html | 132 +- Ameba/Rule/Style/RedundantNext.html | 143 +- Ameba/Rule/Style/RedundantReturn.html | 143 +- Ameba/Rule/Style/TypeNames.html | 103 +- Ameba/Rule/Style/UnlessElse.html | 83 +- Ameba/Rule/Style/VariableNames.html | 91 +- Ameba/Rule/Style/VerboseBlock.html | 135 +- Ameba/Rule/Style/WhileTrue.html | 79 +- Ameba/Runner.html | 42 +- Ameba/Severity.html | 41 +- Ameba/SeverityYamlConverter.html | 21 +- Ameba/Source.html | 77 +- Ameba/Tokenizer.html | 33 +- index.html | 158 +- index.json | 2 +- js/doc.js | 10 +- search-index.js | 2 +- 106 files changed, 5612 insertions(+), 4623 deletions(-) create mode 100644 Ameba/Rule/Lint/AmbiguousAssignment.html diff --git a/Ameba.html b/Ameba.html index 944dc22f..729a2d92 100644 --- a/Ameba.html +++ b/Ameba.html @@ -3,7 +3,7 @@ - + @@ -286,6 +286,11 @@