Pavithra Barithaya | 9e120bf | 2025-05-14 12:27:41 +0530 | [diff] [blame^] | 1 | Checks: ' |
| 2 | -*, |
| 3 | bugprone-unchecked-optional-access, |
| 4 | modernize-use-nullptr, |
| 5 | readability-function-size, |
| 6 | readability-function-cognitive-complexity |
| 7 | ' |
| 8 | CheckOptions: |
| 9 | - { key: readability-function-size.LineThreshold, value: 60 } |
| 10 | - { key: readability-function-size.ParameterThreshold, value: 6 } |
| 11 | - { key: readability-function-cognitive-complexity.Threshold, value: 25 } |
| 12 | |
| 13 | WarningsAsErrors: '*' |
| 14 | HeaderFilterRegex: '(?!^subprojects).*' |