Skip to content

API and implementation of codefixes and code actions for Rascal itself #970

API and implementation of codefixes and code actions for Rascal itself

API and implementation of codefixes and code actions for Rascal itself #970

Triggered via pull request October 30, 2024 13:41
Status Success
Total duration 10m 20s
Artifacts

lint.yaml

on: pull_request
Matrix: githubql
Fit to window
Zoom out
Zoom in

Annotations

7 errors, 5 warnings, and 1 notice
rascal-vscode-extension/src/test/vscode-suite/utils.ts#L319
Expected indentation of 8 spaces but found 12 (editorconfig/indent)
rascal-vscode-extension/src/test/vscode-suite/utils.ts#L321
Expected indentation of 8 spaces but found 12 (editorconfig/indent)
rascal-vscode-extension/src/test/vscode-suite/utils.ts#L322
Expected indentation of 8 spaces but found 12 (editorconfig/indent)
rascal-vscode-extension/src/test/vscode-suite/utils.ts#L323
Expected indentation of 8 spaces but found 12 (editorconfig/indent)
rascal-vscode-extension/src/test/vscode-suite/utils.ts#L325
Expected indentation of 8 spaces but found 12 (editorconfig/indent)
rascal-vscode-extension/src/test/vscode-suite/utils.ts#L326
Expected indentation of 8 spaces but found 12 (editorconfig/indent)
rascal-vscode-extension/src/test/vscode-suite/utils.ts#L327
Expected indentation of 8 spaces but found 12 (editorconfig/indent)
rascal-vscode-extension/src/test/vscode-suite/dsl.test.ts#L28
'By' is defined but never used. Allowed unused vars must match /^_/u (@typescript-eslint/no-unused-vars)
rascal-vscode-extension/src/test/vscode-suite/dsl.test.ts#L28
'Key' is defined but never used. Allowed unused vars must match /^_/u (@typescript-eslint/no-unused-vars)
rascal-vscode-extension/src/test/vscode-suite/dsl.test.ts#L28
'TextEditor' is defined but never used. Allowed unused vars must match /^_/u (@typescript-eslint/no-unused-vars)
rascal-vscode-extension/src/test/vscode-suite/ide.test.ts#L202
Missing semicolon (@typescript-eslint/semi)
eslint
The following actions use a deprecated Node.js version and will be forced to run on node20: wearerequired/lint-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
checkstyle
Processed 1 files: No issues found