From 032960b518cb4e431960996b1e7645cc93bb1149 Mon Sep 17 00:00:00 2001 From: Sija Date: Tue, 11 Jul 2023 21:52:00 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20crystal-?= =?UTF-8?q?ameba/ameba@a33f98624a30a62cdf03affe32e7469ab2287f9f=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 | 8 +- Ameba.html | 30 ++- Ameba/AST.html | 42 ++-- Ameba/AST/Argument.html | 34 +-- Ameba/AST/Assignment.html | 46 ++-- Ameba/AST/BaseVisitor.html | 14 +- Ameba/AST/Branch.html | 34 +-- Ameba/AST/Branchable.html | 32 +-- Ameba/AST/CountingVisitor.html | 18 +- Ameba/AST/FlowExpression.html | 30 ++- Ameba/AST/FlowExpressionVisitor.html | 10 +- Ameba/AST/InstanceVariable.html | 30 ++- Ameba/AST/NodeVisitor.html | 68 +++--- Ameba/AST/NodeVisitor/Category.html | 14 +- .../RedundantControlExpressionVisitor.html | 18 +- Ameba/AST/Reference.html | 14 +- Ameba/AST/Scope.html | 82 ++++--- Ameba/AST/ScopeVisitor.html | 12 +- Ameba/AST/TopLevelNodesVisitor.html | 18 +- Ameba/AST/TypeDecVariable.html | 28 ++- Ameba/AST/Util.html | 42 ++-- Ameba/AST/Variable.html | 60 ++--- Ameba/Config.html | 44 ++-- Ameba/Ext.html | 10 +- Ameba/Ext/Location.html | 16 +- Ameba/Formatter.html | 24 +- Ameba/Formatter/BaseFormatter.html | 24 +- Ameba/Formatter/DisabledFormatter.html | 12 +- Ameba/Formatter/DotFormatter.html | 16 +- Ameba/Formatter/ExplainFormatter.html | 18 +- Ameba/Formatter/FlycheckFormatter.html | 12 +- Ameba/Formatter/JSONFormatter.html | 18 +- Ameba/Formatter/TODOFormatter.html | 14 +- Ameba/Formatter/Util.html | 20 +- Ameba/GlobUtils.html | 14 +- Ameba/InlineComments.html | 16 +- Ameba/InlineComments/Action.html | 14 +- Ameba/Issue.html | 38 +-- Ameba/Issue/Status.html | 14 +- Ameba/Reportable.html | 34 +-- Ameba/Rule.html | 12 +- Ameba/Rule/Base.html | 30 ++- Ameba/Rule/Layout.html | 14 +- Ameba/Rule/Layout/LineLength.html | 14 +- Ameba/Rule/Layout/TrailingBlankLines.html | 14 +- Ameba/Rule/Layout/TrailingWhitespace.html | 14 +- Ameba/Rule/Lint.html | 80 ++++--- Ameba/Rule/Lint/AmbiguousAssignment.html | 14 +- Ameba/Rule/Lint/BadDirective.html | 14 +- Ameba/Rule/Lint/ComparisonToBoolean.html | 14 +- Ameba/Rule/Lint/DebugCalls.html | 14 +- Ameba/Rule/Lint/DebuggerStatement.html | 14 +- Ameba/Rule/Lint/Documentation.html | 24 +- Ameba/Rule/Lint/DuplicatedRequire.html | 14 +- Ameba/Rule/Lint/EmptyEnsure.html | 14 +- Ameba/Rule/Lint/EmptyExpression.html | 14 +- Ameba/Rule/Lint/EmptyLoop.html | 16 +- Ameba/Rule/Lint/Formatting.html | 14 +- Ameba/Rule/Lint/HashDuplicatedKey.html | 14 +- .../Lint/LiteralAssignmentsInExpressions.html | 14 +- Ameba/Rule/Lint/LiteralInCondition.html | 14 +- Ameba/Rule/Lint/LiteralInInterpolation.html | 14 +- Ameba/Rule/Lint/LiteralsComparison.html | 14 +- Ameba/Rule/Lint/MissingBlockArgument.html | 16 +- Ameba/Rule/Lint/NotNil.html | 16 +- Ameba/Rule/Lint/NotNilAfterNoBang.html | 16 +- Ameba/Rule/Lint/PercentArrays.html | 14 +- Ameba/Rule/Lint/RandZero.html | 14 +- Ameba/Rule/Lint/RedundantStringCoercion.html | 14 +- Ameba/Rule/Lint/RedundantWithIndex.html | 14 +- Ameba/Rule/Lint/RedundantWithObject.html | 14 +- Ameba/Rule/Lint/ShadowedArgument.html | 16 +- Ameba/Rule/Lint/ShadowedException.html | 14 +- Ameba/Rule/Lint/ShadowingOuterLocalVar.html | 16 +- Ameba/Rule/Lint/SharedVarInFiber.html | 16 +- Ameba/Rule/Lint/SpecFocus.html | 16 +- Ameba/Rule/Lint/Syntax.html | 14 +- Ameba/Rule/Lint/UnneededDisableDirective.html | 14 +- Ameba/Rule/Lint/UnreachableCode.html | 16 +- Ameba/Rule/Lint/UnusedArgument.html | 20 +- Ameba/Rule/Lint/UnusedBlockArgument.html | 16 +- Ameba/Rule/Lint/UselessAssign.html | 16 +- Ameba/Rule/Lint/UselessConditionInWhen.html | 14 +- Ameba/Rule/Metrics.html | 10 +- Ameba/Rule/Metrics/CyclomaticComplexity.html | 14 +- Ameba/Rule/Performance.html | 30 ++- Ameba/Rule/Performance/AnyAfterFilter.html | 14 +- Ameba/Rule/Performance/AnyInsteadOfEmpty.html | 14 +- Ameba/Rule/Performance/Base.html | 14 +- .../Performance/ChainedCallWithNoBang.html | 16 +- Ameba/Rule/Performance/CompactAfterMap.html | 16 +- .../Performance/ExcessiveAllocations.html | 16 +- .../Performance/FirstLastAfterFilter.html | 16 +- Ameba/Rule/Performance/FlattenAfterMap.html | 16 +- Ameba/Rule/Performance/MapInsteadOfBlock.html | 16 +- Ameba/Rule/Performance/MinMaxAfterMap.html | 16 +- Ameba/Rule/Performance/SizeAfterFilter.html | 16 +- Ameba/Rule/Style.html | 44 ++-- Ameba/Rule/Style/ConstantNames.html | 14 +- Ameba/Rule/Style/GuardClause.html | 20 +- Ameba/Rule/Style/IsAFilter.html | 16 +- Ameba/Rule/Style/IsANil.html | 14 +- Ameba/Rule/Style/LargeNumbers.html | 14 +- Ameba/Rule/Style/MethodNames.html | 14 +- .../Rule/Style/NegatedConditionsInUnless.html | 14 +- .../Style/ParenthesesAroundCondition.html | 14 +- Ameba/Rule/Style/PredicateName.html | 14 +- Ameba/Rule/Style/QueryBoolMethods.html | 14 +- Ameba/Rule/Style/RedundantBegin.html | 14 +- Ameba/Rule/Style/RedundantNext.html | 16 +- Ameba/Rule/Style/RedundantReturn.html | 16 +- Ameba/Rule/Style/TypeNames.html | 14 +- Ameba/Rule/Style/UnlessElse.html | 14 +- Ameba/Rule/Style/VariableNames.html | 16 +- Ameba/Rule/Style/VerboseBlock.html | 14 +- Ameba/Rule/Style/WhileTrue.html | 14 +- Ameba/Runner.html | 20 +- Ameba/Runner/InfiniteCorrectionLoopError.html | 12 +- Ameba/Severity.html | 22 +- Ameba/SeverityYamlConverter.html | 14 +- Ameba/Source.html | 38 +-- Ameba/Source/Corrector.html | 70 +++--- Ameba/Source/Rewriter.html | 34 +-- Ameba/Spec.html | 12 +- Ameba/Spec/AnnotatedSource.html | 24 +- Ameba/Spec/BeValid.html | 12 +- Ameba/Spec/BeValidExpectation.html | 20 +- Ameba/Spec/ExpectIssue.html | 18 +- Ameba/Spec/Util.html | 12 +- Ameba/Tokenizer.html | 16 +- css/style.css | 221 ++++++++++++++++++ index.html | 8 +- index.json | 2 +- js/doc.js | 2 +- search-index.js | 2 +- 135 files changed, 1931 insertions(+), 924 deletions(-) diff --git a/404.html b/404.html index 44e1a6e9..4a0ea6ac 100644 --- a/404.html +++ b/404.html @@ -3,7 +3,8 @@ - + + @@ -25,6 +26,11 @@ + + @@ -1218,7 +1224,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 11d5baf0..3cf53ff6 100644 --- a/Ameba/AST/Assignment.html +++ b/Ameba/AST/Assignment.html @@ -3,7 +3,8 @@ - + + @@ -25,6 +26,11 @@ + + @@ -1099,7 +1105,7 @@ Holds the assign node and the variable.


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


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


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


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


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


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


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


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


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


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


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


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


- [View source] + [View source]
@@ -1351,7 +1357,7 @@ i.e.


- [View source] + [View source]
@@ -1372,7 +1378,7 @@ i.e.


- [View source] + [View source]
diff --git a/Ameba/AST/BaseVisitor.html b/Ameba/AST/BaseVisitor.html index cd5d4d6e..33a7a17f 100644 --- a/Ameba/AST/BaseVisitor.html +++ b/Ameba/AST/BaseVisitor.html @@ -3,7 +3,8 @@ - + + @@ -25,6 +26,11 @@ + + @@ -1152,7 +1158,7 @@ For example, the branchable if statement contains 3 branches:


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


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


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


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


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


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


- [View source] + [View source]
@@ -1309,7 +1315,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 1256b20c..3d6b498c 100644 --- a/Ameba/AST/Branchable.html +++ b/Ameba/AST/Branchable.html @@ -3,7 +3,8 @@ - + + @@ -25,6 +26,11 @@ + + @@ -1170,7 +1176,7 @@ are branchables.


- [View source] + [View source]
@@ -1186,7 +1192,7 @@ are branchables.


- [View source] + [View source]
@@ -1202,7 +1208,7 @@ are branchables.


- [View source] + [View source]
@@ -1224,7 +1230,7 @@ are branchables.


- [View source] + [View source]
@@ -1245,7 +1251,7 @@ are branchables.


- [View source] + [View source]
@@ -1266,7 +1272,7 @@ are branchables.


- [View source] + [View source]
@@ -1282,7 +1288,7 @@ are branchables.


- [View source] + [View source]
@@ -1298,7 +1304,7 @@ are branchables.


- [View source] + [View source]
diff --git a/Ameba/AST/CountingVisitor.html b/Ameba/AST/CountingVisitor.html index 4054dff6..14320eca 100644 --- a/Ameba/AST/CountingVisitor.html +++ b/Ameba/AST/CountingVisitor.html @@ -3,7 +3,8 @@ - + + @@ -25,6 +26,11 @@ + + @@ -1042,7 +1048,7 @@
- [View source] + [View source]
diff --git a/Ameba/AST/FlowExpression.html b/Ameba/AST/FlowExpression.html index 526be9da..d9a01653 100644 --- a/Ameba/AST/FlowExpression.html +++ b/Ameba/AST/FlowExpression.html @@ -3,7 +3,8 @@ - + + @@ -25,6 +26,11 @@ + + @@ -1165,7 +1171,7 @@ a parent node, which allows easily search through the related statement
- [View source] + [View source]
@@ -1181,7 +1187,7 @@ a parent node, which allows easily search through the related statement
- [View source] + [View source]
@@ -1197,7 +1203,7 @@ a parent node, which allows easily search through the related statement
- [View source] + [View source]
@@ -1218,7 +1224,7 @@ a parent node, which allows easily search through the related statement
- [View source] + [View source]
@@ -1234,7 +1240,7 @@ a parent node, which allows easily search through the related statement
- [View source] + [View source]
@@ -1250,7 +1256,7 @@ a parent node, which allows easily search through the related statement
- [View source] + [View source]
@@ -1278,7 +1284,7 @@ For example:


- [View source] + [View source]
diff --git a/Ameba/AST/FlowExpressionVisitor.html b/Ameba/AST/FlowExpressionVisitor.html index 9aaa9afa..ce5e1670 100644 --- a/Ameba/AST/FlowExpressionVisitor.html +++ b/Ameba/AST/FlowExpressionVisitor.html @@ -3,7 +3,8 @@ - + + @@ -25,6 +26,11 @@ + + @@ -1066,7 +1072,7 @@
- [View source] + [View source]
@@ -1082,7 +1088,7 @@
- [View source] + [View source]
@@ -1098,7 +1104,7 @@
- [View source] + [View source]
@@ -1114,7 +1120,7 @@
- [View source] + [View source]
diff --git a/Ameba/AST/NodeVisitor.html b/Ameba/AST/NodeVisitor.html index 1377bd78..542e4f83 100644 --- a/Ameba/AST/NodeVisitor.html +++ b/Ameba/AST/NodeVisitor.html @@ -3,7 +3,8 @@ - + + @@ -25,6 +26,11 @@ + + @@ -1257,7 +1263,7 @@ to be inspected by rules.


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


- [View source] + [View source]
@@ -1303,7 +1309,7 @@ to be inspected by rules.


- [View source] + [View source]
@@ -1326,7 +1332,7 @@ to be inspected by rules.


- [View source] + [View source]
@@ -1349,7 +1355,7 @@ to be inspected by rules.


- [View source] + [View source]
@@ -1372,7 +1378,7 @@ to be inspected by rules.


- [View source] + [View source]
@@ -1395,7 +1401,7 @@ to be inspected by rules.


- [View source] + [View source]
@@ -1418,7 +1424,7 @@ to be inspected by rules.


- [View source] + [View source]
@@ -1441,7 +1447,7 @@ to be inspected by rules.


- [View source] + [View source]
@@ -1464,7 +1470,7 @@ to be inspected by rules.


- [View source] + [View source]
@@ -1487,7 +1493,7 @@ to be inspected by rules.


- [View source] + [View source]
@@ -1510,7 +1516,7 @@ to be inspected by rules.


- [View source] + [View source]
@@ -1533,7 +1539,7 @@ to be inspected by rules.


- [View source] + [View source]
@@ -1556,7 +1562,7 @@ to be inspected by rules.


- [View source] + [View source]
@@ -1579,7 +1585,7 @@ to be inspected by rules.


- [View source] + [View source]
@@ -1602,7 +1608,7 @@ to be inspected by rules.


- [View source] + [View source]
@@ -1625,7 +1631,7 @@ to be inspected by rules.


- [View source] + [View source]
@@ -1648,7 +1654,7 @@ to be inspected by rules.


- [View source] + [View source]
@@ -1671,7 +1677,7 @@ to be inspected by rules.


- [View source] + [View source]
@@ -1694,7 +1700,7 @@ to be inspected by rules.


- [View source] + [View source]
@@ -1717,7 +1723,7 @@ to be inspected by rules.


- [View source] + [View source]
@@ -1740,7 +1746,7 @@ to be inspected by rules.


- [View source] + [View source]
@@ -1763,7 +1769,7 @@ to be inspected by rules.


- [View source] + [View source]
@@ -1786,7 +1792,7 @@ to be inspected by rules.


- [View source] + [View source]
@@ -1809,7 +1815,7 @@ to be inspected by rules.


- [View source] + [View source]
@@ -1825,7 +1831,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 35c37b95..c3b4d56d 100644 --- a/Ameba/AST/NodeVisitor/Category.html +++ b/Ameba/AST/NodeVisitor/Category.html @@ -3,7 +3,8 @@ - + + @@ -25,6 +26,11 @@ + + diff --git a/Ameba/AST/Reference.html b/Ameba/AST/Reference.html index 26fae92f..c2d03ebd 100644 --- a/Ameba/AST/Reference.html +++ b/Ameba/AST/Reference.html @@ -3,7 +3,8 @@ - + + @@ -25,6 +26,11 @@ + + @@ -1307,7 +1313,7 @@ scope.add_variable(var_node)
- [View source] + [View source]
@@ -1328,7 +1334,7 @@ scope.add_variable(var_node)
- [View source] + [View source]
@@ -1349,7 +1355,7 @@ scope.add_variable(var_node)
- [View source] + [View source]
@@ -1372,7 +1378,7 @@ scope.assign_variable(var_name, assign_node)
- [View source] + [View source]
@@ -1393,7 +1399,7 @@ scope.assign_variable(var_name, assign_node)
- [View source] + [View source]
@@ -1414,7 +1420,7 @@ scope.assign_variable(var_name, assign_node)
- [View source] + [View source]
@@ -1436,7 +1442,7 @@ scope.assign_variable(var_name, assign_node)
- [View source] + [View source]
@@ -1457,7 +1463,7 @@ scope.assign_variable(var_name, assign_node)
- [View source] + [View source]
@@ -1473,7 +1479,7 @@ scope.assign_variable(var_name, assign_node)
- [View source] + [View source]
@@ -1489,7 +1495,7 @@ scope.assign_variable(var_name, assign_node)
- [View source] + [View source]
@@ -1511,7 +1517,7 @@ the same Crystal node as @node.


- [View source] + [View source]
@@ -1534,7 +1540,7 @@ scope.find_variable("foo")
- [View source] + [View source]
@@ -1578,7 +1584,7 @@ scope.find_variable("foo")
- [View source] + [View source]
@@ -1599,7 +1605,7 @@ scope.find_variable("foo")
- [View source] + [View source]
@@ -1620,7 +1626,7 @@ scope.find_variable("foo")
- [View source] + [View source]
@@ -1636,7 +1642,7 @@ scope.find_variable("foo")
- [View source] + [View source]
@@ -1652,7 +1658,7 @@ scope.find_variable("foo")
- [View source] + [View source]
@@ -1673,7 +1679,7 @@ scope.find_variable("foo")
- [View source] + [View source]
@@ -1694,7 +1700,7 @@ scope.find_variable("foo")
- [View source] + [View source]
@@ -1715,7 +1721,7 @@ scope.find_variable("foo")
- [View source] + [View source]
@@ -1737,7 +1743,7 @@ scope.find_variable("foo")
- [View source] + [View source]
@@ -1761,7 +1767,7 @@ scope.find_variable("foo")
- [View source] + [View source]
@@ -1777,7 +1783,7 @@ scope.find_variable("foo")
- [View source] + [View source]
@@ -1793,7 +1799,7 @@ scope.find_variable("foo")
- [View source] + [View source]
@@ -1814,7 +1820,7 @@ scope.find_variable("foo")
- [View source] + [View source]
@@ -1835,7 +1841,7 @@ scope.find_variable("foo")
- [View source] + [View source]
@@ -1857,7 +1863,7 @@ type definition, for example a class.


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


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


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


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


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


- [View source] + [View source]
diff --git a/Ameba/AST/ScopeVisitor.html b/Ameba/AST/ScopeVisitor.html index f8bd9009..ca478e9d 100644 --- a/Ameba/AST/ScopeVisitor.html +++ b/Ameba/AST/ScopeVisitor.html @@ -3,7 +3,8 @@ - + + @@ -25,6 +26,11 @@ + + @@ -1029,7 +1035,7 @@
- [View source] + [View source]
@@ -1045,7 +1051,7 @@
- [View source] + [View source]
@@ -1061,7 +1067,7 @@
- [View source] + [View source]
@@ -1077,7 +1083,7 @@
- [View source] + [View source]
@@ -1093,7 +1099,7 @@
- [View source] + [View source]
diff --git a/Ameba/AST/Util.html b/Ameba/AST/Util.html index c12d2d27..8024b727 100644 --- a/Ameba/AST/Util.html +++ b/Ameba/AST/Util.html @@ -3,7 +3,8 @@ - + + @@ -25,6 +26,11 @@ + + @@ -1138,7 +1144,7 @@ Wraps implicit tuple literal with curly brackets (e.g. multi-return).


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


- [View source] + [View source]
@@ -1197,7 +1203,7 @@ a flow command return:


- [View source] + [View source]
@@ -1218,7 +1224,7 @@ a flow command return:


- [View source] + [View source]
@@ -1239,7 +1245,7 @@ a flow command return:


- [View source] + [View source]
@@ -1262,7 +1268,7 @@ off-by-one error.


- [View source] + [View source]
@@ -1283,7 +1289,7 @@ off-by-one error.


- [View source] + [View source]
@@ -1304,7 +1310,7 @@ off-by-one error.


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


- [View source] + [View source]
@@ -1349,7 +1355,7 @@ matching given name, false otherwise.


- [View source] + [View source]
@@ -1370,7 +1376,7 @@ matching given name, false otherwise.


- [View source] + [View source]
@@ -1391,7 +1397,7 @@ matching given name, false otherwise.


- [View source] + [View source]
@@ -1412,7 +1418,7 @@ matching given name, false otherwise.


- [View source] + [View source]
diff --git a/Ameba/AST/Variable.html b/Ameba/AST/Variable.html index 845dfe7b..062d0e06 100644 --- a/Ameba/AST/Variable.html +++ b/Ameba/AST/Variable.html @@ -3,7 +3,8 @@ - + + @@ -25,6 +26,11 @@ + + @@ -1179,7 +1185,7 @@ variable.assignment.size # => 2
- [View source] + [View source]
@@ -1207,7 +1213,7 @@ by block:


- [View source] + [View source]
@@ -1228,7 +1234,7 @@ by block:


- [View source] + [View source]
@@ -1244,7 +1250,7 @@ by block:


- [View source] + [View source]
@@ -1260,7 +1266,7 @@ by block:


- [View source] + [View source]
@@ -1282,7 +1288,7 @@ the same Crystal node as @node.


- [View source] + [View source]
@@ -1303,7 +1309,7 @@ the same Crystal node as @node.


- [View source] + [View source]
@@ -1319,7 +1325,7 @@ the same Crystal node as @node.


- [View source] + [View source]
@@ -1335,7 +1341,7 @@ the same Crystal node as @node.


- [View source] + [View source]
@@ -1351,7 +1357,7 @@ the same Crystal node as @node.


- [View source] + [View source]
@@ -1367,7 +1373,7 @@ the same Crystal node as @node.


- [View source] + [View source]
@@ -1388,7 +1394,7 @@ the same Crystal node as @node.


- [View source] + [View source]
@@ -1411,7 +1417,7 @@ variable.reference(var_node, some_scope)
- [View source] + [View source]
@@ -1435,7 +1441,7 @@ variable.reference_assignments!
- [View source] + [View source]
@@ -1459,7 +1465,7 @@ variable.referenced? # => true
- [View source] + [View source]
@@ -1480,7 +1486,7 @@ variable.referenced? # => true
- [View source] + [View source]
@@ -1501,7 +1507,7 @@ variable.referenced? # => true
- [View source] + [View source]
@@ -1522,7 +1528,7 @@ variable.referenced? # => true
- [View source] + [View source]
@@ -1544,7 +1550,7 @@ variable.referenced? # => true
- [View source] + [View source]
@@ -1560,7 +1566,7 @@ variable.referenced? # => true
- [View source] + [View source]
@@ -1576,7 +1582,7 @@ variable.referenced? # => true
- [View source] + [View source]
@@ -1598,7 +1604,7 @@ variable.referenced? # => true
- [View source] + [View source]
diff --git a/Ameba/Config.html b/Ameba/Config.html index 06ac7e94..38682978 100644 --- a/Ameba/Config.html +++ b/Ameba/Config.html @@ -3,7 +3,8 @@ - + + @@ -25,6 +26,11 @@ + + @@ -1214,7 +1220,7 @@ then it will use the config as specified inside the first of the following files
- [View source] + [View source]
@@ -1238,7 +1244,7 @@ config.excluded = ["spec"
- [View source] + [View source]
@@ -1262,7 +1268,7 @@ config.excluded = ["spec"
- [View source] + [View source]
@@ -1287,7 +1293,7 @@ config.formatter
- [View source] + [View source]
@@ -1310,7 +1316,7 @@ config.formatter = :progress
- [View source] + [View source]
@@ -1335,7 +1341,7 @@ config.formatter
- [View source] + [View source]
@@ -1361,7 +1367,7 @@ config.globs
- [View source] + [View source]
@@ -1387,7 +1393,7 @@ config.globs
- [View source] + [View source]
@@ -1403,7 +1409,7 @@ config.globs
- [View source] + [View source]
@@ -1419,7 +1425,7 @@ config.globs
- [View source] + [View source]
@@ -1435,7 +1441,7 @@ config.globs
- [View source] + [View source]
@@ -1461,7 +1467,7 @@ config.sources # => list of sources pointing to files found b
- [View source] + [View source]
@@ -1484,7 +1490,7 @@ config.update_rule "MyRuleName", enabled:
- [View source] + [View source]
@@ -1509,7 +1515,7 @@ config.update_rules %w(Rule1 Rule2), enabled:
- [View source] + [View source]
diff --git a/Ameba/Ext.html b/Ameba/Ext.html index 03ffe0ff..ef45a49b 100644 --- a/Ameba/Ext.html +++ b/Ameba/Ext.html @@ -3,7 +3,8 @@ - + + @@ -25,6 +26,11 @@ + + @@ -1161,7 +1167,7 @@
@@ -1182,7 +1188,7 @@
@@ -1203,7 +1209,7 @@
@@ -1224,7 +1230,7 @@
@@ -1245,7 +1251,7 @@
@@ -1261,7 +1267,7 @@
diff --git a/Ameba/Issue/Status.html b/Ameba/Issue/Status.html index d11c788b..5276e85e 100644 --- a/Ameba/Issue/Status.html +++ b/Ameba/Issue/Status.html @@ -3,7 +3,8 @@ - + + @@ -25,6 +26,11 @@ + + @@ -1074,7 +1080,7 @@
@@ -1095,7 +1101,7 @@
@@ -1116,7 +1122,7 @@
@@ -1137,7 +1143,7 @@
@@ -1158,7 +1164,7 @@
@@ -1179,7 +1185,7 @@
@@ -1200,7 +1206,7 @@
@@ -1221,7 +1227,7 @@
diff --git a/Ameba/Rule.html b/Ameba/Rule.html index 14717000..e255682c 100644 --- a/Ameba/Rule.html +++ b/Ameba/Rule.html @@ -3,7 +3,8 @@ - + + @@ -25,6 +26,11 @@ + +
@@ -1358,7 +1364,7 @@ though usually the macro def_hash can be used to generate this meth
@@ -1381,7 +1387,7 @@ usual rules.


@@ -1397,7 +1403,7 @@ usual rules.


@@ -1421,7 +1427,7 @@ that are tested by this rule, it should add an issue.


@@ -1454,7 +1460,7 @@ that are tested by this rule, it should add an issue.


diff --git a/Ameba/Rule/Layout.html b/Ameba/Rule/Layout.html index 7cb28dfa..6c522666 100644 --- a/Ameba/Rule/Layout.html +++ b/Ameba/Rule/Layout.html @@ -3,7 +3,8 @@ - + + @@ -25,6 +26,11 @@ + +