forked from rafalh/dashfaction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.clang-tidy
28 lines (23 loc) · 781 Bytes
/
.clang-tidy
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
27
28
---
Checks: >
clang-analyzer-*,
-clang-analyzer-security.insecureAPI.strcpy,
-clang-analyzer-optin.cplusplus.VirtualCall,
-clang-diagnostic-unused-private-field,
modernize-*,
-modernize-use-trailing-return-type,
-modernize-avoid-c-arrays,
-modernize-avoid-bind,
portability-*,
bugprone-*,
-bugprone-narrowing-conversions,
-bugprone-macro-parentheses,
readability-*,
-readability-magic-numbers,
-readability-braces-around-statements,
-readability-implicit-bool-conversion,
-readability-uppercase-literal-suffix,
-readability-named-parameter,
-readability-use-anyofallof,
-readability-isolate-declaration,
HeaderFilterRegex: '/(common|crash_handler|crash_handler_stub|editor_patch|game_patch|launcher|launcher_common|patch_common|xlog)/'