A class contains more than a configurable number of members (maxItems
).
The class is likely to be doing too much and violating the single responsibility principle.
Reduce the number of members in the class, e.g. extract them out to another class.
{
"maxNumberOfMembers": {
"enabled": false,
"config": {
"maxItems": 32
}
}
}