xref: /llvm-project/clang/.clang-tidy (revision 4d467215f162b487381e17b8cb59283af75ca50e)
1# Note that the readability-identifier-naming check is disabled, there are too
2# many violations in the codebase and they create too much noise in clang-tidy
3# results.
4Checks: '-readability-identifier-naming'
5InheritParentConfig: true
6