You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add several linters to CI and fix found issues (#542)
* fix a bunch of error strings
* add linters to makefile
* import sort
* renamed .template/ files to .tmpl to prevent goimports from failing to parse
* fix fatcontext errors
* fix prealloc lints
* ineffassign lints
* unused, not touching the lib/ dir
* fix perfsprint errors
* fixed or silenced static check errors
* last prealloc
* fix govet errors
* errcheck
* don't lint lib/ dir
* lint
* add golangci-yml lint and imports check to lint CI
* bump for tests
* don't error when hitting EOF in copy in http
* fix but in err handling in utility
* fix error handling in ReadAvailableWithOptions
* fix mssql error where we abort a scan if we can't get the tlsconn, we should proceed because we can still extract version and other info without a TLS conn
* pr review
0 commit comments