Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/src/testRunner/
DTestRunner.ts270 …const testCommonOpts = testArgs.commonArgs ? getLinterOptionsFromCommandLine(testArgs.commonArgs) … constant
373 function getLinterOptionsFromCommandLine(cmdLine: string): LinterOptions { function