Home
last modified time | relevance | path

Searched defs:ruleSet (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/model/
DRuleConfig.ts24 public ruleSet: string[]; property in RuleConfig
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/common/
DConfigUtils.ts93 const ruleSet = allRules.get(ruleSetStr); constant
244 for (const [ruleSet, rules] of allRules) { constant
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/config/
DruleConfig.json17 "ruleSet": [ array
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DHomeCheck.ts24 ruleSet: string[]; property