-
Expected success but got an exception, i.e. the method was actually executed!
```php
class FinalPartial
{
final public function foo():bool{ throw new Exception(""); }
public function ba…
-
I built a job that looks like:
pipeline {
agent {label 'testing'}
options {
checkoutToSubdirectory('files/converter/onedrive')
disableConcurrentBui…
-
## Short description
Based on documentation and reading the code, there is no way to include an entire ruleset xml file, while overriding properties of individual rules within that ruleset. That mea…
-
👋 Hi, there! I like to use PHAR distributions of my Composer dependencies to minimize transitive dependencies. I see that PHPMD provides one, but only via raw download. Would you consider creating a s…
-
Hi@all
i try to use the Php mess detector plugin. But i become every time a error. Has anybody a idea how i can fix it?
Config:
```
php_mess_detector:
path: "app"
rules:
- "cleancod…
-
Investigate plugins or tools to conduct php code quality scans.
Code quality scan will kick off at each build. There are many Jenkins php plugins but I want to use one that shows scan results in Je…
-
There are processings timing out with the following error `CC::Analyzer::Engine::EngineTimeout: engine phpmd ran for 900 seconds and was killed`
-
On order to filter results or to add statistics, it would be cool to have a sort of ruleset and rule property on each [inspection item](https://github.com/DaGhostman/ts-php-inspections/blob/develop/sr…
-
It would be really useful to be able to add an array of glob patterns to the settings so that phpmd would ignore those files and folders. For example, I don't want it checking for issues in my `vendor…
-
Подключите PHP Mess detector и PHP Code Sniffer и проверьте свой код на наличие нарушений стандартов кодирования PSR2
https://github.com/squizlabs/PHP_CodeSniffer
https://phpmd.org/download/index.…