produce Rule Results
suspend fun List<ExportRule>.produceRuleResults(lockFile: LockFile, configFile: ConfigFile, workingSubDir: String, overrides: OverridesDeferred): List<RuleResult>
Runs through a list of ExportRules, applies data to their RuleContexts and transforms them into RuleResults.
RuleContext.MissingProject and RuleContext.Finished are applied last.