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
revert changes to checkcomments
  • Loading branch information
b1ron committed Jan 23, 2024
commit d1fb746cc7007d52e250a8dc53c51750c88a3790
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/3615
// TODO https://github.com/FerretDB/FerretDB/issues/3413
}

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

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

func testCorrectFormatClosed() {
Expand Down
Loading