Jayanth Othayoth | fd126c8 | 2024-12-18 07:18:45 -0600 | [diff] [blame] | 1 | Checks: '-*, |
2 | bugprone-unchecked-optional-access, | ||||
3 | modernize-use-nullptr, | ||||
4 | readability-function-cognitive-complexity, | ||||
5 | readability-function-size | ||||
6 | ' | ||||
7 | |||||
8 | CheckOptions: | ||||
9 | - key: readability-function-cognitive-complexity.Threshold | ||||
10 | value: 25 | ||||
11 | - key: readability-function-size.LineThreshold | ||||
12 | value: 60 | ||||
13 | - key: readability-function-size.ParameterThreshold | ||||
14 | value: 6 | ||||
15 | |||||
16 | HeaderFilterRegex: (?!^subprojects).* | ||||
17 | |||||
18 | WarningsAsErrors: '*' |