File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -111,9 +111,7 @@ issues:
111
111
- path : (internal\/|benchmark\/)
112
112
text : exported (.+) should have comment( \(or a comment on this block\))? or be unexported
113
113
# 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\/)
117
115
text : should have a package comment
118
116
# Disable unused linter for "golang.org/x/exp/rand" package in internal/randutil/rand.
119
117
- path : internal/randutil/rand
You can’t perform that action at this time.
0 commit comments