Skip to content

Import used nodes from game file. #333

Import used nodes from game file.

Import used nodes from game file. #333

Triggered via pull request April 20, 2026 18:22
Status Success
Total duration 44s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint/complexity/useOptionalChain: src/games/page/share/shareGame.ts#L20
Change to an optional chain.
lint/suspicious/noDoubleEquals: src/games/page/detail/GamePlayers.tsx#L73
Using == may be unsafe if you are relying on type coercion.
lint/suspicious/useIterableCallbackReturn: src/factories/store/factoriesSlice.ts#L16
This callback passed to forEach() iterable method should not return a value.
lint/suspicious/noArrayIndexKey: src/factories/list/FactoryRow.tsx#L152
Avoid using the index of an array as key property in an element.
lint/suspicious/noArrayIndexKey: src/factories/list/FactoryRow.tsx#L89
Avoid using the index of an array as key property in an element.
lint/suspicious/noArrayIndexKey: src/factories/list/FactoryGridCard.tsx#L67
Avoid using the index of an array as key property in an element.
lint/complexity/noImportantStyles: src/factories/list/FactoriesKanban.css#L18
Avoid the use of the !important style.
lint/suspicious/noArrayIndexKey: src/factories/details/ProductionView.tsx#L180
Avoid using the index of an array as key property in an element.
lint/suspicious/noArrayIndexKey: src/factories/details/ProductionView.tsx#L152
Avoid using the index of an array as key property in an element.
lint/a11y/noSvgWithoutTitle: src/factories/charts/graph/FactoriesGraphLayout.tsx#L137
Alternative text title element cannot be empty