phpmd / phpmd

PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD. PHPMD can be seen as an user friendly frontend application for the raw metrics stream measured by PHP Depend.
https://phpmd.org
BSD 3-Clause "New" or "Revised" License
2.34k stars 347 forks source link

NestedScopes rule is gone #193

Closed ssfinney closed 9 years ago

ssfinney commented 10 years ago

The NestedScopes rule used to be a member of the "cleancode" ruleset, but has been removed.

Please add it back. This is a very valuable rule for me and the team.

ssfinney commented 9 years ago

I'm just going to use PHP Codesniffer's rule for detecting indentation levels.