forked from coturn/coturn
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.clang-tidy
More file actions
26 lines (26 loc) · 820 Bytes
/
.clang-tidy
File metadata and controls
26 lines (26 loc) · 820 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
Checks: 'clang-diagnostic-*,
,-clang-diagnostic-ignored-optimization-argument,
,-cplusplus.InnerPointer,
,clang-analyzer-*,
,-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
,-clang-analyzer-security.insecureAPI.strcpy,
,-clang-analyzer-cplusplus.InnerPointer,
,bugprone-*,
,-bugprone-easily-swappable-parameters,
,performance-*,
,-performance-no-int-to-ptr,
,readability-*,
,-readability-braces-around-statements,
,-readability-identifier-length,
,-readability-else-after-return,
,-readability-magic-numbers,
,-readability-function-cognitive-complexity,
,-readability-uppercase-literal-suffix,
,-readability-suspicious-call-argument,
,modernize-*,
,-modernize-use-auto,
,-modernize-avoid-c-arrays,
,-modernize-redundant-void-arg,
,-modernize-use-trailing-return-type,
'