diff --git a/src/Review/Rule.elm b/src/Review/Rule.elm index 72d54c16..56cb02d2 100644 --- a/src/Review/Rule.elm +++ b/src/Review/Rule.elm @@ -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 = \() ->