Olivier Deprez | ed3cdf7 | 2023-03-21 18:13:26 +0100 | [diff] [blame] | 1 | Checks: '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 Scull | 04502e4 | 2018-09-03 14:54:52 +0100 | [diff] [blame] | 2 | HeaderFilterRegex: '^(?!third_party).+' |
Andrew Scull | 18c78fc | 2018-08-20 12:57:41 +0100 | [diff] [blame] | 3 | FormatStyle: file |
Andrew Scull | bc7189d | 2018-08-14 09:35:13 +0100 | [diff] [blame] | 4 | WarningsAsErrors: '*' |
Daniel Boulby | 9535257 | 2021-09-20 10:14:46 +0100 | [diff] [blame] | 5 | CheckOptions: |
6 | - key: bugprone-reserved-identifier.AllowedIdentifiers | ||||
7 | value: "__stack_chk_guard;__stack_chk_fail" |