aboutsummaryrefslogtreecommitdiff
path: root/src/.clang-tidy
blob: b1f543f610b9ae5dc61430ac73031a05b2df696d (plain)
1
2
3
4
5
6
7
8
9
10
11
Checks: '
-*,
bugprone-argument-comment,
modernize-use-nullptr,
readability-redundant-declaration,
'
WarningsAsErrors: '
bugprone-argument-comment,
modernize-use-nullptr,
readability-redundant-declaration,
'