mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-11-23 06:44:41 +03:00
Use case expression
This commit is contained in:
parent
37c75be380
commit
16d7583a3a
@ -4576,10 +4576,9 @@ computeFinalProjectEvaluation reviewOptions project ruleProjectVisitors fixedErr
|
||||
rest
|
||||
accErrors
|
||||
(untouched :: accRules)
|
||||
|
||||
(FoundNoErrors ( errors, newRuleProjectVisitors )) =
|
||||
computeFinalProjectEvaluationHelp ruleProjectVisitors [] []
|
||||
in
|
||||
case computeFinalProjectEvaluationHelp ruleProjectVisitors [] [] of
|
||||
FoundNoErrors ( errors, newRuleProjectVisitors ) ->
|
||||
case findFix reviewOptions project errors fixedErrors Nothing of
|
||||
Just ( postFixStatus, fixResult ) ->
|
||||
let
|
||||
|
Loading…
Reference in New Issue
Block a user