-
Hello,
Why not use phpmd to check if variable is unused..etc ?
-
Please include the following automated inspection on the source code of this plugin.
# PHP code style checking
phpcs wp-recaptcha>phpcs.txt
# PHP dependancies and complexity checking
PHP_Depend/pdep…
-
After updating by composer (php_md became 2.3.0 from 2.2.0 & code_sniffer became 2.3.0 from 2.2.0) my builds was failed every times.
Plugin php_md failed with error "undefined property exceptions"
Af…
ghost updated
9 years ago
-
Hello!
I have just recently downloaded Atom and got packages for php, html, css, and haskell.
I have been working on my php file a few day ago with no error, however today this error came up. I'm…
-
### Bug report
Hello,
First, congratulations on the release of PHPStan 2.0! I was testing it on my project and noticed that PHPStan now detects an error with PHPMD-specific suppression rules.
…
-
I got this bug when phpmd install. How can I fix this
```
Error: spawn e:\Work\Projects\chuohDev\Source\vendor\bin\phpmd ENOENT
at exports._errnoException (util.js:1050:11)
at Process.…
-
Hello,
Recently I have read about an interesting upgrade of Cyclomatic Complexity called Cognitive Complexity.
> Cyclomatic Complexity was initially formulated as a measurement of the “testabili…
-
Criar uma configuração phing com:
- PHPCPD
- PHPLoc
- PHPMD
- PHPDepend
- PHPUnit
Referência : http://www.phing.info/docs/guide/stable/
-
PHP Copy/Paste Detector does not take into attention ignore (folders) section of phpci.yml?
It detects duplicate in folder that (for example) PHPMD and PHPCS skip.
-
I built a job that looks like:
pipeline {
agent {label 'testing'}
options {
checkoutToSubdirectory('files/converter/onedrive')
disableConcurrentBui…