From 22f8f00f8cb94d7079e48b4f581d235e99e18e95 Mon Sep 17 00:00:00 2001 From: Sija Date: Thu, 9 Nov 2023 05:21:27 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20crystal-?= =?UTF-8?q?ameba/ameba@881209d54e304052ba84ad0508431fbf878e5c33=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 | 30 +- Ameba.html | 52 +- Ameba/AST.html | 64 +- Ameba/AST/Argument.html | 56 +- Ameba/AST/Assignment.html | 68 +- Ameba/AST/BaseVisitor.html | 36 +- Ameba/AST/Branch.html | 56 +- Ameba/AST/Branchable.html | 54 +- Ameba/AST/CountingVisitor.html | 40 +- Ameba/AST/FlowExpression.html | 52 +- Ameba/AST/FlowExpressionVisitor.html | 32 +- Ameba/AST/InstanceVariable.html | 52 +- Ameba/AST/NodeVisitor.html | 90 +- Ameba/AST/NodeVisitor/Category.html | 36 +- .../RedundantControlExpressionVisitor.html | 40 +- Ameba/AST/Reference.html | 36 +- Ameba/AST/Scope.html | 104 +- Ameba/AST/ScopeVisitor.html | 34 +- Ameba/AST/TopLevelNodesVisitor.html | 40 +- Ameba/AST/TypeDecVariable.html | 50 +- Ameba/AST/Util.html | 64 +- Ameba/AST/Variable.html | 82 +- Ameba/Config.html | 66 +- Ameba/Ext.html | 32 +- Ameba/Ext/Location.html | 38 +- Ameba/Formatter.html | 46 +- Ameba/Formatter/BaseFormatter.html | 46 +- Ameba/Formatter/DisabledFormatter.html | 34 +- Ameba/Formatter/DotFormatter.html | 38 +- Ameba/Formatter/ExplainFormatter.html | 40 +- Ameba/Formatter/FlycheckFormatter.html | 34 +- Ameba/Formatter/JSONFormatter.html | 40 +- Ameba/Formatter/TODOFormatter.html | 36 +- Ameba/Formatter/Util.html | 42 +- Ameba/GlobUtils.html | 36 +- Ameba/InlineComments.html | 38 +- Ameba/InlineComments/Action.html | 36 +- Ameba/Issue.html | 60 +- Ameba/Issue/Status.html | 36 +- Ameba/Presenter.html | 36 +- Ameba/Presenter/BasePresenter.html | 36 +- Ameba/Presenter/RuleCollectionPresenter.html | 34 +- Ameba/Presenter/RulePresenter.html | 34 +- Ameba/Reportable.html | 56 +- Ameba/Rule.html | 34 +- Ameba/Rule/Base.html | 62 +- Ameba/Rule/Documentation.html | 921 ++++++++++++++++++ .../Documentation.html | 60 +- .../DocumentationAdmonition.html | 50 +- Ameba/Rule/Layout.html | 36 +- Ameba/Rule/Layout/LineLength.html | 36 +- Ameba/Rule/Layout/TrailingBlankLines.html | 36 +- Ameba/Rule/Layout/TrailingWhitespace.html | 36 +- Ameba/Rule/Lint.html | 116 ++- Ameba/Rule/Lint/AmbiguousAssignment.html | 36 +- Ameba/Rule/Lint/BadDirective.html | 36 +- Ameba/Rule/Lint/ComparisonToBoolean.html | 36 +- Ameba/Rule/Lint/DebugCalls.html | 36 +- Ameba/Rule/Lint/DebuggerStatement.html | 36 +- Ameba/Rule/Lint/DuplicatedRequire.html | 36 +- Ameba/Rule/Lint/EmptyEnsure.html | 36 +- Ameba/Rule/Lint/EmptyExpression.html | 36 +- Ameba/Rule/Lint/EmptyLoop.html | 38 +- Ameba/Rule/Lint/Formatting.html | 36 +- Ameba/Rule/Lint/HashDuplicatedKey.html | 36 +- .../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 | 36 +- Ameba/Rule/Lint/RandZero.html | 36 +- Ameba/Rule/Lint/RedundantStringCoercion.html | 36 +- Ameba/Rule/Lint/RedundantWithIndex.html | 36 +- Ameba/Rule/Lint/RedundantWithObject.html | 36 +- Ameba/Rule/Lint/ShadowedArgument.html | 38 +- Ameba/Rule/Lint/ShadowedException.html | 36 +- Ameba/Rule/Lint/ShadowingOuterLocalVar.html | 38 +- Ameba/Rule/Lint/SharedVarInFiber.html | 38 +- Ameba/Rule/Lint/SpecFocus.html | 38 +- Ameba/Rule/Lint/Syntax.html | 36 +- Ameba/Rule/Lint/Typos.html | 38 +- Ameba/Rule/Lint/UnneededDisableDirective.html | 36 +- Ameba/Rule/Lint/UnreachableCode.html | 38 +- Ameba/Rule/Lint/UnusedArgument.html | 42 +- Ameba/Rule/Lint/UnusedBlockArgument.html | 38 +- Ameba/Rule/Lint/UselessAssign.html | 38 +- Ameba/Rule/Lint/UselessConditionInWhen.html | 36 +- Ameba/Rule/Metrics.html | 32 +- Ameba/Rule/Metrics/CyclomaticComplexity.html | 36 +- Ameba/Rule/Naming.html | 42 +- Ameba/Rule/Naming/ConstantNames.html | 36 +- Ameba/Rule/Naming/MethodNames.html | 36 +- Ameba/Rule/Naming/PredicateName.html | 36 +- Ameba/Rule/Naming/QueryBoolMethods.html | 36 +- Ameba/Rule/Naming/TypeNames.html | 36 +- Ameba/Rule/Naming/VariableNames.html | 38 +- Ameba/Rule/Performance.html | 52 +- Ameba/Rule/Performance/AnyAfterFilter.html | 36 +- Ameba/Rule/Performance/AnyInsteadOfEmpty.html | 36 +- Ameba/Rule/Performance/Base.html | 36 +- .../Performance/ChainedCallWithNoBang.html | 38 +- Ameba/Rule/Performance/CompactAfterMap.html | 38 +- .../Performance/ExcessiveAllocations.html | 38 +- .../Performance/FirstLastAfterFilter.html | 38 +- Ameba/Rule/Performance/FlattenAfterMap.html | 38 +- Ameba/Rule/Performance/MapInsteadOfBlock.html | 38 +- Ameba/Rule/Performance/MinMaxAfterMap.html | 38 +- Ameba/Rule/Performance/SizeAfterFilter.html | 38 +- Ameba/Rule/Style.html | 54 +- Ameba/Rule/Style/GuardClause.html | 42 +- Ameba/Rule/Style/IsAFilter.html | 38 +- Ameba/Rule/Style/IsANil.html | 36 +- Ameba/Rule/Style/LargeNumbers.html | 36 +- .../Rule/Style/NegatedConditionsInUnless.html | 36 +- .../Style/ParenthesesAroundCondition.html | 36 +- Ameba/Rule/Style/RedundantBegin.html | 36 +- Ameba/Rule/Style/RedundantNext.html | 38 +- Ameba/Rule/Style/RedundantReturn.html | 38 +- Ameba/Rule/Style/UnlessElse.html | 36 +- Ameba/Rule/Style/VerboseBlock.html | 36 +- Ameba/Rule/Style/WhileTrue.html | 36 +- Ameba/Runner.html | 42 +- Ameba/Runner/InfiniteCorrectionLoopError.html | 34 +- Ameba/Severity.html | 44 +- Ameba/SeverityYamlConverter.html | 36 +- Ameba/Source.html | 60 +- Ameba/Source/Corrector.html | 92 +- Ameba/Source/Rewriter.html | 56 +- Ameba/Spec.html | 34 +- Ameba/Spec/AnnotatedSource.html | 46 +- Ameba/Spec/BeValid.html | 34 +- Ameba/Spec/BeValidExpectation.html | 42 +- Ameba/Spec/ExpectIssue.html | 40 +- Ameba/Spec/Util.html | 34 +- Ameba/Tokenizer.html | 38 +- index.html | 30 +- index.json | 2 +- search-index.js | 2 +- 141 files changed, 4509 insertions(+), 2222 deletions(-) create mode 100644 Ameba/Rule/Documentation.html rename Ameba/Rule/{Lint => Documentation}/Documentation.html (95%) rename Ameba/Rule/{Lint => Documentation}/DocumentationAdmonition.html (96%) diff --git a/404.html b/404.html index 0377ce26..d2244e40 100644 --- a/404.html +++ b/404.html @@ -317,6 +317,26 @@ +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire diff --git a/Ameba.html b/Ameba.html index 77a373ea..555b5099 100644 --- a/Ameba.html +++ b/Ameba.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -900,70 +910,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 @@ -1058,7 +1068,7 @@ Can be configured via config parameter.


    - [View source] + [View source]
    diff --git a/Ameba/AST.html b/Ameba/AST.html index 535114fc..511853d3 100644 --- a/Ameba/AST.html +++ b/Ameba/AST.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -878,119 +888,119 @@ - + 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/type_dec_variable.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 5ec73fa1..571785ec 100644 --- a/Ameba/AST/Argument.html +++ b/Ameba/AST/Argument.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -888,7 +898,7 @@ Holds the reference to the variable, thus to scope.

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


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


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


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


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


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


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


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


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


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


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


    - [View source] + [View source]
    @@ -1269,7 +1279,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 f17a1708..f9b08c2c 100644 --- a/Ameba/AST/Assignment.html +++ b/Ameba/AST/Assignment.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -881,7 +891,7 @@ Holds the assign node and the variable.

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


    - [View source] + [View source]
    @@ -1118,7 +1128,7 @@ Holds the assign node and the variable.


    - [View source] + [View source]
    @@ -1134,7 +1144,7 @@ Holds the assign node and the variable.


    - [View source] + [View source]
    @@ -1150,7 +1160,7 @@ Holds the assign node and the variable.


    - [View source] + [View source]
    @@ -1173,7 +1183,7 @@ For example, this assignment is in a branch:


    - [View source] + [View source]
    @@ -1189,7 +1199,7 @@ For example, this assignment is in a branch:


    - [View source] + [View source]
    @@ -1205,7 +1215,7 @@ For example, this assignment is in a branch:


    - [View source] + [View source]
    @@ -1226,7 +1236,7 @@ For example, this assignment is in a branch:


    - [View source] + [View source]
    @@ -1249,7 +1259,7 @@ For example, this is an op assign:


    - [View source] + [View source]
    @@ -1265,7 +1275,7 @@ For example, this is an op assign:


    - [View source] + [View source]
    @@ -1281,7 +1291,7 @@ For example, this is an op assign:


    - [View source] + [View source]
    @@ -1297,7 +1307,7 @@ For example, this is an op assign:


    - [View source] + [View source]
    @@ -1318,7 +1328,7 @@ For example, this is an op assign:


    - [View source] + [View source]
    @@ -1339,7 +1349,7 @@ For example, this is an op assign:


    - [View source] + [View source]
    @@ -1355,7 +1365,7 @@ For example, this is an op assign:


    - [View source] + [View source]
    @@ -1371,7 +1381,7 @@ For example, this is an op assign:


    - [View source] + [View source]
    @@ -1404,7 +1414,7 @@ i.e.


    - [View source] + [View source]
    @@ -1425,7 +1435,7 @@ i.e.


    - [View source] + [View source]
    diff --git a/Ameba/AST/BaseVisitor.html b/Ameba/AST/BaseVisitor.html index e0110e5d..2956d4fc 100644 --- a/Ameba/AST/BaseVisitor.html +++ b/Ameba/AST/BaseVisitor.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -898,7 +908,7 @@ - + ameba/ast/visitors/base_visitor.cr @@ -1016,7 +1026,7 @@
    - [View source] + [View source]
    @@ -1052,7 +1062,7 @@ Returns true, meaning all child nodes will be traversed.


    - [View source] + [View source]
    diff --git a/Ameba/AST/Branch.html b/Ameba/AST/Branch.html index 372020f0..fb7bd4a4 100644 --- a/Ameba/AST/Branch.html +++ b/Ameba/AST/Branch.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -888,7 +898,7 @@ For example, the branchable if statement contains 3 branches:

    - + ameba/ast/branch.cr @@ -1080,7 +1090,7 @@ For example, the branchable if statement contains 3 branches:


    - [View source] + [View source]
    @@ -1114,7 +1124,7 @@ For example, the branchable if statement contains 3 branches:


    - [View source] + [View source]
    @@ -1136,7 +1146,7 @@ For example, the branchable if statement contains 3 branches:


    - [View source] + [View source]
    @@ -1187,7 +1197,7 @@ For example, the branchable if statement contains 3 branches:


    - [View source] + [View source]
    @@ -1203,7 +1213,7 @@ For example, the branchable if statement contains 3 branches:


    - [View source] + [View source]
    @@ -1254,7 +1264,7 @@ For example, this branch is in a loop:


    - [View source] + [View source]
    @@ -1270,7 +1280,7 @@ For example, this branch is in a loop:


    - [View source] + [View source]
    @@ -1286,7 +1296,7 @@ For example, this branch is in a loop:


    - [View source] + [View source]
    @@ -1307,7 +1317,7 @@ For example, this branch is in a loop:


    - [View source] + [View source]
    @@ -1328,7 +1338,7 @@ For example, this branch is in a loop:


    - [View source] + [View source]
    @@ -1344,7 +1354,7 @@ For example, this branch is in a loop:


    - [View source] + [View source]
    @@ -1360,7 +1370,7 @@ For example, this branch is in a loop:


    - [View source] + [View source]
    diff --git a/Ameba/AST/Branchable.html b/Ameba/AST/Branchable.html index a7a5c603..2507b8de 100644 --- a/Ameba/AST/Branchable.html +++ b/Ameba/AST/Branchable.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -901,7 +911,7 @@ are branchables.

    - + ameba/ast/branchable.cr @@ -1154,7 +1164,7 @@ are branchables.


    - [View source] + [View source]
    @@ -1189,7 +1199,7 @@ are branchables.


    - [View source] + [View source]
    @@ -1205,7 +1215,7 @@ are branchables.


    - [View source] + [View source]
    @@ -1221,7 +1231,7 @@ are branchables.


    - [View source] + [View source]
    @@ -1237,7 +1247,7 @@ are branchables.


    - [View source] + [View source]
    @@ -1253,7 +1263,7 @@ are branchables.


    - [View source] + [View source]
    @@ -1275,7 +1285,7 @@ are branchables.


    - [View source] + [View source]
    @@ -1296,7 +1306,7 @@ are branchables.


    - [View source] + [View source]
    @@ -1317,7 +1327,7 @@ are branchables.


    - [View source] + [View source]
    @@ -1333,7 +1343,7 @@ are branchables.


    - [View source] + [View source]
    @@ -1349,7 +1359,7 @@ are branchables.


    - [View source] + [View source]
    diff --git a/Ameba/AST/CountingVisitor.html b/Ameba/AST/CountingVisitor.html index d4d04e94..0aaf4fd5 100644 --- a/Ameba/AST/CountingVisitor.html +++ b/Ameba/AST/CountingVisitor.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -880,7 +890,7 @@ - + ameba/ast/visitors/counting_visitor.cr @@ -1026,7 +1036,7 @@
    - [View source] + [View source]
    @@ -1061,7 +1071,7 @@
    - [View source] + [View source]
    @@ -1077,7 +1087,7 @@
    - [View source] + [View source]
    @@ -1093,7 +1103,7 @@
    - [View source] + [View source]
    diff --git a/Ameba/AST/FlowExpression.html b/Ameba/AST/FlowExpression.html index fd9a45bc..294b83f9 100644 --- a/Ameba/AST/FlowExpression.html +++ b/Ameba/AST/FlowExpression.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -903,7 +913,7 @@ a parent node, which allows easily search through the related statement - + ameba/ast/flow_expression.cr @@ -1149,7 +1159,7 @@ a parent node, which allows easily search through the related statement
    - [View source] + [View source]
    @@ -1179,7 +1189,7 @@ a parent node, which allows easily search through the related statement
    - [View source] + [View source]
    @@ -1195,7 +1205,7 @@ a parent node, which allows easily search through the related statement
    - [View source] + [View source]
    @@ -1216,7 +1226,7 @@ a parent node, which allows easily search through the related statement
    - [View source] + [View source]
    @@ -1232,7 +1242,7 @@ a parent node, which allows easily search through the related statement
    - [View source] + [View source]
    @@ -1248,7 +1258,7 @@ a parent node, which allows easily search through the related statement
    - [View source] + [View source]
    @@ -1269,7 +1279,7 @@ a parent node, which allows easily search through the related statement
    - [View source] + [View source]
    @@ -1285,7 +1295,7 @@ a parent node, which allows easily search through the related statement
    - [View source] + [View source]
    @@ -1301,7 +1311,7 @@ a parent node, which allows easily search through the related statement
    - [View source] + [View source]
    @@ -1329,7 +1339,7 @@ For example:


    - [View source] + [View source]
    diff --git a/Ameba/AST/FlowExpressionVisitor.html b/Ameba/AST/FlowExpressionVisitor.html index 3e424818..543c0849 100644 --- a/Ameba/AST/FlowExpressionVisitor.html +++ b/Ameba/AST/FlowExpressionVisitor.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -894,7 +904,7 @@ - + ameba/ast/visitors/flow_expression_visitor.cr diff --git a/Ameba/AST/InstanceVariable.html b/Ameba/AST/InstanceVariable.html index f916a47d..f5793885 100644 --- a/Ameba/AST/InstanceVariable.html +++ b/Ameba/AST/InstanceVariable.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -869,7 +879,7 @@ - + ameba/ast/variabling/ivariable.cr @@ -1007,7 +1017,7 @@
    - [View source] + [View source]
    @@ -1037,7 +1047,7 @@
    - [View source] + [View source]
    @@ -1053,7 +1063,7 @@
    - [View source] + [View source]
    @@ -1069,7 +1079,7 @@
    - [View source] + [View source]
    @@ -1085,7 +1095,7 @@
    - [View source] + [View source]
    @@ -1101,7 +1111,7 @@
    - [View source] + [View source]
    @@ -1117,7 +1127,7 @@
    - [View source] + [View source]
    @@ -1133,7 +1143,7 @@
    - [View source] + [View source]
    @@ -1149,7 +1159,7 @@
    - [View source] + [View source]
    @@ -1165,7 +1175,7 @@
    - [View source] + [View source]
    diff --git a/Ameba/AST/NodeVisitor.html b/Ameba/AST/NodeVisitor.html index 65f2a63a..5618fdb1 100644 --- a/Ameba/AST/NodeVisitor.html +++ b/Ameba/AST/NodeVisitor.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -882,7 +892,7 @@ to be inspected by rules.

    - + ameba/ast/visitors/node_visitor.cr @@ -1236,7 +1246,7 @@ to be inspected by rules.


    - [View source] + [View source]
    @@ -1252,7 +1262,7 @@ to be inspected by rules.


    - [View source] + [View source]
    @@ -1280,7 +1290,7 @@ to be inspected by rules.


    - [View source] + [View source]
    @@ -1308,7 +1318,7 @@ to be inspected by rules.


    - [View source] + [View source]
    @@ -1331,7 +1341,7 @@ to be inspected by rules.


    - [View source] + [View source]
    @@ -1354,7 +1364,7 @@ to be inspected by rules.


    - [View source] + [View source]
    @@ -1377,7 +1387,7 @@ to be inspected by rules.


    - [View source] + [View source]
    @@ -1400,7 +1410,7 @@ to be inspected by rules.


    - [View source] + [View source]
    @@ -1423,7 +1433,7 @@ to be inspected by rules.


    - [View source] + [View source]
    @@ -1446,7 +1456,7 @@ to be inspected by rules.


    - [View source] + [View source]
    @@ -1469,7 +1479,7 @@ to be inspected by rules.


    - [View source] + [View source]
    @@ -1492,7 +1502,7 @@ to be inspected by rules.


    - [View source] + [View source]
    @@ -1515,7 +1525,7 @@ to be inspected by rules.


    - [View source] + [View source]
    @@ -1538,7 +1548,7 @@ to be inspected by rules.


    - [View source] + [View source]
    @@ -1561,7 +1571,7 @@ to be inspected by rules.


    - [View source] + [View source]
    @@ -1584,7 +1594,7 @@ to be inspected by rules.


    - [View source] + [View source]
    @@ -1607,7 +1617,7 @@ to be inspected by rules.


    - [View source] + [View source]
    @@ -1630,7 +1640,7 @@ to be inspected by rules.


    - [View source] + [View source]
    @@ -1653,7 +1663,7 @@ to be inspected by rules.


    - [View source] + [View source]
    @@ -1676,7 +1686,7 @@ to be inspected by rules.


    - [View source] + [View source]
    @@ -1699,7 +1709,7 @@ to be inspected by rules.


    - [View source] + [View source]
    @@ -1722,7 +1732,7 @@ to be inspected by rules.


    - [View source] + [View source]
    @@ -1745,7 +1755,7 @@ to be inspected by rules.


    - [View source] + [View source]
    @@ -1768,7 +1778,7 @@ to be inspected by rules.


    - [View source] + [View source]
    @@ -1791,7 +1801,7 @@ to be inspected by rules.


    - [View source] + [View source]
    @@ -1814,7 +1824,7 @@ to be inspected by rules.


    - [View source] + [View source]
    @@ -1837,7 +1847,7 @@ to be inspected by rules.


    - [View source] + [View source]
    @@ -1860,7 +1870,7 @@ to be inspected by rules.


    - [View source] + [View source]
    @@ -1876,7 +1886,7 @@ to be inspected by rules.


    - [View source] + [View source]
    diff --git a/Ameba/AST/NodeVisitor/Category.html b/Ameba/AST/NodeVisitor/Category.html index 8d7a70b6..5c48a545 100644 --- a/Ameba/AST/NodeVisitor/Category.html +++ b/Ameba/AST/NodeVisitor/Category.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -867,7 +877,7 @@ - + ameba/ast/visitors/node_visitor.cr @@ -996,7 +1006,7 @@
    - [View source] + [View source]
    @@ -1012,7 +1022,7 @@
    - [View source] + [View source]
    diff --git a/Ameba/AST/RedundantControlExpressionVisitor.html b/Ameba/AST/RedundantControlExpressionVisitor.html index 6c9798db..b44c99d5 100644 --- a/Ameba/AST/RedundantControlExpressionVisitor.html +++ b/Ameba/AST/RedundantControlExpressionVisitor.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -882,7 +892,7 @@ is reached.

    - + ameba/ast/visitors/redundant_control_expression_visitor.cr @@ -996,7 +1006,7 @@ is reached.


    - [View source] + [View source]
    @@ -1031,7 +1041,7 @@ is reached.


    - [View source] + [View source]
    @@ -1052,7 +1062,7 @@ is reached.


    - [View source] + [View source]
    @@ -1073,7 +1083,7 @@ is reached.


    - [View source] + [View source]
    diff --git a/Ameba/AST/Reference.html b/Ameba/AST/Reference.html index 4ff98585..11873dba 100644 --- a/Ameba/AST/Reference.html +++ b/Ameba/AST/Reference.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -882,7 +892,7 @@ the variable from its reference.

    - + ameba/ast/variabling/reference.cr @@ -1095,7 +1105,7 @@ the variable from its reference.


    - [View source] + [View source]
    @@ -1111,7 +1121,7 @@ the variable from its reference.


    - [View source] + [View source]
    diff --git a/Ameba/AST/Scope.html b/Ameba/AST/Scope.html index 783196be..53587bba 100644 --- a/Ameba/AST/Scope.html +++ b/Ameba/AST/Scope.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -881,7 +891,7 @@ This is where the local variables belong to.

    - + ameba/ast/scope.cr @@ -1229,7 +1239,7 @@ This is where the local variables belong to.


    - [View source] + [View source]
    @@ -1289,7 +1299,7 @@ scope.add_argument(arg_node)
    - [View source] + [View source]
    @@ -1312,7 +1322,7 @@ scope.add_ivariable(ivar_node)
    - [View source] + [View source]
    @@ -1335,7 +1345,7 @@ scope.add_type_dec_variable(node)
    - [View source] + [View source]
    @@ -1358,7 +1368,7 @@ scope.add_variable(var_node)
    - [View source] + [View source]
    @@ -1379,7 +1389,7 @@ scope.add_variable(var_node)
    - [View source] + [View source]
    @@ -1400,7 +1410,7 @@ scope.add_variable(var_node)
    - [View source] + [View source]
    @@ -1423,7 +1433,7 @@ scope.assign_variable(var_name, assign_node)
    - [View source] + [View source]
    @@ -1444,7 +1454,7 @@ scope.assign_variable(var_name, assign_node)
    - [View source] + [View source]
    @@ -1465,7 +1475,7 @@ scope.assign_variable(var_name, assign_node)
    - [View source] + [View source]
    @@ -1487,7 +1497,7 @@ scope.assign_variable(var_name, assign_node)
    - [View source] + [View source]
    @@ -1508,7 +1518,7 @@ scope.assign_variable(var_name, assign_node)
    - [View source] + [View source]
    @@ -1524,7 +1534,7 @@ scope.assign_variable(var_name, assign_node)
    - [View source] + [View source]
    @@ -1540,7 +1550,7 @@ scope.assign_variable(var_name, assign_node)
    - [View source] + [View source]
    @@ -1562,7 +1572,7 @@ the same Crystal node as @node.


    - [View source] + [View source]
    @@ -1585,7 +1595,7 @@ scope.find_variable("foo")
    - [View source] + [View source]
    @@ -1629,7 +1639,7 @@ scope.find_variable("foo")
    - [View source] + [View source]
    @@ -1650,7 +1660,7 @@ scope.find_variable("foo")
    - [View source] + [View source]
    @@ -1671,7 +1681,7 @@ scope.find_variable("foo")
    - [View source] + [View source]
    @@ -1687,7 +1697,7 @@ scope.find_variable("foo")
    - [View source] + [View source]
    @@ -1703,7 +1713,7 @@ scope.find_variable("foo")
    - [View source] + [View source]
    @@ -1724,7 +1734,7 @@ scope.find_variable("foo")
    - [View source] + [View source]
    @@ -1745,7 +1755,7 @@ scope.find_variable("foo")
    - [View source] + [View source]
    @@ -1766,7 +1776,7 @@ scope.find_variable("foo")
    - [View source] + [View source]
    @@ -1788,7 +1798,7 @@ scope.find_variable("foo")
    - [View source] + [View source]
    @@ -1812,7 +1822,7 @@ scope.find_variable("foo")
    - [View source] + [View source]
    @@ -1828,7 +1838,7 @@ scope.find_variable("foo")
    - [View source] + [View source]
    @@ -1844,7 +1854,7 @@ scope.find_variable("foo")
    - [View source] + [View source]
    @@ -1865,7 +1875,7 @@ scope.find_variable("foo")
    - [View source] + [View source]
    @@ -1886,7 +1896,7 @@ scope.find_variable("foo")
    - [View source] + [View source]
    @@ -1908,7 +1918,7 @@ type definition, for example a class.


    - [View source] + [View source]
    @@ -1929,7 +1939,7 @@ type definition, for example a class.


    - [View source] + [View source]
    @@ -1950,7 +1960,7 @@ type definition, for example a class.


    - [View source] + [View source]
    @@ -1971,7 +1981,7 @@ type definition, for example a class.


    - [View source] + [View source]
    @@ -1992,7 +2002,7 @@ type definition, for example a class.


    - [View source] + [View source]
    @@ -2014,7 +2024,7 @@ type definition, for example a class.


    - [View source] + [View source]
    diff --git a/Ameba/AST/ScopeVisitor.html b/Ameba/AST/ScopeVisitor.html index 43c59cd7..2314a6eb 100644 --- a/Ameba/AST/ScopeVisitor.html +++ b/Ameba/AST/ScopeVisitor.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -880,7 +890,7 @@ - + ameba/ast/visitors/scope_visitor.cr @@ -1027,7 +1037,7 @@
    - [View source] + [View source]
    diff --git a/Ameba/AST/TopLevelNodesVisitor.html b/Ameba/AST/TopLevelNodesVisitor.html index 3624c98f..22f8d13a 100644 --- a/Ameba/AST/TopLevelNodesVisitor.html +++ b/Ameba/AST/TopLevelNodesVisitor.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -881,7 +891,7 @@ can characterize the source (i.e. require statements, modules etc.)

    - + ameba/ast/visitors/top_level_nodes_visitor.cr @@ -1010,7 +1020,7 @@ can characterize the source (i.e. require statements, modules etc.)


    - [View source] + [View source]
    @@ -1040,7 +1050,7 @@ can characterize the source (i.e. require statements, modules etc.)


    - [View source] + [View source]
    @@ -1062,7 +1072,7 @@ then always traverse the children.


    - [View source] + [View source]
    @@ -1084,7 +1094,7 @@ Returns false, meaning all child nodes will not be traversed.


    - [View source] + [View source]
    diff --git a/Ameba/AST/TypeDecVariable.html b/Ameba/AST/TypeDecVariable.html index f06face3..4086fbec 100644 --- a/Ameba/AST/TypeDecVariable.html +++ b/Ameba/AST/TypeDecVariable.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -869,7 +879,7 @@ - + ameba/ast/variabling/type_dec_variable.cr @@ -1002,7 +1012,7 @@
    - [View source] + [View source]
    @@ -1032,7 +1042,7 @@
    - [View source] + [View source]
    @@ -1048,7 +1058,7 @@
    - [View source] + [View source]
    @@ -1064,7 +1074,7 @@
    - [View source] + [View source]
    @@ -1080,7 +1090,7 @@
    - [View source] + [View source]
    @@ -1096,7 +1106,7 @@
    - [View source] + [View source]
    @@ -1112,7 +1122,7 @@
    - [View source] + [View source]
    @@ -1128,7 +1138,7 @@
    - [View source] + [View source]
    @@ -1144,7 +1154,7 @@
    - [View source] + [View source]
    diff --git a/Ameba/AST/Util.html b/Ameba/AST/Util.html index 9fbbbf9a..2ecb2775 100644 --- a/Ameba/AST/Util.html +++ b/Ameba/AST/Util.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -948,7 +958,7 @@ - + ameba/ast/util.cr @@ -1125,7 +1135,7 @@
    - [View source] + [View source]
    @@ -1147,7 +1157,7 @@ Wraps implicit tuple literal with curly brackets (e.g. multi-return).


    - [View source] + [View source]
    @@ -1168,7 +1178,7 @@ Wraps implicit tuple literal with curly brackets (e.g. multi-return).


    - [View source] + [View source]
    @@ -1189,7 +1199,7 @@ Wraps implicit tuple literal with curly brackets (e.g. multi-return).


    - [View source] + [View source]
    @@ -1212,7 +1222,7 @@ or special call node that interrupts execution (i.e. raise, exit, abort).


    - [View source] + [View source]
    @@ -1248,7 +1258,7 @@ a flow command return:


    - [View source] + [View source]
    @@ -1269,7 +1279,7 @@ a flow command return:


    - [View source] + [View source]
    @@ -1290,7 +1300,7 @@ a flow command return:


    - [View source] + [View source]
    @@ -1313,7 +1323,7 @@ off-by-one error.


    - [View source] + [View source]
    @@ -1334,7 +1344,7 @@ off-by-one error.


    - [View source] + [View source]
    @@ -1355,7 +1365,7 @@ off-by-one error.


    - [View source] + [View source]
    @@ -1378,7 +1388,7 @@ to determine and cut a piece of source of the node.


    - [View source] + [View source]
    @@ -1400,7 +1410,7 @@ matching given name, false otherwise.


    - [View source] + [View source]
    @@ -1421,7 +1431,7 @@ matching given name, false otherwise.


    - [View source] + [View source]
    @@ -1442,7 +1452,7 @@ matching given name, false otherwise.


    - [View source] + [View source]
    @@ -1463,7 +1473,7 @@ matching given name, false otherwise.


    - [View source] + [View source]
    diff --git a/Ameba/AST/Variable.html b/Ameba/AST/Variable.html index 4bec7606..7952b700 100644 --- a/Ameba/AST/Variable.html +++ b/Ameba/AST/Variable.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -895,7 +905,7 @@ Holds the var node and variable assignments.

    - + ameba/ast/variabling/variable.cr @@ -1148,7 +1158,7 @@ Holds the var node and variable assignments.


    - [View source] + [View source]
    @@ -1188,7 +1198,7 @@ variable.assignment.size # => 2
    - [View source] + [View source]
    @@ -1209,7 +1219,7 @@ variable.assignment.size # => 2
    - [View source] + [View source]
    @@ -1230,7 +1240,7 @@ variable.assignment.size # => 2
    - [View source] + [View source]
    @@ -1258,7 +1268,7 @@ by block:


    - [View source] + [View source]
    @@ -1279,7 +1289,7 @@ by block:


    - [View source] + [View source]
    @@ -1295,7 +1305,7 @@ by block:


    - [View source] + [View source]
    @@ -1311,7 +1321,7 @@ by block:


    - [View source] + [View source]
    @@ -1333,7 +1343,7 @@ the same Crystal node as @node.


    - [View source] + [View source]
    @@ -1354,7 +1364,7 @@ the same Crystal node as @node.


    - [View source] + [View source]
    @@ -1370,7 +1380,7 @@ the same Crystal node as @node.


    - [View source] + [View source]
    @@ -1386,7 +1396,7 @@ the same Crystal node as @node.


    - [View source] + [View source]
    @@ -1402,7 +1412,7 @@ the same Crystal node as @node.


    - [View source] + [View source]
    @@ -1418,7 +1428,7 @@ the same Crystal node as @node.


    - [View source] + [View source]
    @@ -1439,7 +1449,7 @@ the same Crystal node as @node.


    - [View source] + [View source]
    @@ -1462,7 +1472,7 @@ variable.reference(var_node, some_scope)
    - [View source] + [View source]
    @@ -1486,7 +1496,7 @@ variable.reference_assignments!
    - [View source] + [View source]
    @@ -1510,7 +1520,7 @@ variable.referenced? # => true
    - [View source] + [View source]
    @@ -1531,7 +1541,7 @@ variable.referenced? # => true
    - [View source] + [View source]
    @@ -1552,7 +1562,7 @@ variable.referenced? # => true
    - [View source] + [View source]
    @@ -1573,7 +1583,7 @@ variable.referenced? # => true
    - [View source] + [View source]
    @@ -1595,7 +1605,7 @@ variable.referenced? # => true
    - [View source] + [View source]
    @@ -1611,7 +1621,7 @@ variable.referenced? # => true
    - [View source] + [View source]
    @@ -1627,7 +1637,7 @@ variable.referenced? # => true
    - [View source] + [View source]
    @@ -1649,7 +1659,7 @@ variable.referenced? # => true
    - [View source] + [View source]
    diff --git a/Ameba/Config.html b/Ameba/Config.html index d39f1729..10e37a1e 100644 --- a/Ameba/Config.html +++ b/Ameba/Config.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -920,7 +930,7 @@ then it will use the config as specified inside the first of the following files - + ameba/config.cr @@ -1189,7 +1199,7 @@ then it will use the config as specified inside the first of the following files
    - [View source] + [View source]
    @@ -1211,7 +1221,7 @@ then it will use the config as specified inside the first of the following files
    - [View source] + [View source]
    @@ -1244,7 +1254,7 @@ then it will use the config as specified inside the first of the following files
    - [View source] + [View source]
    @@ -1265,7 +1275,7 @@ then it will use the config as specified inside the first of the following files
    - [View source] + [View source]
    @@ -1289,7 +1299,7 @@ config.excluded = ["spec"
    - [View source] + [View source]
    @@ -1313,7 +1323,7 @@ config.excluded = ["spec"
    - [View source] + [View source]
    @@ -1338,7 +1348,7 @@ config.formatter
    - [View source] + [View source]
    @@ -1361,7 +1371,7 @@ config.formatter = :progress
    - [View source] + [View source]
    @@ -1386,7 +1396,7 @@ config.formatter
    - [View source] + [View source]
    @@ -1412,7 +1422,7 @@ config.globs
    - [View source] + [View source]
    @@ -1438,7 +1448,7 @@ config.globs
    - [View source] + [View source]
    @@ -1454,7 +1464,7 @@ config.globs
    - [View source] + [View source]
    @@ -1470,7 +1480,7 @@ config.globs
    - [View source] + [View source]
    @@ -1486,7 +1496,7 @@ config.globs
    - [View source] + [View source]
    @@ -1512,7 +1522,7 @@ config.sources # => list of sources pointing to files found b
    - [View source] + [View source]
    @@ -1535,7 +1545,7 @@ config.update_rule "MyRuleName", enabled:
    - [View source] + [View source]
    @@ -1560,7 +1570,7 @@ config.update_rules %w(Rule1 Rule2), enabled: diff --git a/Ameba/Ext.html b/Ameba/Ext.html index 6b8961cc..dd8a3918 100644 --- a/Ameba/Ext.html +++ b/Ameba/Ext.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -867,7 +877,7 @@ - + ameba/ext/location.cr diff --git a/Ameba/Ext/Location.html b/Ameba/Ext/Location.html index dd55cd42..1fbedaa8 100644 --- a/Ameba/Ext/Location.html +++ b/Ameba/Ext/Location.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -892,7 +902,7 @@ - + ameba/ext/location.cr @@ -979,7 +989,7 @@ by the given amount(s).


    - [View source] + [View source]
    @@ -1000,7 +1010,7 @@ by the given amount(s).


    - [View source] + [View source]
    @@ -1022,7 +1032,7 @@ to the given value(s).


    - [View source] + [View source]
    diff --git a/Ameba/Formatter.html b/Ameba/Formatter.html index a0e1e9e4..51354de6 100644 --- a/Ameba/Formatter.html +++ b/Ameba/Formatter.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -878,56 +888,56 @@ - + ameba/formatter/base_formatter.cr
    - + ameba/formatter/disabled_formatter.cr
    - + ameba/formatter/dot_formatter.cr
    - + ameba/formatter/explain_formatter.cr
    - + ameba/formatter/flycheck_formatter.cr
    - + ameba/formatter/json_formatter.cr
    - + ameba/formatter/todo_formatter.cr
    - + ameba/formatter/util.cr diff --git a/Ameba/Formatter/BaseFormatter.html b/Ameba/Formatter/BaseFormatter.html index e4b682fa..4e12ca11 100644 --- a/Ameba/Formatter/BaseFormatter.html +++ b/Ameba/Formatter/BaseFormatter.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -902,7 +912,7 @@ callbacks in Ameba:: - + ameba/formatter/base_formatter.cr @@ -1035,7 +1045,7 @@ callbacks in Ameba::
    - [View source] + [View source]
    @@ -1065,7 +1075,7 @@ callbacks in Ameba::
    @@ -1087,7 +1097,7 @@ A list of inspected sources is passed as an argument.


    @@ -1108,7 +1118,7 @@ A list of inspected sources is passed as an argument.


    @@ -1130,7 +1140,7 @@ A corresponding source is passed as an argument.


    @@ -1152,7 +1162,7 @@ A corresponding source is passed as an argument.


    @@ -1174,7 +1184,7 @@ A list of sources to inspect is passed as an argument.


    diff --git a/Ameba/Formatter/DisabledFormatter.html b/Ameba/Formatter/DisabledFormatter.html index 2e3e846e..e13e2791 100644 --- a/Ameba/Formatter/DisabledFormatter.html +++ b/Ameba/Formatter/DisabledFormatter.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -880,7 +890,7 @@ - + ameba/formatter/disabled_formatter.cr @@ -1030,7 +1040,7 @@ A list of inspected sources is passed as an argument.


    diff --git a/Ameba/Formatter/DotFormatter.html b/Ameba/Formatter/DotFormatter.html index 802b7181..89ea629b 100644 --- a/Ameba/Formatter/DotFormatter.html +++ b/Ameba/Formatter/DotFormatter.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -909,7 +919,7 @@ It is similar to Crystal's dot formatter for specs.

    - + ameba/formatter/dot_formatter.cr @@ -1102,7 +1112,7 @@ It is similar to Crystal's dot formatter for specs.


    @@ -1123,7 +1133,7 @@ It is similar to Crystal's dot formatter for specs.


    @@ -1144,7 +1154,7 @@ It is similar to Crystal's dot formatter for specs.


    diff --git a/Ameba/Formatter/ExplainFormatter.html b/Ameba/Formatter/ExplainFormatter.html index 33538531..e78b171c 100644 --- a/Ameba/Formatter/ExplainFormatter.html +++ b/Ameba/Formatter/ExplainFormatter.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -895,7 +905,7 @@ a specific location.

    - + ameba/formatter/explain_formatter.cr @@ -1053,7 +1063,7 @@ Second argument is location which indicates the location to explain.

    @@ -1088,7 +1098,7 @@ Second argument is location which indicates the location to explain.

    @@ -1104,7 +1114,7 @@ Second argument is location which indicates the location to explain.

    @@ -1120,7 +1130,7 @@ Second argument is location which indicates the location to explain.

    diff --git a/Ameba/Formatter/FlycheckFormatter.html b/Ameba/Formatter/FlycheckFormatter.html index a5b104ac..c7c2aee0 100644 --- a/Ameba/Formatter/FlycheckFormatter.html +++ b/Ameba/Formatter/FlycheckFormatter.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -869,7 +879,7 @@ - + ameba/formatter/flycheck_formatter.cr @@ -1019,7 +1029,7 @@ A corresponding source is passed as an argument.


    diff --git a/Ameba/Formatter/JSONFormatter.html b/Ameba/Formatter/JSONFormatter.html index d2fb910f..228502b4 100644 --- a/Ameba/Formatter/JSONFormatter.html +++ b/Ameba/Formatter/JSONFormatter.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -936,7 +946,7 @@ - + ameba/formatter/json_formatter.cr @@ -1103,7 +1113,7 @@
    @@ -1143,7 +1153,7 @@ A list of inspected sources is passed as an argument.


    @@ -1169,7 +1179,7 @@ A corresponding source is passed as an argument.


    @@ -1195,7 +1205,7 @@ A list of sources to inspect is passed as an argument.


    diff --git a/Ameba/Formatter/TODOFormatter.html b/Ameba/Formatter/TODOFormatter.html index ae10902b..cddf05a7 100644 --- a/Ameba/Formatter/TODOFormatter.html +++ b/Ameba/Formatter/TODOFormatter.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -882,7 +892,7 @@ or excludes failed sources from these rules.

    - + ameba/formatter/todo_formatter.cr @@ -1098,7 +1108,7 @@ or excludes failed sources from these rules.


    @@ -1137,7 +1147,7 @@ or excludes failed sources from these rules.


    diff --git a/Ameba/Formatter/Util.html b/Ameba/Formatter/Util.html index 5b3403a7..eb8acfee 100644 --- a/Ameba/Formatter/Util.html +++ b/Ameba/Formatter/Util.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -897,7 +907,7 @@ - + ameba/formatter/util.cr @@ -982,7 +992,7 @@
    @@ -998,7 +1008,7 @@
    @@ -1014,7 +1024,7 @@
    @@ -1030,7 +1040,7 @@
    @@ -1046,7 +1056,7 @@
    diff --git a/Ameba/GlobUtils.html b/Ameba/GlobUtils.html index 903294e8..deecc479 100644 --- a/Ameba/GlobUtils.html +++ b/Ameba/GlobUtils.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -892,7 +902,7 @@ - + ameba/glob_utils.cr @@ -972,7 +982,7 @@
    @@ -995,7 +1005,7 @@ Globs can have wildcards or be rejected:


    diff --git a/Ameba/InlineComments.html b/Ameba/InlineComments.html index 19345245..fca8886d 100644 --- a/Ameba/InlineComments.html +++ b/Ameba/InlineComments.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -892,7 +902,7 @@ - + ameba/inline_comments.cr @@ -997,7 +1007,7 @@
    @@ -1037,7 +1047,7 @@
    @@ -1066,7 +1076,7 @@ parse_inline_directive(line) # => nil

    - [View source] + [View source]
    diff --git a/Ameba/InlineComments/Action.html b/Ameba/InlineComments/Action.html index 360dcd73..2ef19a9b 100644 --- a/Ameba/InlineComments/Action.html +++ b/Ameba/InlineComments/Action.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -878,7 +888,7 @@ - + ameba/inline_comments.cr @@ -1012,7 +1022,7 @@
    - [View source] + [View source]
    @@ -1028,7 +1038,7 @@
    - [View source] + [View source]
    diff --git a/Ameba/Issue.html b/Ameba/Issue.html index cb5128df..1137a32d 100644 --- a/Ameba/Issue.html +++ b/Ameba/Issue.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -880,7 +890,7 @@ - + ameba/issue.cr @@ -1060,7 +1070,7 @@
    - [View source] + [View source]
    @@ -1095,7 +1105,7 @@
    - [View source] + [View source]
    @@ -1111,7 +1121,7 @@
    - [View source] + [View source]
    @@ -1127,7 +1137,7 @@
    - [View source] + [View source]
    @@ -1143,7 +1153,7 @@
    - [View source] + [View source]
    @@ -1159,7 +1169,7 @@
    - [View source] + [View source]
    @@ -1175,7 +1185,7 @@
    - [View source] + [View source]
    @@ -1191,7 +1201,7 @@
    - [View source] + [View source]
    @@ -1212,7 +1222,7 @@
    - [View source] + [View source]
    @@ -1233,7 +1243,7 @@
    - [View source] + [View source]
    @@ -1254,7 +1264,7 @@
    - [View source] + [View source]
    @@ -1275,7 +1285,7 @@
    - [View source] + [View source]
    @@ -1296,7 +1306,7 @@
    - [View source] + [View source]
    @@ -1312,7 +1322,7 @@
    - [View source] + [View source]
    diff --git a/Ameba/Issue/Status.html b/Ameba/Issue/Status.html index c839a923..e3609431 100644 --- a/Ameba/Issue/Status.html +++ b/Ameba/Issue/Status.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -867,7 +877,7 @@ - + ameba/issue.cr @@ -1001,7 +1011,7 @@
    - [View source] + [View source]
    @@ -1017,7 +1027,7 @@
    - [View source] + [View source]
    diff --git a/Ameba/Presenter.html b/Ameba/Presenter.html index f1ae6016..5d180e82 100644 --- a/Ameba/Presenter.html +++ b/Ameba/Presenter.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -867,21 +877,21 @@ - + ameba/presenter/base_presenter.cr
    - + ameba/presenter/rule_collection_presenter.cr
    - + ameba/presenter/rule_presenter.cr diff --git a/Ameba/Presenter/BasePresenter.html b/Ameba/Presenter/BasePresenter.html index 514398c2..48c1cb56 100644 --- a/Ameba/Presenter/BasePresenter.html +++ b/Ameba/Presenter/BasePresenter.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -885,7 +895,7 @@ - + ameba/presenter/base_presenter.cr @@ -985,7 +995,7 @@
    - [View source] + [View source]
    @@ -1020,7 +1030,7 @@
    - [View source] + [View source]
    diff --git a/Ameba/Presenter/RuleCollectionPresenter.html b/Ameba/Presenter/RuleCollectionPresenter.html index c751b996..196dd06b 100644 --- a/Ameba/Presenter/RuleCollectionPresenter.html +++ b/Ameba/Presenter/RuleCollectionPresenter.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -869,7 +879,7 @@ - + ameba/presenter/rule_collection_presenter.cr @@ -982,7 +992,7 @@
    - [View source] + [View source]
    diff --git a/Ameba/Presenter/RulePresenter.html b/Ameba/Presenter/RulePresenter.html index 1acef88e..5a1fbab7 100644 --- a/Ameba/Presenter/RulePresenter.html +++ b/Ameba/Presenter/RulePresenter.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -869,7 +879,7 @@ - + ameba/presenter/rule_presenter.cr @@ -982,7 +992,7 @@
    - [View source] + [View source]
    diff --git a/Ameba/Reportable.html b/Ameba/Reportable.html index fb1412fa..249dd7e6 100644 --- a/Ameba/Reportable.html +++ b/Ameba/Reportable.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -892,7 +902,7 @@ - + ameba/reportable.cr @@ -1041,7 +1051,7 @@
    - [View source] + [View source]
    @@ -1062,7 +1072,7 @@
    - [View source] + [View source]
    @@ -1083,7 +1093,7 @@
    - [View source] + [View source]
    @@ -1104,7 +1114,7 @@
    - [View source] + [View source]
    @@ -1125,7 +1135,7 @@
    - [View source] + [View source]
    @@ -1146,7 +1156,7 @@
    - [View source] + [View source]
    @@ -1167,7 +1177,7 @@
    - [View source] + [View source]
    @@ -1188,7 +1198,7 @@
    - [View source] + [View source]
    @@ -1209,7 +1219,7 @@
    - [View source] + [View source]
    @@ -1230,7 +1240,7 @@
    - [View source] + [View source]
    @@ -1251,7 +1261,7 @@
    - [View source] + [View source]
    @@ -1272,7 +1282,7 @@
    - [View source] + [View source]
    diff --git a/Ameba/Rule.html b/Ameba/Rule.html index 16a7b1bc..8cfa63f7 100644 --- a/Ameba/Rule.html +++ b/Ameba/Rule.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -867,7 +877,7 @@ - + ameba/rule/base.cr @@ -962,7 +972,7 @@ behave differently than usual rules.


    - [View source] + [View source]
    diff --git a/Ameba/Rule/Base.html b/Ameba/Rule/Base.html index 39692eeb..62b15e65 100644 --- a/Ameba/Rule/Base.html +++ b/Ameba/Rule/Base.html @@ -317,6 +317,26 @@
  • +
  • + Documentation + + + + +
  • +
  • Layout @@ -372,16 +392,6 @@
  • -
  • - Documentation - -
  • - -
  • - DocumentationAdmonition - -
  • -
  • DuplicatedRequire @@ -904,6 +914,10 @@ that are tested by this rule, it should add an issue.