-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51525/
-----------------------------------------------------------
(Updated Sept. 1, 2016, 5:28 p.m.)
Review request for mesos and Michael Park.
Changes
-------
Address review comments.
Bugs: MESOS-4907
https://issues.apache.org/jira/browse/MESOS-4907
Repository: mesos
Description
-------
This commits adds tooling to both build and execute Mesos-specific
clang-tidy checks. We use a docker container for the execution, and
also provide a script to further streamline the tooling.
Diffs (updated)
-----
support/mesos-tidy.sh PRE-CREATION
support/mesos-tidy/Dockerfile PRE-CREATION
support/mesos-tidy/README.md PRE-CREATION
support/mesos-tidy/entrypoint.sh PRE-CREATION
Diff: https://reviews.apache.org/r/51525/diff/
Testing
-------
The image used in `support/mesos-tidy.sh` is available on dockerhub, and
running that script does produce diagnostics.
Thanks,
Benjamin Bannier