Home
last modified time | relevance | path

Searched defs:ruleId (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/model/
DRule.ts17 ruleId: string; property in Rule
DDefects.ts27 ruleId: string = '@perforce/<checker-name>'; property in Defects
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/common/
DGeneratingJsonFile.ts57 ruleId: defect.ruleId, constant
149 ruleId: string | null; property
DConfigUtils.ts98 for (const [ruleId, level] of Object.entries(ruleSet)) { constant
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/checker/migration/
DInteropRuleInfo.ts19 ruleId: string; property in InteropRuleInfo
DInteropAssignCheck.ts122 const ruleId = this.rule.ruleId; constant
153 const ruleId = this.rule.ruleId; constant
DInteropJSModifyPropertyCheck.ts289 const ruleId = this.rule.ruleId; constant
DInteropBoxedTypeCheck.ts50 const ruleId: string = '@migration/interop-boxed-type-check'; constant
DInteropBackwardDFACheck.ts236 const ruleId = this.rule.ruleId; constant
/arkcompiler/ets_frontend/ets2panda/linter/stats_calculator/src/
Dcalculate-stats.ts28 ruleId: string | null; property