device/fido: try again to fix OWNERS.
My last attempt (r630385) didn't work: https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8922068251220090064/+/steps/presubmit/0/stdout Rather, it appears that comments may only start at the beginning of a line. Running: find -name OWNERS -type f -exec grep -H '^[^#].*#' '{}' ';' …finds only two cases of trailing comments, and both are “per-file” directives. So I'm guessing that trailing comments in general break the parser. Change-Id: If22a168898859a674624af1b26b0990a88c0ef47 Reviewed-on: https://chromium-review.googlesource.com/c/1461084 Commit-Queue: Adam Langley <agl@chromium.org> Commit-Queue: Martin Kreichgauer <martinkr@google.com> Auto-Submit: Adam Langley <agl@chromium.org> Reviewed-by:Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/master@{#630420}
Showing
Please register or sign in to comment