Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 288 Bytes

complexity.md

File metadata and controls

10 lines (6 loc) · 288 Bytes

Complexity

SlevomatCodingStandard.Complexity.Cognitive

Enforces maximum cognitive complexity for functions.

Sniff provides the following setting:

  • warningThreshold (default: 6)
  • errorThreshold (default: 6)