You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(pmd): replace deprecated Ncss*Count PMD's rules by the NcssCount
Quote from https://pmd.github.io/2017/12/15/PMD-6.0.0/
%
The new Java rule NcssCount (category design) replaces the three rules “NcssConstructorCount”,
“NcssMethodCount”, and “NcssTypeCount”. The new rule uses the metrics framework to achieve the
same. It has two properties, to define the report level for method and class sizes separately.
Constructors and methods are considered the same.
%
Part of #1018
[skip ci]
0 commit comments