Remove comment about reporting unused pattern matching variables. This should be a new rule or option

This commit is contained in:
Jeroen Engels 2019-07-03 13:49:27 +02:00
parent b236f10b5f
commit 396aa96c1f

View File

@ -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)