bolt/deps/llvm-18.1.8/clang/.clang-tidy

6 lines
236 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
# Note that the readability-identifier-naming check is disabled, there are too
# many violations in the codebase and they create too much noise in clang-tidy
# results.
Checks: '-readability-identifier-naming'
InheritParentConfig: true