-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40445/
-----------------------------------------------------------
(Updated Dec. 3, 2015, 1:06 p.m.)
Review request for mesos, Benjamin Hindman, Marco Massenzio, and Michael Park.
Changes
-------
Used `str.format` as suggested out-of-band by mcypark.
Also fixed a faulty regex to now actually display `cpplint` issues.
Bugs: MESOS-3581
https://issues.apache.org/jira/browse/MESOS-3581
Repository: mesos
Description (updated)
-------
This adds a style check for license headers in C, C++, and Proto files.
Diffs (updated)
-----
support/mesos-style.py 66b45692c3c04f68358b63d52e4d87934f241bd7
Diff: https://reviews.apache.org/r/40445/diff/
Testing (updated)
-------
Ran the a whole clean checkout through the linter with only one expected
failure (`3rdparty/libprocess/stout/tests/protobuf_tests.proto` which lacks a
license).
`make check` under OS X 10.10.5 succeeded modulo MESOS-4045.
Thanks,
Benjamin Bannier