Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Mar 7, 2024
1 parent 04e832b commit 25730b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 0 additions & 4 deletions .golangci.yml
Expand Up @@ -90,10 +90,6 @@ linters-settings:
pkg: ^\Qgithub.com/jackc/pgx/v5/pgxpool\E$
msg: Use `Acquire` with `defer Release()` instead.

# - p: ^slog\.(Debug|Info|Want|Error|Log)
# pkg: ^\Qlog/slog\E$
# msg: Do not use default slog logger.

# integration tests use a different configuration file
- p: ^\Qbson.E\E$
pkg: ^\Qgo.mongodb.org/mongo-driver/bson\E$
Expand Down
3 changes: 2 additions & 1 deletion internal/util/testutil/dump.go
Expand Up @@ -42,7 +42,8 @@ func Dump[T types.Type](tb testtb.TB, o T) string {
func DumpSlice[T types.Type](tb testtb.TB, s []T) string {
tb.Helper()

// We might switch to go-spew or something else later.
// We should switch to bson2's format.
// TODO https://github.com/FerretDB/FerretDB/issues/4157

res := []byte("[")

Expand Down

0 comments on commit 25730b5

Please sign in to comment.