refactor(relations): 关系数据统一为 camelCase 单一形状 - #13
Merged
Annotations
11 warnings
|
Complete job
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/
|
|
Run npm run lint:
connection/db-manager.ts#L88
Use `Array#toSorted()` instead of `Array#sort()`.
|
|
Run npm run lint:
commands/db.ts#L96
Prefer `find` over filtering and accessing the first result.
|
|
Run npm run lint:
relation-graph.ts#L198
Unexpected `await` inside a loop.
|
|
Run npm run lint:
commands/relations.ts#L338
Unexpected `await` inside a loop.
|
|
Run npm run lint:
commands/relations.ts#L244
Unexpected `await` inside a loop.
|
|
Run npm run lint:
__tests__/db-command.test.ts#L57
Use `Array#toSorted()` instead of `Array#sort()`.
|
|
Run npm run lint:
__tests__/db-command.test.ts#L44
Use `Array#toSorted()` instead of `Array#sort()`.
|
|
Run npm run lint:
__tests__/db-command.test.ts#L17
Use `Array#toSorted()` instead of `Array#sort()`.
|
|
Run npm run lint:
state/workspace.ts#L229
Use `Array#toSorted()` instead of `Array#sort()`.
|
|
Run npm run lint:
state/workspace.ts#L222
Use `Array#toSorted()` instead of `Array#sort()`.
|
background
wait
wait-all
cancel
parallel
Loading