squawk: Specify PostgreSQL version in config (#28094)

This PR adds the PostgreSQL version to the squawk config, see
https://squawkhq.com/docs/cli#specifying-postgres-version for reference.

The specified version matches the PostgreSQL version in the compose-file


43cb925a59/compose.yml (L3)

and prevents false positives like
https://github.com/zed-industries/zed/pull/28090#issuecomment-2778871346
from happening (tested it locally with that commit).

Release Notes:

- N/A
This commit is contained in:
Finn Evers 2025-04-04 17:32:30 +02:00 committed by GitHub
parent 43cb925a59
commit c94b587e1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,3 +8,4 @@ excluded_rules = [
"prefer-big-int",
"prefer-bigint-over-int",
]
pg_version = "15.0"