Skip to content

Support for showing history in a preview window to better search for … #400

Support for showing history in a preview window to better search for …

Support for showing history in a preview window to better search for … #400

Re-run triggered January 2, 2024 18:07
Status Failure
Total duration 32s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: src/commads/showClipboardHistory.ts#L6
[eslint] reported by reviewdog 🐶 Replace `⏎export·class·ClipboardHistoryProvider·implements·vscode.TextDocumentContentProvider·` with `export·class·ClipboardHistoryProvider⏎··implements·vscode.TextDocumentContentProvider⏎` Raw Output: {"ruleId":"prettier/prettier","severity":2,"message":"Replace `⏎export·class·ClipboardHistoryProvider·implements·vscode.TextDocumentContentProvider·` with `export·class·ClipboardHistoryProvider⏎··implements·vscode.TextDocumentContentProvider⏎`","line":6,"column":1,"nodeType":null,"messageId":"replace","endLine":7,"endColumn":85,"fix":{"range":[189,274],"text":"export class ClipboardHistoryProvider\n implements vscode.TextDocumentContentProvider\n"}}
lint: src/commads/showClipboardHistory.ts#L8
[eslint] reported by reviewdog 🐶 Delete `⏎··` Raw Output: {"ruleId":"prettier/prettier","severity":2,"message":"Delete `⏎··`","line":8,"column":54,"nodeType":null,"messageId":"delete","endLine":9,"endColumn":3,"fix":{"range":[329,332],"text":""}}
lint: src/commads/showClipboardHistory.ts#L11
[eslint] reported by reviewdog 🐶 Delete `·` Raw Output: {"ruleId":"prettier/prettier","severity":2,"message":"Delete `·`","line":11,"column":63,"nodeType":null,"messageId":"delete","endLine":11,"endColumn":64,"fix":{"range":[397,398],"text":""}}
lint: src/commads/showClipboardHistory.ts#L13
[eslint] reported by reviewdog 🐶 Replace `(clip)` with `clip` Raw Output: {"ruleId":"prettier/prettier","severity":2,"message":"Replace `(clip)` with `clip`","line":13,"column":12,"nodeType":null,"messageId":"replace","endLine":13,"endColumn":18,"fix":{"range":[429,435],"text":"clip"}}
lint: src/commads/showClipboardHistory.ts#L15
[eslint] reported by reviewdog 🐶 Replace `''` with `""` Raw Output: {"ruleId":"prettier/prettier","severity":2,"message":"Replace `''` with `\"\"`","line":15,"column":63,"nodeType":null,"messageId":"replace","endLine":15,"endColumn":65,"fix":{"range":[572,574],"text":"\"\""}}
lint: src/commads/showClipboardHistory.ts#L21
[eslint] reported by reviewdog 🐶 Replace `'\n\n'` with `"\n\n"` Raw Output: {"ruleId":"prettier/prettier","severity":2,"message":"Replace `'\\n\\n'` with `\"\\n\\n\"`","line":21,"column":13,"nodeType":null,"messageId":"replace","endLine":21,"endColumn":19,"fix":{"range":[854,860],"text":"\"\\n\\n\""}}
lint: src/commads/showClipboardHistory.ts#L24
[eslint] reported by reviewdog 🐶 'uri' is defined but never used. Allowed unused args must match /^_/u. Raw Output: {"ruleId":"@typescript-eslint/no-unused-vars","severity":2,"message":"'uri' is defined but never used. Allowed unused args must match /^_/u.","line":24,"column":37,"nodeType":"Identifier","messageId":"unusedVar","endLine":24,"endColumn":52}
lint: src/commads/showClipboardHistory.ts#L27
[eslint] reported by reviewdog 🐶 Delete `⏎` Raw Output: {"ruleId":"prettier/prettier","severity":2,"message":"Delete `⏎`","line":27,"column":2,"nodeType":null,"messageId":"delete","endLine":28,"endColumn":1,"fix":{"range":[992,993],"text":""}}
lint: src/commads/showClipboardHistory.ts#L43
[eslint] reported by reviewdog 🐶 'item' is defined but never used. Allowed unused args must match /^_/u. Raw Output: {"ruleId":"@typescript-eslint/no-unused-vars","severity":2,"message":"'item' is defined but never used. Allowed unused args must match /^_/u.","line":43,"column":27,"nodeType":"Identifier","messageId":"unusedVar","endLine":43,"endColumn":48}
lint
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/