----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/48320/#review136428 -----------------------------------------------------------
support/cpplint.py (line 3376) <https://reviews.apache.org/r/48320/#comment201481> I think it makes sense to whitelist usage of `NULL` in comments. This would allow us to e.g., at times document how we interop with C code or use words like `NULLARY` in all caps. - Benjamin Bannier On June 7, 2016, 9:47 a.m., Tomasz Janiszewski wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/48320/ > ----------------------------------------------------------- > > (Updated June 7, 2016, 9:47 a.m.) > > > Review request for mesos, Benjamin Mahler, Michael Park, and Neil Conway. > > > Bugs: MESOS-3243 > https://issues.apache.org/jira/browse/MESOS-3243 > > > Repository: mesos > > > Description > ------- > > Update C++ style checker to prevent NULL usage. > > > Diffs > ----- > > support/cpplint.py 96e7fbcfe84067becbac89de909a2c6bdf99a60b > support/mesos-style.py 35ef7867c45afa02f0c74b86149f2e0489fe2d15 > > Diff: https://reviews.apache.org/r/48320/diff/ > > > Testing > ------- > > > Thanks, > > Tomasz Janiszewski > >
