Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/
DrunTool.ts22 const ruleConfig = ConfigUtils.getConfig(argvObj.configPath, argvObj.arkCheckPath); constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DCommandLineOptions.ts36 ruleConfig?: string; property
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/common/
DConfigUtils.ts61 const ruleConfig = ConfigUtils.getConfig(argvObj.configPath, argvObj.arkCheckPath); constant
DCheckEntry.ts38 public ruleConfig: RuleConfig; property in CheckEntry