| Jagpal Singh Gill | 0fa12d2 | 2025-05-20 15:40:14 -0700 | [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).*' | ||||