iamstoick / drupal-pre-commit

A Drupal pre-commit hook to filter php, js, and css syntax errors. This script also checks the file(s) to make sure that the Drupal coding standard is being followed.
Other
38 stars 24 forks source link

PHP Mess Detector #3

Open softeg opened 10 years ago

softeg commented 10 years ago

Hello,

Why not use phpmd to check if variable is unused..etc ?

iamstoick commented 10 years ago

Hi Softeg,

Ii's a brilliant idea to use PHP Mess Detector. Let me integrate this tool. Will update this thread after.

iamstoick commented 9 years ago

@ranelpadon are you able to handle this?