File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3
3
rev : " v0.14.0"
4
4
hooks :
5
5
- id : " markdownlint-cli2"
6
- files : " .*mdx"
6
+ types :
7
+ - " mdx"
7
8
- repo : " https://github.com/adrienverge/yamllint"
8
9
rev : " v1.35.1"
9
10
hooks :
Original file line number Diff line number Diff line change @@ -142,7 +142,8 @@ Stored ZedTokens should be updated under these events:
142
142
When these events happen, a new ZedToken is either returned or it should be requested by performing a check with full consistency.
143
143
The result should be stored alongside the newly updated content in the application database.
144
144
145
- For a Postgres table this can be a standard ` text ` column. If a fixed-width column is preferred, we recommend ` varchar(1024) ` .
145
+ For a Postgres table this can be a standard ` text ` column.
146
+ If a fixed-width column is preferred, we recommend ` varchar(1024) ` .
146
147
147
148
<Callout type = " info" >
148
149
For this purpose, Google's Zanzibar has a [ ContentChangeCheck API] [ ccc-api ] because it doesn't support configurable consistency like SpiceDB.
You can’t perform that action at this time.
0 commit comments