blob: 39c2ff621a3dfb02fd00a425b207d0eda6a5f24e [file] [log] [blame]
Olivier Deprezed3cdf72023-03-21 18:13:26 +01001Checks: 'readability-*,-readability-identifier-length,portability-*,performance-*,misc-*,bugprone-*,-bugprone-easily-swappable-parameters,modernize-*,google-runtime-int,-modernize-deprecated-headers,-clang-analyzer-valist.Uninitialized,-readability-magic-numbers, -readability-function-cognitive-complexity,-modernize-macro-to-enum,-misc-redundant-expression,-readability-suspicious-call-argument'
Andrew Scull04502e42018-09-03 14:54:52 +01002HeaderFilterRegex: '^(?!third_party).+'
Andrew Scull18c78fc2018-08-20 12:57:41 +01003FormatStyle: file
Andrew Scullbc7189d2018-08-14 09:35:13 +01004WarningsAsErrors: '*'
Daniel Boulby95352572021-09-20 10:14:46 +01005CheckOptions:
6 - key: bugprone-reserved-identifier.AllowedIdentifiers
7 value: "__stack_chk_guard;__stack_chk_fail"