mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-06 23:16:53 +00:00
linters: Bump golangci-lint version to v1.52.2 and fix issues (#1169)
* fix linter issues * linter issue suppressing and fixing * change linter version and linter issues fix * Bump version
This commit is contained in:
@@ -10,6 +10,7 @@ import (
|
||||
"github.com/thrasher-corp/gocryptotrader/database/drivers"
|
||||
)
|
||||
|
||||
//nolint:gocritic // Only used as a testing helper function in this package
|
||||
func CreateDatabase(t *testing.T) {
|
||||
t.Helper()
|
||||
// fun workarounds to globals ruining testing
|
||||
|
||||
Reference in New Issue
Block a user