|
|
@ -1,16 +1,26 @@
|
|
|
|
Checks: '\
|
|
|
|
Checks: 'cppcoreguidelines-*,
|
|
|
|
cppcoreguidelines-*,\
|
|
|
|
performance-*,
|
|
|
|
performance-*,\
|
|
|
|
modernize-*,
|
|
|
|
-performance-unnecessary-value-param,\
|
|
|
|
google-*,
|
|
|
|
modernize-*,\
|
|
|
|
misc-*,
|
|
|
|
-modernize-use-trailing-return-type,\
|
|
|
|
cert-*,
|
|
|
|
google-*,\
|
|
|
|
readability-*,
|
|
|
|
-google-runtime-references,\
|
|
|
|
clang-analyzer-*,
|
|
|
|
misc-*,\
|
|
|
|
-performance-unnecessary-value-param,
|
|
|
|
-misc-non-private-member-variables-in-classes,\
|
|
|
|
-modernize-use-trailing-return-type,
|
|
|
|
cert-*,\
|
|
|
|
-google-runtime-references,
|
|
|
|
readability-*,\
|
|
|
|
-misc-non-private-member-variables-in-classes,
|
|
|
|
clang-analyzer-*'
|
|
|
|
-readability-braces-around-statements,
|
|
|
|
|
|
|
|
-google-readability-braces-around-statements,
|
|
|
|
|
|
|
|
-cppcoreguidelines-avoid-magic-numbers,
|
|
|
|
|
|
|
|
-readability-magic-numbers,
|
|
|
|
|
|
|
|
-readability-magic-numbers,
|
|
|
|
|
|
|
|
-cppcoreguidelines-pro-type-vararg,
|
|
|
|
|
|
|
|
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
|
|
|
|
|
|
|
|
-cppcoreguidelines-avoid-c-arrays,
|
|
|
|
|
|
|
|
-modernize-avoid-c-arrays,
|
|
|
|
|
|
|
|
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
|
|
|
|
|
|
|
|
-readability-named-parameter'
|
|
|
|
|
|
|
|
|
|
|
|
WarningsAsErrors: ''
|
|
|
|
WarningsAsErrors: ''
|
|
|
|
HeaderFilterRegex: '*spdlog/[^f].*'
|
|
|
|
HeaderFilterRegex: '*spdlog/[^f].*'
|
|
|
|