Skip to content

refactor(autofix): Refactor autofix definition, add abstraction before creating changes #607

refactor(autofix): Refactor autofix definition, add abstraction before creating changes

refactor(autofix): Refactor autofix definition, add abstraction before creating changes #607

Triggered via pull request June 6, 2025 12:58
Status Failure
Total duration 34s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

e2e.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
e2e: src/linter/ui5Types/fix/GlobalFix.ts#L15
Non-abstract class 'GlobalFix' is missing implementations for the following members of 'Fix': 'getNewGlobalAccess', 'setIdentifierForGlobal'.
e2e: src/autofix/solutions/noGlobals.ts#L50
Property 'fixHints' does not exist on type 'RawLintMessage<MESSAGE.DEPRECATED_API_ACCESS | MESSAGE.DEPRECATED_FUNCTION_CALL | MESSAGE.NO_GLOBALS>'.
e2e: src/autofix/solutions/noGlobals.ts#L49
Property 'fixHints' does not exist on type 'RawLintMessage<MESSAGE.DEPRECATED_API_ACCESS | MESSAGE.DEPRECATED_FUNCTION_CALL | MESSAGE.NO_GLOBALS>'.
e2e: src/autofix/solutions/noGlobals.ts#L48
Property 'fixHints' does not exist on type 'RawLintMessage<MESSAGE.DEPRECATED_API_ACCESS | MESSAGE.DEPRECATED_FUNCTION_CALL | MESSAGE.NO_GLOBALS>'.
e2e: src/autofix/solutions/noGlobals.ts#L47
Property 'fixHints' does not exist on type 'RawLintMessage<MESSAGE.DEPRECATED_API_ACCESS | MESSAGE.DEPRECATED_FUNCTION_CALL | MESSAGE.NO_GLOBALS>'.
e2e: src/autofix/solutions/noGlobals.ts#L37
Property 'fixHints' does not exist on type 'RawLintMessage<MESSAGE.DEPRECATED_API_ACCESS | MESSAGE.DEPRECATED_FUNCTION_CALL | MESSAGE.NO_GLOBALS>'.
e2e: src/autofix/solutions/noGlobals.ts#L33
Property 'fixHints' does not exist on type 'RawLintMessage<MESSAGE.DEPRECATED_API_ACCESS | MESSAGE.DEPRECATED_FUNCTION_CALL | MESSAGE.NO_GLOBALS>'.
e2e: src/autofix/solutions/noGlobals.ts#L33
Property 'fixHints' does not exist on type 'RawLintMessage<MESSAGE.DEPRECATED_API_ACCESS | MESSAGE.DEPRECATED_FUNCTION_CALL | MESSAGE.NO_GLOBALS>'.
e2e: src/autofix/solutions/noGlobals.ts#L27
Property 'fixHints' does not exist on type 'RawLintMessage<MESSAGE.DEPRECATED_API_ACCESS | MESSAGE.DEPRECATED_FUNCTION_CALL | MESSAGE.NO_GLOBALS>'.
e2e: src/autofix/solutions/codeReplacer.ts#L64
Property 'fixHints' does not exist on type 'RawLintMessage<MESSAGE>'.