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