Via:
Some PHPMD checks used to be run via CodeClimate. Now CodeClimate has been turned off, these are no longer run.
A number of things which PHPMD checked, can (also) be checked via sniffs.
It should be inventoried:
- Which checks in PHPMD were considered useful.
- If there are sniffs available for the same either in PHPCS itself or in external sniff libraries.
From the Slack conversations:
"At some points codeclimate made me think more about my code. Complexity of methods is one of those. Not using else-statement. Maybe we should communicate that kind of principles as much as possible "
Via:
Some PHPMD checks used to be run via CodeClimate. Now CodeClimate has been turned off, these are no longer run.
A number of things which PHPMD checked, can (also) be checked via sniffs.
It should be inventoried:
From the Slack conversations: