refactor(autofix): Refactor autofix definition, add abstraction before creating changes #607
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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>'.
|