party/vendor/github.com/lib/pq/staticcheck.conf
2026-04-08 21:34:29 +02:00

6 lines
144 B
Plaintext

checks = [
'all',
'-ST1000', # "Must have at least one package comment"
'-ST1003', # "func EnableInfinityTs should be EnableInfinityTS"
]