mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-11-23 23:05:35 +03:00
Remove comment about reporting unused pattern matching variables. This should be a new rule or option
This commit is contained in:
parent
b236f10b5f
commit
396aa96c1f
@ -231,9 +231,6 @@ import Foo exposing (C, a, b)"""
|
||||
, under = "b"
|
||||
}
|
||||
]
|
||||
|
||||
-- TODO Needs to be improved, every case should create a new scope stack
|
||||
-- Right now, every parameter is considered used, which is not great
|
||||
, test "should not report unused pattern matching parameters" <|
|
||||
\() ->
|
||||
testRule """module A exposing (a)
|
||||
|
Loading…
Reference in New Issue
Block a user