xref: /aosp_15_r20/external/llvm/.clang-tidy (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard WorkerChecks: '-*,clang-diagnostic-*,llvm-*,misc-*,-misc-unused-parameters,readability-identifier-naming'
2*9880d681SAndroid Build Coastguard WorkerCheckOptions:
3*9880d681SAndroid Build Coastguard Worker  - key:             readability-identifier-naming.ClassCase
4*9880d681SAndroid Build Coastguard Worker    value:           CamelCase
5*9880d681SAndroid Build Coastguard Worker  - key:             readability-identifier-naming.EnumCase
6*9880d681SAndroid Build Coastguard Worker    value:           CamelCase
7*9880d681SAndroid Build Coastguard Worker  - key:             readability-identifier-naming.FunctionCase
8*9880d681SAndroid Build Coastguard Worker    value:           lowerCase
9*9880d681SAndroid Build Coastguard Worker  - key:             readability-identifier-naming.UnionCase
10*9880d681SAndroid Build Coastguard Worker    value:           CamelCase
11*9880d681SAndroid Build Coastguard Worker  - key:             readability-identifier-naming.VariableCase
12*9880d681SAndroid Build Coastguard Worker    value:           CamelCase
13*9880d681SAndroid Build Coastguard Worker
14