----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/60234/ -----------------------------------------------------------
Review request for mesos, Benjamin Bannier and Joseph Wu. 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 ----- support/push-commits.py 4835d67393aaf3a38a1da90ccc7c89a952bf9270 Diff: https://reviews.apache.org/r/60234/diff/1/ 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