summaryrefslogtreecommitdiff
path: root/utils/checkstyle.py
AgeCommit message (Expand)Author
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
2019-07-01utils: checkstyle.py: Add meson.build checkerLaurent Pinchart
2019-07-01utils: checkstyle.py: Refactor formatters and checkers supportLaurent Pinchart
2019-02-13utils: checkstyle: Catch LOG() usage without an explicit categoryLaurent Pinchart
2019-01-22utils: checkstyle: Add support for clang-formatLaurent Pinchart
2018-12-21utils: checkstyle: add keep-one-line-blocksKieran Bingham
2018-12-19utils: checkstyle.py: Strip trailing white spacesLaurent Pinchart
2018-12-19utils: checkstyle.py: Highlight trailing white space at end of lineLaurent Pinchart
2018-12-19utils: checkstyle.py: Support execution from non-root directoriesLaurent Pinchart
2018-12-14utils: Add Python-based commit style checker scriptLaurent Pinchart