mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-11-23 14:55:35 +03:00
Remove outdated TODO
This commit is contained in:
parent
8a79876f65
commit
64b2072496
@ -1352,8 +1352,6 @@ computeModules (ProjectRuleSchema schema) visitors project initialContext nodeCo
|
||||
visitors.visitors
|
||||
|> reverseVisitors
|
||||
|
||||
-- TODO make it so we don't compute modules at all if there are no module visitors
|
||||
-- We can probably do that by setting an initial context, and then just replacing in the call to visitModuleForProjectRule
|
||||
computeModule : ProjectRuleCache projectContext -> List ProjectModule -> ProjectModule -> { source : String, errors : List Error, context : projectContext }
|
||||
computeModule cache importedModules module_ =
|
||||
let
|
||||
|
Loading…
Reference in New Issue
Block a user