Skip to content

Update yarn and dependencies #126

Update yarn and dependencies

Update yarn and dependencies #126

Triggered via pull request October 4, 2024 09:27
Status Failure
Total duration 46s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
check: plugins/csv-parser/src/dataParser.ts#L146
Promise-returning function provided to property where a void return was expected
check: plugins/csv-parser/src/dataParser.ts#L281
Unsafe assignment of an `any` value
check: plugins/csv-parser/src/dataParser.ts#L288
Unsafe argument of type `any` assigned to a parameter of type `string[][]`
check: plugins/csv-parser/src/dataParser.ts#L294
Unnecessary return statement
check: plugins/csv-parser/src/headerDetect.ts#L25
'e' is defined but never used
check: plugins/csv-parser/src/headerDetect.ts#L31
Unsafe return of a value of type `any`
check: plugins/data-types/src/index.ts#L100
Destructuring assignment target unnecessarily renamed
check: plugins/data-types/src/utils/mainTypeDetection.ts#L13
'e' is defined but never used
check: plugins/excel-reader/src/index.ts#L138
Promise-returning function provided to property where a void return was expected
check: plugins/excel-reader/src/index.ts#L139
Async arrow function has no 'await' expression