JSHint
passed.
PEP8 Style Checker
internal error.
Pyflakes
passed.
Review Request #8903 — Created April 17, 2017 and submitted
Using a big list of arguments is kind of fragile to version mismatches that
might change the "protocol" of theRunTool
task invocation. This change
switches over to passing things via kwargs, which can be extended in the
future without causing errors.
Published a change and saw Review Bot run successfully.