xref: /openbsd-src/gnu/llvm/clang/.clang-tidy (revision a9ac8606c53d55cee9c3a39778b249c51df111ef)
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