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
PR moves logic out of src/lib/filter/filterNoMatchReason.ts and into src/lib/filter/filter.ts (to match pattern established by shouldSkipRequest()) -- warning's gone, regardless.
…rNoMatchReason.ts (#1585)
### Describe what should be investigated or refactored
Refactor of `src/lib/filter/filterNoMatchReason.ts` to reduce complexity
warnings:
```
/pepr/src/lib/filter/filterNoMatchReason.ts
32:8 warning Function 'filterNoMatchReason' has a complexity of 13. Maximum allowed is 10 complexity
```
### Additional context
Fixes#1584
In support of #1248
Describe what should be investigated or refactored
Refactor of
src/lib/filter/filterNoMatchReason.ts
to reduce complexity warnings:Additional context
In support of #1248
The text was updated successfully, but these errors were encountered: