mirror of https://github.com/xbmc/xbmc
24 lines
787 B
YAML
24 lines
787 B
YAML
Checks: "\
|
|
modernize-make-shared,\
|
|
modernize-make-unique,\
|
|
modernize-use-default-member-init,\
|
|
modernize-use-emplace,\
|
|
performance-faster-string-find,\
|
|
performance-for-range-copy,\
|
|
performance-implicit-conversion-in-loop,\
|
|
performance-inefficient-algorithm,\
|
|
performance-inefficient-vector-operation,\
|
|
performance-move-const-arg,\
|
|
performance-move-constructor-init,\
|
|
performance-no-automatic-move,\
|
|
performance-noexcept-move-constructor,\
|
|
performance-trivially-destructible,\
|
|
performance-type-promotion-in-math-fn,\
|
|
performance-unnecessary-copy-initialization,\
|
|
performance-unnecessary-value-param,\
|
|
readability-container-contains,\
|
|
readability-container-data-pointer,\
|
|
readability-container-size-empty,\
|
|
"
|
|
HeaderFilterRegex: '(^|/)(tools|xbmc)/'
|