Skip to content

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

API and implementation of codefixes and code actions for Rascal itself

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

GitHub Actions / ESLint failed Oct 30, 2024 in 0s

7 errors and 4 warnings

ESLint found 7 errors and 4 warnings

Annotations

Check failure on line 319 in rascal-vscode-extension/src/test/vscode-suite/utils.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

rascal-vscode-extension/src/test/vscode-suite/utils.ts#L319

Expected indentation of 8 spaces but found 12 (editorconfig/indent)

Check failure on line 321 in rascal-vscode-extension/src/test/vscode-suite/utils.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

rascal-vscode-extension/src/test/vscode-suite/utils.ts#L321

Expected indentation of 8 spaces but found 12 (editorconfig/indent)

Check failure on line 322 in rascal-vscode-extension/src/test/vscode-suite/utils.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

rascal-vscode-extension/src/test/vscode-suite/utils.ts#L322

Expected indentation of 8 spaces but found 12 (editorconfig/indent)

Check failure on line 323 in rascal-vscode-extension/src/test/vscode-suite/utils.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

rascal-vscode-extension/src/test/vscode-suite/utils.ts#L323

Expected indentation of 8 spaces but found 12 (editorconfig/indent)

Check failure on line 325 in rascal-vscode-extension/src/test/vscode-suite/utils.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

rascal-vscode-extension/src/test/vscode-suite/utils.ts#L325

Expected indentation of 8 spaces but found 12 (editorconfig/indent)

Check failure on line 326 in rascal-vscode-extension/src/test/vscode-suite/utils.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

rascal-vscode-extension/src/test/vscode-suite/utils.ts#L326

Expected indentation of 8 spaces but found 12 (editorconfig/indent)

Check failure on line 327 in rascal-vscode-extension/src/test/vscode-suite/utils.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

rascal-vscode-extension/src/test/vscode-suite/utils.ts#L327

Expected indentation of 8 spaces but found 12 (editorconfig/indent)

Check warning on line 28 in rascal-vscode-extension/src/test/vscode-suite/dsl.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

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)

Check warning on line 28 in rascal-vscode-extension/src/test/vscode-suite/dsl.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

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)

Check warning on line 28 in rascal-vscode-extension/src/test/vscode-suite/dsl.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

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)

Check warning on line 202 in rascal-vscode-extension/src/test/vscode-suite/ide.test.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

rascal-vscode-extension/src/test/vscode-suite/ide.test.ts#L202

Missing semicolon (@typescript-eslint/semi)