----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60233/ -----------------------------------------------------------
(Updated June 27, 2017, 8:24 a.m.) Review request for mesos, Benjamin Bannier and Joseph Wu. Changes ------- Resolved issues. Bugs: MESOS-6390 https://issues.apache.org/jira/browse/MESOS-6390 Repository: mesos Description ------- This will allow us to use PyLint on the entire support directory in the future. Diffs (updated) ----- support/post-reviews.py 410fb3371a3c46adbfd68c7584ffd6cf3b3010d1 Diff: https://reviews.apache.org/r/60233/diff/3/ Changes: https://reviews.apache.org/r/60233/diff/2-3/ Testing ------- Added `support` to `source_dirs` in the PyLinter defined in `mesos-style.py`. Linted until only acceptable errors where displayed (e.g. due to the name of the file containing a dash instead of an underscore). Thanks, Armand Grillet