rspec/rules/S4011/java/parameters.adoc

11 lines
399 B
Plaintext

=== Parameters
* key = className
** description: Name of the class whose constructor is forbidden. This parameter is mandatory, if absent the rule is disabled.
* key: argumentTypes
** description: Comma-delimited list of argument types, E.G. java.lang.String, int[], int
* key: allOverloads
** description: Boolean. Set to true to flag all overloads regardless of parameter type (default: false)