xref: /openbmc/bmcweb/.clang-tidy (revision b0bb6f256214ee33782c7c8d00bcf3fa52ae63c1)
1*b0bb6f25SEd TanousChecks: '-*,readability-identifier-naming'
2*b0bb6f25SEd TanousWarningsAsErrors: '-*,readability-identifier-naming'
3*b0bb6f25SEd TanousHeaderFilterRegex: '.*'
4*b0bb6f25SEd TanousCheckOptions:
5*b0bb6f25SEd Tanous  - { key: readability-identifier-naming.ClassCase,     value: CamelCase  }
6*b0bb6f25SEd Tanous  - { key: readability-identifier-naming.VariableCase,  value: camelBack }
7*b0bb6f25SEd Tanous  - { key: readability-identifier-naming.FunctionCase,  value: camelBack }
8*b0bb6f25SEd Tanous  - { key: readability-identifier-naming.ParameterCase, value: lowerCamel }
9*b0bb6f25SEd Tanous  - { key: readability-identifier-naming.NamespaceCase, value: lower_case }
10*b0bb6f25SEd Tanous  - { key: readability-identifier-naming.StructCase,    value: CamelCase  }
11*b0bb6f25SEd Tanous
12