Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/lib/
DCommandLineOptions.ts25 enableAutofix: boolean; property
/arkcompiler/ets_frontend/ets2panda/linter/src/
DCommandLineParser.ts62 …const opts: CommandLineOptions = { inputFiles: inputFiles, warningsAsErrors: false, enableAutofix:… constant