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.
19 lines
348 B
19 lines
348 B
---
|
|
Checks: '
|
|
bugprone-*,
|
|
-bugprone-integer-division,
|
|
-bugprone-narrowing-conversions,
|
|
performance-*,
|
|
clang-analyzer-*,
|
|
misc-*,
|
|
-misc-unused-parameters,
|
|
modernize-*,
|
|
-modernize-avoid-c-arrays,
|
|
-modernize-deprecated-headers,
|
|
-modernize-use-auto,
|
|
-modernize-use-using,
|
|
-modernize-use-nullptr,
|
|
-modernize-use-trailing-return-type,
|
|
'
|
|
CheckOptions:
|
|
...
|
|
|