xref: /openbmc/phosphor-objmgr/libmapper/.clang-tidy (revision 9d2c63445cae145ae0cb7baab3f6b65d5040dfe5)
1Checks: "-*,
2  readability-identifier-naming
3  "
4
5CheckOptions:
6  - key: readability-identifier-naming.FunctionCase
7    value: lower_case
8  - key: readability-identifier-naming.ParameterCase
9    value: lower_case
10  - key: readability-identifier-naming.StructCase
11    value: lower_case
12
13WarningsAsErrors: "*"
14