Skip to content

Changes required for pdf.js update to 4.4.168 version #4

Changes required for pdf.js update to 4.4.168 version

Changes required for pdf.js update to 4.4.168 version #4

Triggered via push October 30, 2024 08:11
Status Failure
Total duration 22m 36s
Artifacts

lint.yml

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

Annotations

10 errors
Lint (lts/*): src/core/bounding_boxes.js#L1
Replace `⏎··OPS,·Util,·IDENTITY_MATRIX⏎}·from·'../shared/util.js'` with `·OPS,·Util,·IDENTITY_MATRIX·}·from·"../shared/util.js"`
Lint (lts/*): src/core/bounding_boxes.js#L2
Member 'IDENTITY_MATRIX' of the import declaration should be sorted alphabetically
Lint (lts/*): src/core/bounding_boxes.js#L4
Dependency cycle detected
Lint (lts/*): src/core/bounding_boxes.js#L4
Replace `⏎··StateManager,⏎··TextState⏎` with `·StateManager,·TextState·`
Lint (lts/*): src/core/bounding_boxes.js#L8
Replace `isDict` with `·isDict·`
Lint (lts/*): src/core/bounding_boxes.js#L10
Unexpected var, use let or const instead
Lint (lts/*): src/core/bounding_boxes.js#L10
Exporting mutable 'var' binding, use 'const' instead
Lint (lts/*): src/core/bounding_boxes.js#L11
'BoundingBoxesCalculator' is already declared in the upper scope on line 10 column 5
Lint (lts/*): src/core/bounding_boxes.js#L30
Replace `x0,·y0,·x1,·y1,·h` with `⏎······x0,⏎······y0,⏎······x1,⏎······y1,⏎······h⏎····`
Lint (lts/*): src/core/bounding_boxes.js#L31
'l' is never reassigned. Use 'const' instead