1*4f68fc46SJayanth OthayothChecks: ' 2*4f68fc46SJayanth Othayoth-*, 3*4f68fc46SJayanth Othayothreadability-identifier-naming' 4*4f68fc46SJayanth Othayoth 5*4f68fc46SJayanth OthayothWarningsAsErrors: '*' 6*4f68fc46SJayanth OthayothHeaderFilterRegex: '.*' 7*4f68fc46SJayanth Othayoth 8*4f68fc46SJayanth OthayothCheckOptions: 9*4f68fc46SJayanth Othayoth - { key: readability-identifier-naming.ClassCase, value: CamelCase } 10*4f68fc46SJayanth Othayoth - { key: readability-identifier-naming.FunctionCase, value: camelBack } 11*4f68fc46SJayanth Othayoth - { key: readability-identifier-naming.NamespaceCase, value: lower_case } 12