Skip to content

jimp line generator with two points #1600

jimp line generator with two points

jimp line generator with two points #1600

Re-run triggered April 8, 2024 12:29
Status Failure
Total duration 25s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
ESLint: actions/draw_line_on_image.js#L1
Delete `␍`
ESLint: actions/draw_line_on_image.js#L2
Replace `↹name:·"Draw·Line·on·Image",␍` with `··name:·'Draw·Line·on·Image',`
ESLint: actions/draw_line_on_image.js#L3
Replace `↹section:·"Image·Editing",␍` with `··section:·'Image·Editing',⏎`
ESLint: actions/draw_line_on_image.js#L4
Replace `␍⏎↹subtitle(data,·presets)·{␍` with `subtitle(data,·presets)·{`
ESLint: actions/draw_line_on_image.js#L6
Replace `↹··const·storeTypes·=·presets.variables;␍` with `····const·storeTypes·=·presets.variables;`
ESLint: actions/draw_line_on_image.js#L7
Replace `↹··return·`${storeTypes[parseInt(data.storage,·10)]}·(${data.varName})`;␍` with `····return·`${storeTypes[parseInt(data.storage,·10)]}·(${data.varName})`;`
ESLint: actions/draw_line_on_image.js#L8
Replace `↹},␍` with `··},⏎`
ESLint: actions/draw_line_on_image.js#L9
Replace `␍⏎↹meta:·{·version:·"2.1.7",·preciseCheck:·true,·author:·null,·authorUrl:·null,·downloadUrl:·null·},␍` with `meta:·{·version:·'2.1.7',·preciseCheck:·true,·author:·null,·authorUrl:·null,·downloadUrl:·null·},⏎`
ESLint: actions/draw_line_on_image.js#L11
Replace `␍⏎↹fields:·["storage",·"varName",·"x1",·"y1",·"x2",·"y2",·"color",·"thickness"],␍` with `fields:·['storage',·'varName',·'x1',·'y1',·'x2',·'y2',·'color',·'thickness'],⏎`
ESLint: actions/draw_line_on_image.js#L13
Replace `␍⏎↹html(isEvent,·data)·{␍` with `html(isEvent,·data)·{`
ESLint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
ESLint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ESLint: actions/draw_line_on_image.js#L14
'isEvent' is defined but never used
ESLint: actions/draw_line_on_image.js#L14
'data' is defined but never used