Remove deprecated comment

This commit is contained in:
Jeroen Engels 2020-01-03 17:13:18 +01:00
parent 8fa9ab49a1
commit c1616c82bb

View File

@ -1620,7 +1620,6 @@ by the tests automatically.
-}
errorForFile : FileKey -> { message : String, details : List String } -> Range -> Error
errorForFile (FileKey path) { message, details } range =
-- TODO Use fileKey
Error
{ message = message
, ruleName = ""