| Pavithra Barithaya | 1170a54 | 2024-07-31 14:23:49 +0530 | [diff] [blame] | 1 | Checks: ' -*, | 
|  | 2 | bugprone-argument-comment, | 
|  | 3 | bugprone-assert-side-effect, | 
|  | 4 | bugprone-bad-signal-to-kill-thread, | 
|  | 5 | bugprone-bool-pointer-implicit-conversion, | 
| Pavithra Barithaya | ca041a8 | 2024-08-29 10:11:54 +0530 | [diff] [blame] | 6 | bugprone-branch-clone, | 
| Pavithra Barithaya | 1170a54 | 2024-07-31 14:23:49 +0530 | [diff] [blame] | 7 | bugprone-copy-constructor-init, | 
|  | 8 | bugprone-dangling-handle, | 
|  | 9 | bugprone-dynamic-static-initializers, | 
|  | 10 | bugprone-fold-init-type, | 
|  | 11 | bugprone-forward-declaration-namespace, | 
|  | 12 | bugprone-forwarding-reference-overload, | 
|  | 13 | bugprone-inaccurate-erase, | 
|  | 14 | bugprone-incorrect-roundings, | 
|  | 15 | bugprone-infinite-loop, | 
|  | 16 | bugprone-integer-division, | 
|  | 17 | bugprone-lambda-function-name, | 
|  | 18 | bugprone-macro-parentheses, | 
|  | 19 | bugprone-macro-repeated-side-effects, | 
|  | 20 | bugprone-misplaced-operator-in-strlen-in-alloc, | 
|  | 21 | bugprone-misplaced-pointer-arithmetic-in-alloc, | 
|  | 22 | bugprone-misplaced-widening-cast, | 
|  | 23 | bugprone-move-forwarding-reference, | 
|  | 24 | bugprone-multiple-statement-macro, | 
|  | 25 | bugprone-no-escape, | 
|  | 26 | bugprone-not-null-terminated-result, | 
|  | 27 | bugprone-parent-virtual-call, | 
|  | 28 | bugprone-posix-return, | 
|  | 29 | bugprone-redundant-branch-condition, | 
|  | 30 | bugprone-signal-handler, | 
|  | 31 | bugprone-signed-char-misuse, | 
|  | 32 | bugprone-sizeof-container, | 
|  | 33 | bugprone-sizeof-expression, | 
|  | 34 | bugprone-spuriously-wake-up-functions, | 
|  | 35 | bugprone-string-integer-assignment, | 
| Pavithra Barithaya | 5d86cdf | 2024-08-20 15:08:46 +0530 | [diff] [blame] | 36 | bugprone-string-literal-with-embedded-nul, | 
| Pavithra Barithaya | 1170a54 | 2024-07-31 14:23:49 +0530 | [diff] [blame] | 37 | bugprone-suspicious-enum-usage, | 
|  | 38 | bugprone-suspicious-include, | 
|  | 39 | bugprone-suspicious-memset-usage, | 
|  | 40 | bugprone-suspicious-missing-comma, | 
|  | 41 | bugprone-suspicious-semicolon, | 
|  | 42 | bugprone-suspicious-string-compare, | 
|  | 43 | bugprone-swapped-arguments, | 
|  | 44 | bugprone-terminating-continue, | 
|  | 45 | bugprone-throw-keyword-missing, | 
| Pavithra Barithaya | 03b02d5 | 2023-07-11 10:08:26 -0500 | [diff] [blame] | 46 | bugprone-too-small-loop-variable, | 
| Pavithra Barithaya | 1170a54 | 2024-07-31 14:23:49 +0530 | [diff] [blame] | 47 | bugprone-undefined-memory-manipulation, | 
|  | 48 | bugprone-undelegated-constructor, | 
|  | 49 | bugprone-unhandled-exception-at-new, | 
|  | 50 | bugprone-unhandled-self-assignment, | 
|  | 51 | bugprone-unused-raii, | 
|  | 52 | bugprone-unused-return-value, | 
| Pavithra Barithaya | 9948a7d | 2024-08-20 18:10:12 +0530 | [diff] [blame^] | 53 | bugprone-virtual-near-miss, | 
|  | 54 | cert-con54-cpp, | 
|  | 55 | cert-dcl21-cpp, | 
|  | 56 | cert-dcl50-cpp, | 
|  | 57 | cert-dcl54-cpp, | 
|  | 58 | cert-dcl58-cpp, | 
|  | 59 | cert-dcl59-cpp, | 
|  | 60 | cert-err09-cpp, | 
|  | 61 | cert-err52-cpp, | 
|  | 62 | cert-err60-cpp, | 
|  | 63 | cert-err61-cpp, | 
|  | 64 | cert-mem57-cpp, | 
|  | 65 | cert-msc50-cpp, | 
|  | 66 | cert-msc51-cpp, | 
|  | 67 | cert-oop11-cpp, | 
|  | 68 | cert-oop54-cpp, | 
|  | 69 | cert-oop57-cpp, | 
|  | 70 | cert-oop58-cpp' | 
| Pavithra Barithaya | 1170a54 | 2024-07-31 14:23:49 +0530 | [diff] [blame] | 71 |  | 
|  | 72 | WarningsAsErrors: '*' | 
|  | 73 | HeaderFilterRegex: '.*' |