pressly / goose

A database migration tool. Supports SQL migrations and Go functions.
http://pressly.github.io/goose/
Other
7.18k stars 523 forks source link

testing: add testifylint and fix it all up #843

Closed mfridman closed 1 month ago

mfridman commented 1 month ago

This PR adds a .golangci.yaml with the default linters and adds the testifylint linter so we can standardize on writing tests in a consistent way.

Related to #842