|
@@ -103,7 +103,7 @@ const LINTERS = [{
|
|
|
const rcfile = path.join(DEPOT_TOOLS, 'pylintrc');
|
|
|
const args = ['--rcfile=' + rcfile, ...filenames];
|
|
|
const env = Object.assign({ PYTHONPATH: path.join(ELECTRON_ROOT, 'script') }, process.env);
|
|
|
- spawnAndCheckExitCode('pylint', args, { env });
|
|
|
+ spawnAndCheckExitCode('pylint-1.5', args, { env });
|
|
|
}
|
|
|
}, {
|
|
|
key: 'javascript',
|