summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-01-26 01:06:34 +0100
committerAlejandro Colomar <alx@kernel.org>2023-01-26 01:06:41 +0100
commita284daa2886e16ae4201d9a469b8ec3792a6a0bc (patch)
tree9bd7d5f3ff2d6588a1e66a39f8755f115a887658 /etc
parent47ac68e465ff216b78ce9d77db93f09d7c9ad235 (diff)
cppcheck.suppress, lint-c.mk: lint-c-cppcheck: Add cppcheck(1) to the C linters
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'etc')
-rw-r--r--etc/cppcheck/cppcheck.suppress8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/cppcheck/cppcheck.suppress b/etc/cppcheck/cppcheck.suppress
new file mode 100644
index 000000000..cd9806b21
--- /dev/null
+++ b/etc/cppcheck/cppcheck.suppress
@@ -0,0 +1,8 @@
+ConfigurationNotChecked
+missingIncludeSystem
+redundantContinue
+unassignedVariable
+uninitvar
+unknownMacro
+unmatchedSuppression
+variableScope