mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 00:56:37 +00:00

Use same checks as compiler-rt which removes checks for readability-* and llvm-header style. Differential Revision: https://reviews.llvm.org/D103711
3 lines
240 B
YAML
3 lines
240 B
YAML
# Checks enabled in the top-level .clang-tidy minus readability-identifier-naming and llvm-header-guard.
|
|
Checks: '-*,clang-diagnostic-*,llvm-*,-llvm-header-guard,misc-*,-misc-unused-parameters,-misc-non-private-member-variables-in-classes'
|