xref: /aosp_15_r20/external/openthread/.clang-tidy (revision cfb92d1480a9e65faed56933e9c12405f45898b4)
1*cfb92d14SAndroid Build Coastguard Worker---
2*cfb92d14SAndroid Build Coastguard WorkerChecks: >
3*cfb92d14SAndroid Build Coastguard Worker  -*,
4*cfb92d14SAndroid Build Coastguard Worker  bugprone-argument-comment,
5*cfb92d14SAndroid Build Coastguard Worker  bugprone-too-small-loop-variable,
6*cfb92d14SAndroid Build Coastguard Worker  google-explicit-constructor,
7*cfb92d14SAndroid Build Coastguard Worker  google-readability-casting,
8*cfb92d14SAndroid Build Coastguard Worker  misc-unused-using-decls,
9*cfb92d14SAndroid Build Coastguard Worker  modernize-loop-convert,
10*cfb92d14SAndroid Build Coastguard Worker  modernize-use-bool-literals,
11*cfb92d14SAndroid Build Coastguard Worker  modernize-use-equals-default,
12*cfb92d14SAndroid Build Coastguard Worker  modernize-use-equals-delete,
13*cfb92d14SAndroid Build Coastguard Worker  modernize-use-nullptr,
14*cfb92d14SAndroid Build Coastguard Worker  readability-avoid-const-params-in-decls,
15*cfb92d14SAndroid Build Coastguard Worker  readability-else-after-return,
16*cfb92d14SAndroid Build Coastguard Worker  readability-inconsistent-declaration-parameter-name,
17*cfb92d14SAndroid Build Coastguard Worker  readability-make-member-function-const,
18*cfb92d14SAndroid Build Coastguard Worker  readability-redundant-control-flow,
19*cfb92d14SAndroid Build Coastguard Worker  readability-redundant-member-init,
20*cfb92d14SAndroid Build Coastguard Worker  readability-simplify-boolean-expr,
21*cfb92d14SAndroid Build Coastguard Worker  readability-static-accessed-through-instance
22*cfb92d14SAndroid Build Coastguard WorkerWarningsAsErrors: '*'
23*cfb92d14SAndroid Build Coastguard WorkerHeaderFilterRegex: '(examples|include|src).*(?<!third_party.*repo)'
24