Files
yarr/vendor/github.com/lib/pq/staticcheck.conf
2026-06-20 14:58:44 +01:00

6 lines
144 B
Plaintext

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