Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore $readPreference field #3996

Merged
merged 5 commits into from
Jan 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
replace with an open issue
  • Loading branch information
b1ron committed Jan 22, 2024
commit 340a5a12439ed8d3c52de1d631118091b2dd5897
4 changes: 2 additions & 2 deletions tools/checkcomments/testdata/testdata.go
AlekSi marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
package testdata

func testCorrect() {
// TODO https://github.com/FerretDB/FerretDB/issues/3413
// TODO https://github.com/FerretDB/FerretDB/issues/3615
}

func testIncorrectNoURL() {
// TODO no URL // want "invalid TODO: incorrect format"
}

func testIncorrectFormat() {
// TODO: https://github.com/FerretDB/FerretDB/issues/3413 // want "invalid TODO: incorrect format"
// TODO: https://github.com/FerretDB/FerretDB/issues/3615 // want "invalid TODO: incorrect format"
}

func testCorrectFormatClosed() {
Expand Down
Loading