Files
with/vendor/github.com/lib/pq/staticcheck.conf
Bel LaPointe 886c4aabff vendor
2026-03-09 09:42:09 -06:00

6 lines
144 B
Plaintext

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