Skip to content

Commit 181eb5e

Browse files
committed
Enable clang-tidy misc-include-cleaner for include hygiene (#73)
1 parent fce18ea commit 181eb5e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.clang-tidy

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Checks: |
2121
clang-analyzer-*,
2222
google-*,
2323
modernize-*,
24+
misc-include-cleaner,
2425
readability-identifier-naming,
2526
readability-isolate-declaration,
2627
-modernize-use-nodiscard,
@@ -41,5 +42,7 @@ CheckOptions:
4142
value: '_'
4243
- key: modernize-use-scoped-lock.WarnOnSingleLocks
4344
value: 'false'
45+
- key: misc-include-cleaner.IgnoreHeaders
46+
value: 'arrow/.*;nanoarrow/.*;nlohmann/.*;spdlog/.*;roaring/.*;cpr/.*'
4447

4548
HeaderFilterRegex: 'src/iceberg|example'

0 commit comments

Comments
 (0)