phpdebt icon indicating copy to clipboard operation
phpdebt copied to clipboard

Technical Debt Calculator

Results 4 phpdebt issues
Sort by recently updated
recently updated
newest added

phpdebt fails when there is no code. Let's inform the user and exit.

Now `phpdebt` can be allowed to use the PHPCS config via: `phpdebt --standard=phpcs.xml.dist`

Currently, the script requires that the project being analyzed has either the modules it uses to be included in the project's vendor file, or the script itself (from which the...

I want to scan a variety of files: most *.php, *.module, *.inc files, etc, but need to exclude other patterns like *.views_defaults.inc since it mostly contains generated code that has...