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
validate-processor.ts is largely untested on main. We'll want to back-fill with some unit tests so that we can confidently refactor. This will provide a faster feedback loop instead of waiting for E2E tests to run.
Describe what should be investigated or refactored
Resolve the following linter warning:
15:8 warning Async function 'validateProcessor' has a complexity of 13. Maximum allowed is 10 complexity
Links to any relevant code
Check out
src/lib/validate-processor.ts
Additional context
Related to #1248
The text was updated successfully, but these errors were encountered: