1*7c3d14c8STreehugger RobotChecks: '-*,clang-diagnostic-*,llvm-*,misc-*,readability-identifier-naming' 2*7c3d14c8STreehugger RobotCheckOptions: 3*7c3d14c8STreehugger Robot - key: readability-identifier-naming.ClassCase 4*7c3d14c8STreehugger Robot value: CamelCase 5*7c3d14c8STreehugger Robot - key: readability-identifier-naming.EnumCase 6*7c3d14c8STreehugger Robot value: CamelCase 7*7c3d14c8STreehugger Robot - key: readability-identifier-naming.FunctionCase 8*7c3d14c8STreehugger Robot value: CamelCase 9*7c3d14c8STreehugger Robot - key: readability-identifier-naming.UnionCase 10*7c3d14c8STreehugger Robot value: CamelCase 11*7c3d14c8STreehugger Robot - key: readability-identifier-naming.VariableCase 12*7c3d14c8STreehugger Robot value: lower_case 13