0

Make TODO style more explicit in the Chromium style guide

Change-Id: Ia9ae70da8ec056f271630803fe7cfa5751a24129
Reference: go/crbug-todo-migration
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5598198
Reviewed-by: Kai Ninomiya <kainino@chromium.org>
Commit-Queue: Alison Gale <agale@chromium.org>
Reviewed-by: Rick Byers <rbyers@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1314069}
This commit is contained in:
Alison Gale
2024-06-12 16:45:48 +00:00
committed by Chromium LUCI CQ
parent db779bc58d
commit d82b399572
4 changed files with 14 additions and 3 deletions

@ -315,9 +315,7 @@ Values of `Integer` type are also supported, which allows using a sentinel
### TODOs
* TODO should follow chromium convention. Examples:
* `TODO(username): Some sentence here.`
* `TODO(crbug.com/40192027): Even better to use a bug for context.`
See the language agnostic [TODO guidance](../todos.md).
### Parameter Comments