mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-25 00:32:26 +00:00
e662bfc74f
This PR configures [`squawk`](https://squawkhq.com/) to match our database conventions. Release Notes: - N/A
10 lines
249 B
TOML
10 lines
249 B
TOML
excluded_rules = [
|
|
# We use `serial` already, no point changing now.
|
|
"prefer-identity",
|
|
|
|
# We store timestamps in UTC, so we don't care about the timezone.
|
|
"prefer-timestamptz",
|
|
|
|
"prefer-big-int",
|
|
"prefer-bigint-over-int",
|
|
]
|