Home
last modified time | relevance | path

Searched defs:codeFix (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/
DBaseChecker.ts34 codeFix?(arkFile: ArkFile, fixKey: string): boolean; method
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/common/
DCheckEntry.ts161 public codeFix(fileIssues: FileIssues[]): FileReports[] { method in CheckEntry