Skip to content

refactor: move types and optimize code #68

refactor: move types and optimize code

refactor: move types and optimize code #68

Triggered via pull request November 2, 2024 09:37
Status Failure
Total duration 21s
Artifacts

lint.yml

on: pull_request
Lint & Test
12s
Lint & Test
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint & Test: esbuild.ts#L1
Module '"/home/runner/work/configarr/configarr/esbuild"' has no default export.
Lint & Test: src/config.test.ts#L47
Property 'assign_scores_to' does not exist on type 'InputConfigCustomFormat | undefined'.
Lint & Test: src/config.test.ts#L47
Property 'quality_profiles' does not exist on type 'InputConfigCustomFormat | undefined'.
Lint & Test: src/config.test.ts#L47
'instance' is possibly 'undefined'.
Lint & Test: src/config.test.ts#L49
'instance' is possibly 'undefined'.
Lint & Test: src/util.test.ts#L157
Object is possibly 'undefined'.
Lint & Test: src/util.test.ts#L165
Object is possibly 'undefined'.
Lint & Test: src/util.test.ts#L203
Object is possibly 'undefined'.
Lint & Test: src/util.test.ts#L203
Object is possibly 'undefined'.
Lint & Test: src/util.test.ts#L203
Type '(Field & Field) | undefined' is not assignable to type 'Field & Field'.