-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.clang-tidy
More file actions
29 lines (24 loc) · 820 Bytes
/
Copy path.clang-tidy
File metadata and controls
29 lines (24 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
27
28
29
Checks: >
clang-analyzer-*,
bugprone-*,
performance-*,
modernize-*,
readability-*,
-bugprone-easily-swappable-parameters,
-modernize-use-trailing-return-type,
-modernize-use-auto,
-modernize-use-default-member-init,
-modernize-use-using,
-modernize-pass-by-value,
-readability-magic-numbers,
-readability-implicit-bool-conversion,
-readability-identifier-naming,
-readability-identifier-length,
-readability-uppercase-literal-suffix,
-readability-redundant-inline-specifier,
-readability-redundant-access-specifiers,
-readability-convert-member-functions-to-static,
-readability-else-after-return
HeaderFilterRegex: '^(\.\./)?(log-lib|sandbox)/'
WarningsAsErrors: '' # keep them as warnings in terminal
FormatStyle: none # let clang-format handle formatting