- Notifications
You must be signed in to change notification settings - Fork 826
/
Copy path.clang-tidy
5 lines (5 loc) · 544 Bytes
/
.clang-tidy
1
2
3
4
5
Checks: -*,google-readability-braces-around-statements,google-readability-casting,modernize-use-using,modernize-loop-convert,modernize-use-bool-literals,modernize-deprecated-headers,performance-unnecessary-value-param,performance-faster-string-find,modernize-raw-string-literal,modernize-redundant-void-arg,modernize-use-nullptr,modernize-use-override,performance-unnecessary-copy-initialization
CheckOptions:
- key: modernize-use-default-member-init.UseAssignment
value: '1'
HeaderFilterRegex: (?!(\/openssl\/|\/pcre\/|\/lib\/yaml\/)).*