summaryrefslogtreecommitdiff
path: root/clang/.clang-tidy
blob: ba55beb095f54f23ee5b875170216ec5a68cced4 (plain)
1
2
3
4
5
# 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