summaryrefslogtreecommitdiff
path: root/buildscripts/linter/simplecpplint.py
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71746 Move mongo config header lint to clang-tidyJuan Gu2023-05-161-15/+0
* SERVER-71745 Move unstructured log lint to clang-tidyJuan Gu2023-04-271-9/+0
* SERVER-66587 rename isEnabledAndIgnoreFCV to isEnabledAndIgnoreFCVUnsafeJiawei Yang2023-04-051-0/+22
* SERVER-71744 Move atomic, mutex and nonmongo assert to clang-tidyJuan Gu2023-03-281-28/+0
* SERVER-71736 Move tracing support lint to clang-tidyJuan Gu2023-03-251-9/+0
* SERVER-71742 Move volatile keyword lint to clang-tidyJuan Gu2023-02-231-10/+0
* SERVER-71737 Move boost optional requirement lint to clang-tidyJuan Gu2023-02-181-8/+0
* SERVER-71747 Move mongo ctype lint to clang tidyJuan Gu2023-02-171-7/+0
* SERVER-72873 add header brackets tidy check.Daniel Moody2023-02-121-1/+2
* SERVER-71734 Removed uninterruptable lock guard from simplecpplintAlexander Neben2023-02-101-12/+0
* SERVER-71734 Use clang-tidy to prevent new instances of UninteruptibleLockGuardJuan Gu2023-02-081-7/+6
* SERVER-73047 add mongo tidy check unittestsDaniel Moody2023-01-231-1/+7
* SERVER-72935 switch c stdlib headers to cpp compat stdlib headersDaniel Moody2023-01-201-0/+20
* SERVER-69445 Implement the CollectionSnapshot(s) infrastructure to back Colle...Jordi Serra Torrens2023-01-191-1/+2
* SERVER-72498 lint against rand and srandBilly Donahue2023-01-041-0/+8
* SERVER-68867 Add simplecpplint check for UninterruptibleLockGuardYu Jin Kang Park2022-11-251-0/+12
* SERVER-70047 Add linter rule that checks CollectionSharingRuntime is not used...Jordi Serra Torrens2022-09-291-0/+11
* SERVER-66202 linter for undef MONGO_LOGV2_DEFAULT_COMPONENTBilly Donahue2022-05-061-7/+33
* SERVER-64430 Fix cpplint regex error for stdx::mutexMark Benvenuto2022-04-201-1/+1
* SERVER-59700 Add programming support for tracepointsAmirsaman Memaripour2022-01-071-0/+9
* SERVER-60022 global std::optional -> boost::optionalBilly Donahue2021-09-211-0/+8
* SERVER-55281 lint for newline violationsBilly Donahue2021-03-251-0/+8
* SERVER-54475 Add SSPL to shim files. Refactor sspl check.Billy Donahue2021-02-121-75/+76
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-131-0/+7
* SERVER-50706 Add fromConfigServer parameter to allow transitioning a shard se...Jason Chan2020-09-241-0/+2
* SERVER-49520: Add linter rule for generic FCV referencesLingzhi Deng2020-09-021-0/+34
* SERVER-47332 Add way to do unstructured logging for local developmentHenrik Edin2020-04-241-0/+9
* SERVER-43936 Implement simpler, quicker python based C++ linterMark Benvenuto2019-10-251-0/+311