aboutsummaryrefslogtreecommitdiffstats
path: root/etc/cpplint
AgeCommit message (Collapse)AuthorFilesLines
2025-11-06etc/cpplint/cpplint.cfg: Ignore build/include_what_you_useAlejandro Colomar1-2/+1
We already run iwyu(1) on a separate target (lint-c-iwyu). Signed-off-by: Alejandro Colomar <alx@kernel.org>
2024-03-26etc/cpplint/cpplint.cfg: -build/header_guardAlejandro Colomar1-1/+1
Signed-off-by: Alejandro Colomar <alx@kernel.org>
2024-02-26share/mk/, etc/: Fix dependenciesAlejandro Colomar1-0/+0
Signed-off-by: Alejandro Colomar <alx@kernel.org>
2023-08-31CPPLINT.cfg: Ignore warnings with false positivesAlejandro Colomar1-1/+1
Signed-off-by: Alejandro Colomar <alx@kernel.org>
2022-08-01.checkpatch.conf, CPPLINT.cfg: Ignore some warnings from 'make lint-c'Alejandro Colomar1-1/+1
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
2022-05-03CPPLINT.cfg, Makefile, etc/cpplint/CPPLINT.cfg: lint-cpplint: Add new target ↵Alejandro Colomar1-0/+2
to run cpplint(1) Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>