Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Check: Parameter Count

Madeline Kahn edited this page Mar 26, 2024 · 1 revision
  • Name: "parameterCount"
  • Default: Enabled

Configuration

Name Type Description
maxNumParameters int Maximum number of parameters per method. A warning will be generated for each method exceeding this parameter count. If not present, the check will skip.

Description

Generates a warning if the number of parameters of any method is greater than a configured max value.

Clone this wiki locally