aboutsummaryrefslogtreecommitdiff
path: root/src/.clang-tidy
blob: 39566c0cb7fcc2e20b1b20d5947de08adf10696d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Checks: '
-*,
bugprone-argument-comment,
bugprone-use-after-move,
misc-unused-using-decls,
modernize-use-default-member-init,
modernize-use-nullptr,
performance-*,
-performance-inefficient-string-concatenation,
-performance-no-int-to-ptr,
-performance-noexcept-move-constructor,
-performance-unnecessary-value-param,
readability-const-return-type,
readability-redundant-declaration,
readability-redundant-string-init,
'
WarningsAsErrors: '*'
CheckOptions:
 - key: performance-move-const-arg.CheckTriviallyCopyableMove
   value: false
HeaderFilterRegex: '.'