summaryrefslogtreecommitdiff
path: root/utils/checkstyle.py
AgeCommit message (Expand)Author
13 dayslibcamera: Drop file name from header comment blocksLaurent Pinchart
2024-04-19utils: checkstyle.py: Drop period at end of Doxygen one linersLaurent Pinchart
2024-04-19utils: checkstyle.py: Use r'' strings for regular expressionsLaurent Pinchart
2024-03-15checkstyle: Work around bug in difflibStefan Klug
2024-03-11utils: checkstyle.py: Fix known_trailers sort orderHans de Goede
2024-03-11utils: checkstyle.py: Add Co-developed-by to known_trailersHans de Goede
2024-02-27utils: checkstyle.py: Update LogCategoryChecker regexpMilan Zamazal
2024-02-27utils: checkstyle.py: Don't presume python3 locationMilan Zamazal
2023-07-28utils: checkstyle.py: Extract title and trailers with one commandLaurent Pinchart
2023-07-18utils: checkstyle.py: Check trailers for Amendment commitsKieran Bingham
2023-07-18utils: checkstyle.py: Derive Amendment from CommitKieran Bingham
2023-07-18utils: checkstyle.py: Initialise staged trailersKieran Bingham
2023-07-18utils: checkstyle.py: Treat Malformed trailers as a CommitIssueKieran Bingham
2023-07-05utils: checkstyle: Add trailers checkerLaurent Pinchart
2023-07-05utils: checkstyle: Don't include commit ID in commit titleLaurent Pinchart
2023-07-05utils: checkstyle: Support running checkers selectivelyLaurent Pinchart
2023-07-05utils: checkstyle: Add __repr__ method to CommitFile classLaurent Pinchart
2023-03-01utils: checkstyle.py: Don't run commit title checker on staged commitsPaul Elder
2023-01-10utils: checkstyle.py: Add commit title checkerLaurent Pinchart
2022-12-15utils: checkstyle.py: Check new header file on new and renamed meson.build filesXavier Roumegue
2022-06-03utils: checkstyle.py: Fix color bleedTomi Valkeinen
2022-06-01utils: checkstyle: Ensure "..." include style for internal headersLaurent Pinchart
2022-06-01utils: checkstyle: Run the CLangFormatter lastLaurent Pinchart
2021-08-27utils: checkstyle.py: Use single-quoted strings when possibleLaurent Pinchart
2021-02-16utils: checkstyle.py: Handle renamed files in header add checkerLaurent Pinchart
2021-02-16utils: checkstyle.py: Restore checks of renamed filesLaurent Pinchart
2021-01-21utils: checkstyle.py: Fix "protected" members in Commit classLaurent Pinchart
2020-12-29utils: checkstyle.py: Drop astyle supportLaurent Pinchart
2020-12-29utils: checkstyle.py: Add header add checkerLaurent Pinchart
2020-12-29utils: checkstyle.py: Add commit checkersLaurent Pinchart
2020-12-29utils: checkstyle.py: Move diff parsing to Commit classLaurent Pinchart
2020-12-29utils: checkstyle.py: Add ability to filter files by status in a commitLaurent Pinchart
2020-12-29utils: checkstyle.py: Make title and files properties of commit classLaurent Pinchart
2020-12-29utils: checkstyle.py: Move commit handling to a separate sectionLaurent Pinchart
2020-12-29utils: checkstyle.py: Factor out automatic class registryLaurent Pinchart
2020-12-29utils: checkstyle.py: Drop arguments to super() when possibleLaurent Pinchart
2020-11-08utils: checkstyle.py: Add d-pointer formatterLaurent Pinchart
2020-09-21Documentation: Adjust guidelines regarding math.h headerLaurent Pinchart
2020-03-23utils: checkstyle: Add formatter to sort #include statementsLaurent Pinchart
2020-03-16utils: checkstyle: Add a ShellCheckerKieran Bingham
2020-01-18checkstyle: Add support for checking style on amendmentsNicolas Dufresne
2020-01-18checkstyle: Add support for checking style on staged changesNicolas Dufresne
2020-01-18checkstyle: Introduce a Commit classNicolas Dufresne
2020-01-18checkstyle: Exit with 1 status if issues are foundNicolas Dufresne
2020-01-18checkstyle: Move from pep8 to pycodestyleNicolas Dufresne
2020-01-07utils: checkstyle.py: Support single line hunksKieran Bingham
2020-01-07utils: checkstyle.py: Fix regex string literalKieran Bingham
2019-10-23utils: checkstyle.py: Add include checkerLaurent Pinchart
2019-07-04utils: checkstyle.py: Add pep8 checkerKieran Bingham
2019-07-04utils: checkstyle.py: Add Doxygen formatterLaurent Pinchart