Skip to content

Update the config for timeout errors #181

Update the config for timeout errors

Update the config for timeout errors #181

Triggered via pull request May 31, 2024 23:04
Status Failure
Total duration 34s
Artifacts

run-lint.yml

on: pull_request
Running eslint
26s
Running eslint
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 2 warnings
Running eslint: playwright.config.js#L30
[eslint] reported by reviewdog 🐶 Expected space or tab before '*/' in comment. Raw Output: {"ruleId":"spaced-comment","severity":2,"message":"Expected space or tab before '*/' in comment.","line":30,"column":3,"nodeType":"Block","messageId":"expectedSpaceBefore","endLine":30,"endColumn":24,"fix":{"range":[909,909],"text":" "}}
Running eslint: playwright.config.js#L40
[eslint] reported by reviewdog 🐶 This line has a length of 124. Maximum allowed is 120. Raw Output: {"ruleId":"max-len","severity":2,"message":"This line has a length of 124. Maximum allowed is 120.","line":40,"column":1,"nodeType":"Program","messageId":"max","endLine":40,"endColumn":125}
Running eslint: tests/milo/htmlextn.feature.test.js#L45
[eslint] reported by reviewdog 🐶 Trailing spaces not allowed. Raw Output: {"ruleId":"no-trailing-spaces","severity":2,"message":"Trailing spaces not allowed.","line":45,"column":1,"nodeType":"Program","messageId":"trailingSpace","endLine":45,"endColumn":9,"fix":{"range":[1607,1615],"text":""}}
Running eslint
Error running eslint.
Running eslint
Process completed with exit code 1.
Running eslint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, tj-actions/changed-files@v38. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Running 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/