From f7971436824dd8eeb9b0cf19dabc3e32b369a904 Mon Sep 17 00:00:00 2001 From: Quinten Yearsley Date: Sat, 19 Jan 2019 00:41:14 +0000 Subject: [PATCH] Update depot_tools README cpplint section Context: https://chromium-review.googlesource.com/c/infra/infra/+/1422779 Bug: 923438 Change-Id: Ib433e219b45065ae5064aece921e710545e41b59 Reviewed-on: https://chromium-review.googlesource.com/c/1423377 Reviewed-by: Andrii Shyshkalov Commit-Queue: Quinten Yearsley --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fee7de79d..71cc53f03 100644 --- a/README.md +++ b/README.md @@ -72,3 +72,7 @@ https://github.com/google/styleguide/tree/gh-pages/cpplint. Unfortunately, that repository is not maintained any more. If you want to update `cpplint.py` in `depot_tools`, just upload a patch to do so. We will figure out a long-term strategy via issue https://crbug.com/916550. + +Note that the `cpplint.py` here is also used by the [Tricium +analyzer](https://chromium.googlesource.com/infra/infra/+/HEAD/go/src/infra/tricium/functions/cpplint), +so if the cpplint.py here changes, we should also update the copy used there.