blob: 6153e73435e4dc1adea930f83a87ec3aec30823d [file] [log] [blame]
Jagpal Singh Gill0fa12d22025-05-20 15:40:14 -07001Checks: '
2 -*,
3 bugprone-unchecked-optional-access,
4 modernize-use-nullptr,
5 readability-function-size,
6 readability-function-cognitive-complexity
7'
8CheckOptions:
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
13WarningsAsErrors: '*'
14HeaderFilterRegex: '(?!^subprojects).*'