зеркало из https://github.com/electron/electron.git
feat: use run-clang-format in cc --fix mode
This commit is contained in:
Родитель
1988c6876d
Коммит
03553abc11
|
@ -59,7 +59,10 @@ const LINTERS = [ {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (result.status) process.exit(result.status)
|
||||
if (result.status) {
|
||||
if (opts.fix) spawnAndCheckExitCode('python', ['script/run-clang-format.py', ...filenames])
|
||||
process.exit(result.status)
|
||||
}
|
||||
}
|
||||
}, {
|
||||
key: 'python',
|
||||
|
|
Загрузка…
Ссылка в новой задаче