summaryrefslogtreecommitdiff
path: root/buildscripts/cpplint.py
AgeCommit message (Collapse)Author
2015-10-23SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing ↵Andy Schwerin
uses.
2015-07-09SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow
2015-06-30SERVER-19099 Enforce polyfill usage via lintAndrew Morrow
2014-10-13SERVER-15618 Turn off "Done" for each file so we can see failures more easilyMatt Kangas
Reapply 317272e after cpplint.py update
2014-10-13SERVER-15618 Update cpplint.py to latest upstream versionMatt Kangas
Update to r137 (Aug 22, 2014). Adds support for C++11. https://code.google.com/p/google-styleguide/source/detail?r=137
2014-06-09SERVER-9634 typo fixesVeres Lajos
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
2012-10-16try turning off "Done" for each file so we can see failures more easilyEliot Horowitz
2012-10-15hookup google cpplint, and make "scons lint" run the checks we pass on nowEliot Horowitz
including a few that i made pass