Skip to content

refactor: remove unused platform analysis #342

refactor: remove unused platform analysis

refactor: remove unused platform analysis #342

Triggered via push July 7, 2025 11:50
Status Success
Total duration 2m 20s
Artifacts

test.yml

on: push
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Test (ubuntu-latest): src/utils/parse-package-json/get-external-dependencies.ts#L11
Arrow function has a complexity of 13. Maximum allowed is 10
Test (ubuntu-latest): src/utils/log.ts#L7
Unexpected console statement
Test (ubuntu-latest): src/utils/get-entry-points/get-package-exports.ts#L112
Arrow function has a complexity of 12. Maximum allowed is 10
Test (ubuntu-latest): src/rollup/get-rollup-configs.ts#L45
Async arrow function has too many parameters (6). Maximum allowed is 5
Test (ubuntu-latest): src/rollup/get-rollup-configs.ts#L18
This line has 2 statements. Maximum allowed is 1
Test (ubuntu-latest): src/rollup/configs/pkg.ts#L18
Maximum number of dependencies (15) exceeded
Test (ubuntu-latest): src/cli.ts#L223
Unexpected console statement
Test (ubuntu-latest): src/cli.ts#L156
Unexpected console statement
Test (ubuntu-latest): README.md#L210
'fs' is defined but never used