Checks: >
  -*,
  portability-*,
  -portability-template-virtual-member-function,
  clang-analyzer-*,
  -clang-analyzer-optin.*,
  -clang-analyzer-cplusplus.NewDeleteLeaks,
  -clang-analyzer-cplusplus.NewDelete,
  -clang-analyzer-core.CallAndMessage,
  modernize-avoid-bind,
  readability-identifier-naming
WarningsAsErrors: '*'
HeaderFilterRegex: '(apps|components)/'
ExcludeHeaderFilterRegex: '_autogen/'
CheckOptions:
- key: readability-identifier-naming.ConceptCase
  value: CamelCase
- key: readability-identifier-naming.LocalVariableCase
  value: camelBack
- key: readability-identifier-naming.NamespaceCase
  value: CamelCase
- key: readability-identifier-naming.NamespaceIgnoredRegexp
  value: 'bpo|osg(DB|FX|Particle|Shadow|Viewer|Util)?'
- key: readability-identifier-naming.ParameterCase
  value: camelBack
