-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.clang-tidy
More file actions
29 lines (28 loc) · 843 Bytes
/
Copy path.clang-tidy
File metadata and controls
29 lines (28 loc) · 843 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: >
bugprone-*,
-bugprone-easily-swappable-parameters,
-bugprone-exception-escape,
google-build-explicit-make-pairs,
google-build-namespaces,
google-build-using-namespace,
google-explicit-constructor,
google-global-names-in-headers,
google-readability-braces-around-statements,
google-readability-casting,
google-readability-namespace-comments,
-google-readability-todo,
google-runtime-int,
google-runtime-operator,
modernize-use-nullptr,
modernize-use-override,
modernize-use-emplace,
performance-for-range-copy,
performance-unnecessary-copy-initialization,
readability-braces-around-statements,
readability-const-return-type,
readability-container-size-empty,
readability-delete-null-pointer,
readability-else-after-return
WarningsAsErrors: ''
HeaderFilterRegex: 'include/cymon/.*'