xref: /aosp_15_r20/external/executorch/.clang-tidy (revision 523fa7a60841cd1ecfb9cc4201f1ca8b03ed023a)
1---
2# NOTE there must be no spaces before the '-', so put the comma last.
3InheritParentConfig: true
4Checks: '
5-facebook-hte-BadMemberName,
6-facebook-hte-NullableReturn,
7'
8AnalyzeTemporaryDtors: false
9CheckOptions:
10...
11