6 lines · plain
1# Note that the readability-identifier-naming check is disabled, there are too2# many violations in the codebase and they create too much noise in clang-tidy3# results.4Checks: '-readability-identifier-naming'5InheritParentConfig: true6