Configure squawk rules (#16144)
This PR configures [`squawk`](https://squawkhq.com/) to match our database conventions. Release Notes: - N/A
This commit is contained in:
parent
b4c22cc861
commit
e662bfc74f
2 changed files with 8 additions and 2 deletions
|
@ -1,4 +1,10 @@
|
|||
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",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue