Skip to content

Commit

Permalink
ci: explicitly use pylint-1.5 for pylint (#35105)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkleinsc committed Jul 27, 2022
1 parent 358d6f8 commit da6e161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/lint.js
Expand Up @@ -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',
Expand Down

0 comments on commit da6e161

Please sign in to comment.