rspec/rules/S1448/parameters.adoc
2022-02-01 12:25:23 +00:00

21 lines
226 B
Plaintext

=== Parameters
.maximumMethodThreshold
****
----
35
----
The maximum number of methods authorized in a class.
****
.countNonpublicMethods
****
----
true
----
Whether or not to include non-public methods in the count
****