Fix file globbing doc in docs/code_reviews.md
A sentence was wrongly quoted in a code block, and the link URL was out-dated. Bug: None Change-Id: Iffe6fdcf38a65999cf3198641df886b0c8351681 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4144271 Auto-Submit: Wei-Yin Chen <wychen@chromium.org> Reviewed-by: David Dorwin <ddorwin@chromium.org> Commit-Queue: David Dorwin <ddorwin@chromium.org> Cr-Commit-Position: refs/heads/main@{#1090419}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
bad280d77e
commit
1fb88e2711
@ -185,10 +185,11 @@ file with `file://...`. This example indicates that only the people listed in
|
||||
```
|
||||
per-file *_messages*.h=set noparent
|
||||
per-file *_messages*.h=file://ipc/SECURITY_OWNERS
|
||||
```
|
||||
|
||||
File globbing is supported using the
|
||||
[simple path expression format](https://github.com/GerritCodeReview/plugins_code-owners/blob/master/resources/Documentation/path-expressions.md#simplePathExpressions)
|
||||
```
|
||||
[simple path expression](https://github.com/GerritCodeReview/plugins_code-owners/blob/master/resources/Documentation/path-expressions.md#simple-path-expressions)
|
||||
format.
|
||||
|
||||
### Owners-Override
|
||||
|
||||
|
Reference in New Issue
Block a user