Skip to content

Commit

Permalink
docs(AIP-148): linkify UUID4 format in rule (#1456)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdietz authored Jan 14, 2025
1 parent 9353565 commit 5eb475f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/rules/0148/uid-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ field, as mandated in [AIP-148][].
## Details

This rule looks on for fields named `uid` and complains if it does not have the
`(google.api.field_info).format = UUID4` annotation or has a format other than
`UUID4`.
`(google.api.field_info).format = UUID4` annotation (see [AIP-202][]) or has a
format other than `UUID4`.

## Examples

Expand Down Expand Up @@ -76,4 +76,5 @@ If you need to violate this rule for an entire file, place the comment at the
top of the file.

[aip-148]: https://aip.dev/148
[aip-202]: https://aip.dev/202#format
[aip.dev/not-precedent]: https://aip.dev/not-precedent

0 comments on commit 5eb475f

Please sign in to comment.