summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Stultz <jstultz@google.com>2024-01-19 09:48:52 -0800
committerJohn Stultz <jstultz@google.com>2024-01-22 12:44:30 -0800
commit645199add118a8f93a2b33baf5bb28bb8187de2a (patch)
tree8f961fd4f8694dfab56f721863d6548c695a60c5
parent7b6a3d90ced7db117013d92861046bbaf27931e1 (diff)
downloadbuild-645199add118a8f93a2b33baf5bb28bb8187de2a.tar.gz
kleaf: checkpatch: Ignore BAD_REPORTED_BY_LINKandroid-14.0.0_r0.57
If you include a Reported-by: tag, checkpatch will warn with BAD_REPORTED_BY_LINK if there is not a URL link to where the report was made. While these links are nice, and should be included where possible, they shouldn't be required as often reports come in private email, and we should make sure to credit reporters even if there isn't a public URL for that report. Change-Id: I1a06a5c28c3dd9f7b365b475cbb446ba6d48c13c Signed-off-by: John Stultz <jstultz@google.com>
-rw-r--r--static_analysis/checkpatch_ignorelist1
1 files changed, 1 insertions, 0 deletions
diff --git a/static_analysis/checkpatch_ignorelist b/static_analysis/checkpatch_ignorelist
index 40d3389..2283a77 100644
--- a/static_analysis/checkpatch_ignorelist
+++ b/static_analysis/checkpatch_ignorelist
@@ -11,6 +11,7 @@ ARRAY_SIZE
AVOID_BUG
AVOID_EXTERNS
BAD_AUTHOR
+BAD_REPORTED_BY_LINK
BAD_SIGN_OFF
BLOCK_COMMENT_STYLE
BRACES