Skip to content

Commit bc8eee9

Browse files
authored
GODRIVER-2517 Remove no longer relevant linter ignore paths. (#1068)
1 parent d2ec1fc commit bc8eee9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.golangci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,7 @@ issues:
111111
- path: (internal\/|benchmark\/)
112112
text: exported (.+) should have comment( \(or a comment on this block\))? or be unexported
113113
# Ignore missing package comments for directories that aren't frequently used by external users.
114-
# TODO(GODRIVER-2517): Remove "mongo/testaws" and "mongo/testatlas" from the ignored paths when
115-
# TODO we move those packages to the "cmd/" directory.
116-
- path: (internal\/|benchmark\/|x\/|cmd\/|mongo\/integration\/|mongo\/(testaws\/|testatlas\/))
114+
- path: (internal\/|benchmark\/|x\/|cmd\/|mongo\/integration\/)
117115
text: should have a package comment
118116
# Disable unused linter for "golang.org/x/exp/rand" package in internal/randutil/rand.
119117
- path: internal/randutil/rand

0 commit comments

Comments
 (0)