phpdebt
phpdebt copied to clipboard
Technical Debt Calculator
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...