aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi He <yi.he@linaro.org>2017-05-16 06:00:06 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2017-05-16 15:58:57 +0300
commit3a8ba69bff8052cbe35dcca71ebda9b669dbf807 (patch)
tree79d00307a4e6e6421ab41edf1bae904d124f6684
parent160f71a48b5891b49a84cc849f08c1ff99d26b3f (diff)
checkpatch.conf: ignore PREFER_PRINTF, PREFER_SCANF
This is not the kernel, ignore these preferences Signed-off-by: Yi He <yi.he@linaro.org> Reviewed-by: Bill Fischofer <bill.fischofer@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
-rw-r--r--.checkpatch.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/.checkpatch.conf b/.checkpatch.conf
index 1e7d6638a..043551a4c 100644
--- a/.checkpatch.conf
+++ b/.checkpatch.conf
@@ -6,5 +6,7 @@
--ignore=DEPRECATED_VARIABLE
--ignore=COMPARISON_TO_NULL
--ignore=BIT_MACRO
+--ignore=PREFER_PRINTF
+--ignore=PREFER_SCANF
--codespell
--codespellfile=/usr/share/codespell/dictionary.txt