feat: add report option to cli #2487
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
2 warnings
|
<✓> ESLint | Enforce a maximum cyclomatic complexity allowed in a program:
packages/cli/src/lib/implementation/core-config.middleware.ts#L18
Async function 'coreConfigMiddleware' has a complexity of 22. Maximum allowed is 20.
|
|
<✓> ESLint | Disallow negated conditions.:
packages/core/src/lib/collect-and-persist.ts#L38
Unexpected negated condition.
|