Skip to content

Commit

Permalink
Merge pull request #430 from crystal-ameba/fix-issue-429
Browse files Browse the repository at this point in the history
Report unused type declarations in `Lint/UselessAssign` rule
  • Loading branch information
Sija authored Jan 1, 2024
2 parents c9bc01f + 5a24f1e commit 452a7a8
Show file tree
Hide file tree
Showing 6 changed files with 318 additions and 343 deletions.
2 changes: 0 additions & 2 deletions spec/ameba/ast/visitors/flow_expression_visitor_spec.cr
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
require "../../../spec_helper"

module Ameba::AST
source = Source.new ""

describe FlowExpressionVisitor do
it "creates an expression for return" do
rule = FlowExpressionRule.new
Expand Down
Loading

0 comments on commit 452a7a8

Please sign in to comment.