Pattern: Too many public structs
Issue: -
Packages declaring too many public structs can be hard to understand/use, and could be a symptom of bad design.
This rule warns on files declaring more than a configured, maximum number of public structs.
(int) the maximum allowed public structs
[rule.max-public-structs]
arguments =[3]