We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce18ea commit 181eb5eCopy full SHA for 181eb5e
1 file changed
.clang-tidy
@@ -21,6 +21,7 @@ Checks: |
21
clang-analyzer-*,
22
google-*,
23
modernize-*,
24
+ misc-include-cleaner,
25
readability-identifier-naming,
26
readability-isolate-declaration,
27
-modernize-use-nodiscard,
@@ -41,5 +42,7 @@ CheckOptions:
41
42
value: '_'
43
- key: modernize-use-scoped-lock.WarnOnSingleLocks
44
value: 'false'
45
+ - key: misc-include-cleaner.IgnoreHeaders
46
+ value: 'arrow/.*;nanoarrow/.*;nlohmann/.*;spdlog/.*;roaring/.*;cpr/.*'
47
48
HeaderFilterRegex: 'src/iceberg|example'
0 commit comments