mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-11-22 13:15:59 +03:00
Add TODO
This commit is contained in:
parent
eae205def5
commit
64014670cb
@ -5331,6 +5331,8 @@ projectRuleImplementation schema baseRaise ({ cache } as hidden) =
|
||||
, finalProjectEvaluation = createFinalProjectEvaluationVisitor schema hidden.ruleData raiseCache cache
|
||||
, dataExtractVisitor = createDataExtractVisitor schema raiseCache cache
|
||||
, getErrorsForModule = \filePath -> getErrorsForModule cache filePath
|
||||
|
||||
-- TODO This is called at the wrong moment: This contains the state of the project with fixes that haven't been applied.
|
||||
, getErrors = \() -> errorsFromCache (finalCacheMarker schema.name hidden.ruleData.ruleId cache)
|
||||
, backToRule =
|
||||
\() ->
|
||||
|
Loading…
Reference in New Issue
Block a user