Details
-
Improvement
-
Resolution: Gone away
-
Major - P3
-
None
-
None
-
None
-
None
-
Server Development Platform
Description
When VSCode lints src/mongo/db/query/plan_executor.cpp, I get the error:
non-mongo include 'mongo/base/error_codes.h' should use angle bracketsclang-tidy(["<mongo/base/error_codes.h>",1657,26]) |
This seems like a false positive as the referenced import is a mongo import and should not use angle brackets.