Quality hardening: real bug fixes + SOLID/DRY refactors + honest coverage + tooling spine #234
Annotations
10 errors and 11 warnings
|
verify
Missing return type on function
|
|
verify
's' is never reassigned. Use 'const' instead
|
|
verify
Missing return type on function
|
|
verify
A `require()` style import is forbidden
|
|
verify:
packages/rag/src/extract.ts#L17
'TEXT_EXT' is assigned a value but never used
|
|
verify:
packages/models/src/filters.ts#L163
Missing return type on function
|
|
verify:
packages/design/tailwind-preset.js#L16
Missing return type on function
|
|
verify:
packages/clipboard/src/fuzzy-search.ts#L107
Unnecessary escape character: \/
|
|
verify:
packages/clipboard/src/engine.ts#L102
Missing return type on function
|
|
verify:
packages/clipboard/src/adapters/electron.ts#L9
'ContentType' is defined but never used
|
|
verify
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
verify
Unexpected console statement. Only these console methods are allowed: error, warn
|
|
verify
Unexpected console statement. Only these console methods are allowed: error, warn
|
|
verify
This function has 260 lines, which is greater than the 200 lines authorized. Split it into smaller functions
|
|
verify
Function 'setupCrmIPC' has too many lines (314). Maximum allowed is 250
|
|
verify
Simplify this regular expression to reduce its runtime, as it has super-linear performance due to backtracking
|
|
verify
Function 'recordModelCall' has too many parameters (4). Maximum allowed is 3
|
|
verify
Simplify this regular expression to reduce its runtime, as it has super-linear performance due to backtracking
|
|
verify
Unexpected console statement. Only these console methods are allowed: error, warn
|
|
verify
Unexpected console statement. Only these console methods are allowed: error, warn
|
|
verify
Reduce the total number of "break" and "continue" statements in this loop to use one at most
|