----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62066/ -----------------------------------------------------------
(Updated Sept. 22, 2017, 12:47 p.m.) Review request for mesos and Kevin Klues. Summary (updated) ----------------- Updated pylint to ignore errors for 'similar' imports across files. Repository: mesos Description (updated) ------- Without this change pylint will complain when multiple files have very similar imports. This happens in the Mesos CLI because all of our 'plugins' import the same modules. This commit tells pylint to ignore similarities in 'import' statements to avoid these errors. Diffs ----- src/python/cli_new/pylint.config 63fbb94fbf47cccd1053b4c1eafac18b88dbc818 Diff: https://reviews.apache.org/r/62066/diff/1/ Testing ------- Thanks, Armand Grillet
