----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41617/#review114662 -----------------------------------------------------------
Bad patch! Reviews applied: [42325, 42326, 41617] Failed command: ./support/apply-review.sh -n -r 41617 Error: 2016-01-15 05:20:35 URL:https://reviews.apache.org/r/41617/diff/raw/ [1972/1972] -> "41617.patch" [1] No files to lint Error: Commit message summary (the first line) must not exceed 72 characters. - Mesos ReviewBot On Jan. 15, 2016, 3:35 a.m., Avinash sridharan wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/41617/ > ----------------------------------------------------------- > > (Updated Jan. 15, 2016, 3:35 a.m.) > > > Review request for mesos and Michael Park. > > > Bugs: MESOS-4231 > https://issues.apache.org/jira/browse/MESOS-4231 > > > Repository: mesos > > > Description > ------- > > Added a new category called whitespace/mesos-comments to capture missing, > leading, white-space in comments > > > Diffs > ----- > > support/cpplint.py 6890e27f92603b025e25e4db01decf351c33c9a1 > support/mesos-style.py 5ee17593153df7815426918a1da6e25cb1188bca > > Diff: https://reviews.apache.org/r/41617/diff/ > > > Testing > ------- > > Ran the support/mesos-styles.py after this change and found zero errors. > > Tried a commit for the following patch: > diff --git a/src/tests/slave_tests.cpp b/src/tests/slave_tests.cpp > index eb47b53..e579d20 100644 > --- a/src/tests/slave_tests.cpp > +++ b/src/tests/slave_tests.cpp > @@ -2228,7 +2228,7 @@ TEST_F(SlaveTest, DiscoveryInfoAndPorts) > > AWAIT_READY(launchTask); > > - // Verify label key and value in slave state.json. > + //Verify label key and value in slave state.json. > Future<process::http::Response> response = > process::http::get(slave.get(), "state.json"); > > And the git commit hook correctly failed it: > $ git commit -m "test" > Checking 1 files > src/tests/slave_tests.cpp:2231: Should have a space between // and comment > [whitespace/comments] [4] > Total errors found: 1 > > > Thanks, > > Avinash sridharan > >
