summaryrefslogtreecommitdiff
path: root/buildscripts/linter
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-76270 Moved lint_fuzzer_sanity to pythonAlexander Neben2023-04-261-2/+2
* 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-62994 Use v4 toolchain for everything except clang formatAndrew Morrow2022-12-131-4/+4
* SERVER-68867 Add simplecpplint check for UninterruptibleLockGuardYu Jin Kang Park2022-11-251-0/+12
* SERVER-68924 make pylinter output correct fix command and allow absolute pathsTrevor Guidry2022-11-042-3/+7
* SERVER-70047 Add linter rule that checks CollectionSharingRuntime is not used...Jordi Serra Torrens2022-09-291-0/+11
* SERVER-68593 Disable low value python warningsAlexander Neben2022-09-024-12/+6
* SERVER-66202 linter for undef MONGO_LOGV2_DEFAULT_COMPONENTBilly Donahue2022-05-061-7/+33
* SERVER-65672 upgrade python packages to support 3.10Robert Guo2022-04-243-16/+13
* 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-60633 burn_in_tests should respect multiversion tagsRobert Guo2021-10-141-3/+5
* SERVER-60022 global std::optional -> boost::optionalBilly Donahue2021-09-211-0/+8
* SERVER-50595: Don't require evergreen.py for local lint runsDavid Bradford2021-04-231-2/+3
* SERVER-55281 lint for newline violationsBilly Donahue2021-03-251-0/+8
* SERVER-54861: Update pylint to 2.7.2David Bradford2021-03-011-1/+1
* 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-50592 Update mypy and GitPython pip requirementsRyan Egesdahl2020-09-014-12/+20
* SERVER-50401: Use evergreen manifest to determine revisions to compare againstDavid Bradford2020-08-261-17/+12
* SERVER-49945: move mypy.ini to .mypy.iniDavid Bradford2020-08-171-1/+4
* SERVER-48017: Filter out deleted files from files to lintDavid Bradford2020-05-071-1/+14
* SERVER-47796: Ensure linters run against enterprise modulesDavid Bradford2020-05-061-0/+56
* SERVER-47332 Add way to do unstructured logging for local developmentHenrik Edin2020-04-241-0/+9
* SERVER-46643: Only lint changed files on enterprise-only changesDavid Bradford2020-03-111-17/+28
* SERVER-44955 Force reading patch files with UTF-8 encoding in git.pyGeert Bosch2019-12-051-1/+1
* SERVER-43936 Implement simpler, quicker python based C++ linterMark Benvenuto2019-10-251-0/+311
* SERVER-41771 Use `clang-format-7.0.1` in our clang-format helper scriptADAM David Alan Martin2019-07-271-0/+4
* SERVER-42240: Fix what build burn_in_tags looks at and cleanupDavid Bradford2019-07-162-1/+275
* SERVER-40559 Python linters do not run after upgrade to Python 3Mark Benvenuto2019-04-161-18/+22
* SERVER-40559 Python linters do not run after upgrade to Python 3Mark Benvenuto2019-04-161-1/+1
* SERVER-40549 Remove ignore_interpreterMathew Robinson2019-04-123-33/+1
* SERVER-40542 Remove references to pip2Mathew Robinson2019-04-101-4/+3
* SERVER-32295 Support Python 3Mathew Robinson2019-04-088-39/+39