summaryrefslogtreecommitdiffstats
path: root/util/lint/lint-022-clang-format
Commit message (Collapse)AuthorAgeFilesLines
* util/lint: Add check that changes conform to clang-format stylePatrick Georgi2018-05-311-0/+34
It's a white list (configured through $(top)/.clang-format-scope) with the expectation that the list will grow over time. Once everything is covered, we can turn off the white-listing and keep everything enforced. To not drive people crazy, only check the files their commit touched. Change-Id: I52c7ea73fd36aaa46c0bfce928158e1cd6304540 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: https://review.coreboot.org/26514 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>