Checks: 'readability-function-cognitive-complexity'
CheckOptions:
  - key: readability-function-cognitive-complexity.Threshold
    value: 60   # allow more complexity in tests
