Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions cmake/common/targets/clang-tidy.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,8 @@ Checks: '-*,bugprone-*,clang-analyzer-*,clang-diagnostic-*,modernize-*,concurren
WarningsAsErrors: '*'
HeaderFilterRegex: ''
FormatStyle: none
CheckOptions:
# See https://clang.llvm.org/extra/clang-tidy/checks/misc/include-cleaner.html
# Otherwise ClangTidy wants us to directly include private headers from our modules
- key: misc-include-cleaner.MissingIncludes
value: 'false'