Skip to content

Fix all linting issues #12

Fix all linting issues

Fix all linting issues #12

Triggered via pull request November 13, 2023 19:48
Status Failure
Total duration 40s
Artifacts

pull-request-actions.yml

on: pull_request
PHP Files
9s
PHP Files
Matrix: Javascript, CSS, and package.json
Fit to window
Zoom out
Zoom in

Annotations

12 errors
Javascript, CSS, and package.json (18): bin/addExamplesPerTagReadme.js#L1
Replace `"path"` with `·'path'·`
Javascript, CSS, and package.json (18): bin/addExamplesPerTagReadme.js#L2
Replace `"fs"` with `·'fs'·`
Javascript, CSS, and package.json (18): bin/addExamplesPerTagReadme.js#L5
Replace `rootPath,·"data/examples.json"` with `·rootPath,·'data/examples.json'·`
Javascript, CSS, and package.json (18): bin/addExamplesPerTagReadme.js#L6
Replace `rootPath,·"data/tags.json"` with `·rootPath,·'data/tags.json'·`
Javascript, CSS, and package.json (18): bin/addExamplesPerTagReadme.js#L7
Replace `rootPath,·"README.md"` with `·rootPath,·'README.md'·`
Javascript, CSS, and package.json (18): bin/addExamplesPerTagReadme.js#L9
Replace `fs.readFileSync(examplesJsonPath,·"utf8")` with `·fs.readFileSync(·examplesJsonPath,·'utf8'·)·`
Javascript, CSS, and package.json (18): bin/addExamplesPerTagReadme.js#L10
Replace `fs.readFileSync(tagsJsonPath,·"utf8")` with `·fs.readFileSync(·tagsJsonPath,·'utf8'·)·`
Javascript, CSS, and package.json (18): bin/addExamplesPerTagReadme.js#L12
Replace `(acc,·{·slug·})·=>·{·` with `·(·acc,·{·slug·}·)·=>·{`
Javascript, CSS, and package.json (18): bin/addExamplesPerTagReadme.js#L13
Replace `····acc[slug]·=·examplesJson.filter(({·tags·})·=>·tags.includes(slug)` with `↹acc[·slug·]·=·examplesJson.filter(·(·{·tags·}·)·=>·tags.includes(·slug·)·`
Javascript, CSS, and package.json (lts/*)
The job was canceled because "_18" failed.
Javascript, CSS, and package.json (lts/*)
The operation was canceled.