-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.clang-tidy
More file actions
11 lines (10 loc) · 836 Bytes
/
.clang-tidy
File metadata and controls
11 lines (10 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
Checks: '*,-altera-*,-fuchsia-*,-google-*,-zircon-*,-abseil-*,-llvmlibc-*,-*-magic-numbers,-concurrency-mt-*,-cppcoreguidelines-pro-bounds-constant-array-index,-modernize-use-trailing-return-type,-hicpp-no-assembler,-hicpp-braces-around-statements,-hicpp-signed-bitwise,-hicpp-uppercase-literal-suffix,-hicpp-named-parameter,-readability-uppercase-literal-suffix,-readability-named-parameter,-readability-braces-around-statements,-readability-avoid-const-params-in-decls,-llvm-*,-cert-dcl21-cpp'
WarningsAsErrors: '1'
FormatStyle: none
CheckOptions:
- key: cppcoreguidelines-special-member-functions.AllowSoleDefaultDtor
value: '1'
- key: hicpp-special-member-functions.AllowSoleDefaultDtor
value: '1'
- key: misc-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic
value: '1'