1 Checks: '-*,clang-diagnostic-*,llvm-*,misc-*,-misc-unused-parameters,-misc-non-private-member-variables-in-classes,-readability-identifier-naming'
2 # Note that the readability-identifier-naming check is disabled, there are too
3 # many violations in the codebase and they create too much noise in clang-tidy
5 # Naming settings are kept for documentation purposes and allowing to run the
6 # check if the users would override this file, e.g. via a command-line arg.
8 - key: readability-identifier-naming.ClassCase
10 - key: readability-identifier-naming.EnumCase
12 - key: readability-identifier-naming.FunctionCase
14 - key: readability-identifier-naming.MemberCase
16 - key: readability-identifier-naming.ParameterCase
18 - key: readability-identifier-naming.UnionCase
20 - key: readability-identifier-naming.VariableCase