blob: 9a314f1941b3af918cf3035dc173f8fc689cad00 [file] [log] [blame]
Ed Tanous911ac312017-08-15 09:37:42 -07001---
Ed Tanous55c7b7a2018-05-22 15:27:24 -07002Checks: '-*,readability-identifier-naming'
Ed Tanous911ac312017-08-15 09:37:42 -07003WarningsAsErrors: ''
Ed Tanous55c7b7a2018-05-22 15:27:24 -07004HeaderFilterRegex: '.*'
Ed Tanous911ac312017-08-15 09:37:42 -07005AnalyzeTemporaryDtors: false
6CheckOptions:
Ed Tanous55c7b7a2018-05-22 15:27:24 -07007 - { key: readability-identifier-naming.NamespaceCase, value: lower_case}
8 - { key: readability-identifier-naming.ClassCase, value: CamelCase }
9 - { key: readability-identifier-naming.StructCase, value: CamelCase }
10 - { key: readability-identifier-naming.FunctionCase, value: camelBack }
11 - { key: readability-identifier-naming.VariableCase, value: camelBack }
12 - { key: readability-identifier-naming.GlobalConstantCase, value: camelBack }
13 - { key: readability-identifier-naming.MemberCase, value: camelBack }
Ed Tanous911ac312017-08-15 09:37:42 -070014...
15