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.