You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…utate-processor.ts (#1543)
### Describe what should be investigated or refactored
Refactor of `src/lib/mutate-processor.ts` to reduce complexity warnings:
```
/pepr/src/lib/mutate-processor.ts
18:8 warning Async function 'mutateProcessor' has a complexity of 18. Maximum allowed is 10 complexity
18:8 warning Async function 'mutateProcessor' has too many statements (49). Maximum allowed is 20 max-statements
99:9 warning Blocks are nested too deeply (4). Maximum allowed is 3 max-depth
```
### Additional context
Fixes#1532
In support of #1248
Describe what should be investigated or refactored
The text was updated successfully, but these errors were encountered: