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

23 lines
324 B
Plaintext

=== Parameters
.max
****
_Integer_
----
5
----
Maximum depth of the inheritance tree. (Number)
****
.filteredClasses
****
_String_
----
""
----
Classes to be filtered out of the count of inheritance. Depth counting will stop when a filtered class is reached. Ex value: java.fwk.AbstractFwkClass, java.fwkPackage.*
****