Skip to content

Commit 4ef0609

Browse files
authored
style(clang-tidy): Ignore public umbrella Headers (sourcemeta#1750)
fixes sourcemeta#1684 The public umbrella headers are intentionally not including all the direct headers by design. Signed-off-by: Balakrishna Avulapati <ba@bavulapati.com>
1 parent 9b1a0ba commit 4ef0609

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/common/targets/clang-tidy.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ FormatStyle: none
1818
CheckOptions:
1919
# See https://clang.llvm.org/extra/clang-tidy/checks/misc/include-cleaner.html
2020
# Otherwise ClangTidy wants us to directly include private headers from our modules
21-
- key: misc-include-cleaner.MissingIncludes
22-
value: 'false'
21+
- key: misc-include-cleaner.IgnoreHeaders
22+
value: 'src\/core\/.*;uriparser\/.*'

0 commit comments

Comments
 (0)