roll_util: Exclude "Lint:" lines
Change-Id: I069be9f1d39624066f2bbdab6ee8dab4e4db8fa9
Reviewed-on: https://pigweed-review.googlesource.com/c/infra/recipes/+/230091
Reviewed-by: Danielle Kay <danikay@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
Pigweed-Auto-Submit: Rob Mohr <mohrr@google.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
diff --git a/recipe_modules/roll_util/api.py b/recipe_modules/roll_util/api.py
index 636949f..964bfb0 100644
--- a/recipe_modules/roll_util/api.py
+++ b/recipe_modules/roll_util/api.py
@@ -56,6 +56,7 @@
'Commit-Queue:',
'Cq-Cl-Tag:',
re.compile(r'Git[ -]?watcher:', re.IGNORECASE),
+ 'Lint:',
'No-Docs-Update-Reason:',
'No-Presubmit:',
'No-Tree-Checks: true',