diff --git a/404.html b/404.html index 1905bd89..573dc70f 100644 --- a/404.html +++ b/404.html @@ -3,7 +3,7 @@ - + diff --git a/Ameba.html b/Ameba.html index 76392670..0e04942e 100644 --- a/Ameba.html +++ b/Ameba.html @@ -3,7 +3,7 @@ - + @@ -819,70 +819,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 @@ -977,7 +977,7 @@ Can be configured via config parameter.


- [View source] + [View source]
diff --git a/Ameba/AST.html b/Ameba/AST.html index a371ce36..4e741443 100644 --- a/Ameba/AST.html +++ b/Ameba/AST.html @@ -3,7 +3,7 @@ - + @@ -797,112 +797,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 002a615b..4cdc2c5e 100644 --- a/Ameba/AST/Argument.html +++ b/Ameba/AST/Argument.html @@ -3,7 +3,7 @@ - + @@ -807,7 +807,7 @@ Holds the reference to the variable, thus to scope.

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


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


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


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


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


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


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


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


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


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


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


- [View source] + [View source]
@@ -1188,7 +1188,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 91265fc8..28fafb5e 100644 --- a/Ameba/AST/Assignment.html +++ b/Ameba/AST/Assignment.html @@ -3,7 +3,7 @@ - + @@ -800,7 +800,7 @@ Holds the assign node and the variable.

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