[video] Scan art for video extras
[xbmc.git] / .clang-tidy
blob38c1b93bb68d6a016c37c140a7bacd216b177e74
1 Checks: "\
2   modernize-make-shared,\
3   modernize-make-unique,\
4   modernize-use-default-member-init,\
5   modernize-use-emplace,\
6   performance-faster-string-find,\
7   performance-for-range-copy,\
8   performance-implicit-conversion-in-loop,\
9   performance-inefficient-algorithm,\
10   performance-inefficient-vector-operation,\
11   performance-move-const-arg,\
12   performance-move-constructor-init,\
13   performance-no-automatic-move,\
14   performance-noexcept-move-constructor,\
15   performance-trivially-destructible,\
16   performance-type-promotion-in-math-fn,\
17   performance-unnecessary-copy-initialization,\
18   performance-unnecessary-value-param,\
20 HeaderFilterRegex: '(^|/)(tools|xbmc)/'