blob: 673dd4776b525ffb6a8c6b3b7d31e8455a713e34 [file] [log] [blame]
Daniel Boulby04fa1122021-09-15 14:11:17 +01001Checks: 'readability-*,portability-*,performance-*,misc-*,bugprone-*,modernize-*,google-runtime-int,-modernize-deprecated-headers,-clang-analyzer-valist.Uninitialized,-readability-magic-numbers, -readability-function-cognitive-complexity'
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"