You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
731 B
28 lines
731 B
Checks: "
|
|
-*,
|
|
bugprone-*,
|
|
-bugprone-easily-swappable-parameters,
|
|
performance-*,
|
|
readability-*,
|
|
-readability-braces-around-statements,
|
|
misc-*,
|
|
-misc-non-private-member-variables-in-classes,
|
|
clang-analyzer-*,
|
|
clang-diagnostic-*,
|
|
cppcoreguidelines-*,
|
|
modernize-*,
|
|
|
|
performance-unnecessary-value-param,
|
|
modernize-pass-by-value,
|
|
|
|
-readability-identifier-length,
|
|
-modernize-use-trailing-return-type,
|
|
-cppcoreguidelines-magic-numbers,
|
|
-cppcoreguidelines-init-variables,
|
|
-cppcoreguidelines-pro-type-member-init,
|
|
"
|
|
|
|
WarningsAsErrors: ''
|
|
HeaderFilterRegex: '.*'
|
|
AnalyzeTemporaryDtors: false
|
|
FormatStyle: file
|