| commit | 2543a686a5805d8d2e25a4e4f107c778519f4632 | [log] [tgz] |
|---|---|---|
| author | Andrew Moylan <[email protected]> | Fri Nov 15 02:35:38 2024 |
| committer | Chromeos LUCI <[email protected]> | Mon Nov 18 17:37:09 2024 |
| tree | 17e70fca148740c52ef1ed0860b8dd9ecf8abb42 | |
| parent | bebfe56bbc207c45c8dc30a709ce70ca3110d912 [diff] |
redaction_tool: NOTREACHED_NORETURN -> NOTREACHED NOTREACHED is already [[noreturn]] and fatal and can replace NOTREACHED_NORETURN. See also Chrome-side CL crrev.com/c/5782602. BUG=b:378997870 TEST=CQ only Change-Id: I2e41faa803cdd97a63bad0c4587d421ccb098c71 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/redaction_tool/+/6024745 Commit-Queue: Ahmed Fakhry <[email protected]> Auto-Submit: Andrew Moylan <[email protected]> Tested-by: Andrew Moylan <[email protected]> Reviewed-by: Ahmed Fakhry <[email protected]>
redaction_tool: PII Redaction ToolA redaction_tool redacts PII using a wide set of RegEx expressions.
This code is a mirror of https://source.chromium.org/chromium/chromium/src/+/main:components/feedback/redaction_tool/
Changes should be made in chromium code base only and then be upreved here.
To pull in updates from chromium/src, do the following:
git remote updategit checkout -b main cros/maingit merge cros/upstream/mainBUILD.gn should mostly use the version from main, unless the upstream changes the files to be built.git revert after committing the merge commit. This preserves the history and makes it clear why a change is being reverted rather than quietly changing it in the merge commit.git push HEAD:refs/for/main