-
-
Notifications
You must be signed in to change notification settings - Fork 126
Expand file tree
/
Copy path.clang-tidy
More file actions
13 lines (13 loc) · 666 Bytes
/
.clang-tidy
File metadata and controls
13 lines (13 loc) · 666 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Checks: '*,-performance-no-int-to-ptr,-misc-unused-parameters,-android*,-readability-non-const-parameter,-modernize-use-trailing-return-type,-bugprone-bool-pointer-implicit-conversion'
WarningsAsErrors: true
CheckOptions:
- key: bugprone-unhandled-self-assignment.WarnOnlyIfThisHasSuspiciousField
value: '0'
- key: modernize-loop-convert.MaxCopySize
value: '4'
- key: modernize-loop-convert.MinConfidence
value: safe
- key: modernize-use-auto.MinTypeNameLength
value: 0
- key: modernize-use-auto.RemoveStars
value: 1