aboutsummaryrefslogtreecommitdiff
path: root/src/.clang-tidy
blob: 3ad463e99b4db517fe3414d0d4842f509225cb75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Checks: '
-*,
bugprone-argument-comment,
bugprone-use-after-move,
misc-unused-using-decls,
modernize-use-default-member-init,
modernize-use-nullptr,
performance-for-range-copy,
performance-move-const-arg,
performance-no-automatic-move,
performance-unnecessary-copy-initialization,
readability-redundant-declaration,
readability-redundant-string-init,
'
WarningsAsErrors: '*'
CheckOptions:
 - key: performance-move-const-arg.CheckTriviallyCopyableMove
   value: false
HeaderFilterRegex: '.'