phplint
phplint copied to clipboard
:bug: A tool that can speed up linting of php files by running several lint processes at once.
If you look - https://github.com/overtrue/phplint/blob/8.1/bin/phplint#L4-L6 - it's telling that you need at least use PHP 5.5.9 version and it looks like that is not anymore true - https://github.com/overtrue/phplint/blob/8.1/README.md#required - that...
Hi, Please bear with me for a moment, I'm really just asking a question seriously. Since I've bootstrapped this component in our CI several months ago, we never ever got...
We need to add a new major version 6.0 that will support upcoming PHP 8.2 scheduled for November, 24 2022.
# New Issue ## Diagnose Output of `composer show` command ``` algo26-matthias/idna-convert v4.0.2 A library for encoding and decoding internationalized domain names behat/gherkin v4.9.0 Gherkin DSL parser for PHP caxy/php-htmldiff...
## Summary Simplify ability to add support to more formats ## Context Even if I consider [SARIF](https://docs.oasis-open.org/sarif/sarif/v2.1.0/sarif-v2.1.0.html) as the futur of reporter solution, I must admit that PHP project leaders/maintainers...
To allows dependencies reduction (#217) and load only what final User have really needed, we must have a new Extension system. With current versions 9.x we have officially 4 extensions...
The new OutputManager extension will be in charge to handle properly the reporting results system. That's includes : - current version of https://github.com/overtrue/phplint/blob/9.6/src/Extension/OutputFormat.php component - with all formats supported (see...
After working on issue #218, and begun to work on major version 10.0, I've found origin of performance degradation we may occurs. I'll keep more details later ...
in our concrete case the file-cache is taking a lot of space, because our file-structure in the filesystem has a incrementing counter: ``` complexit@ci24:/www/www/apps/motiontm$ tree -L 2 . ├── current...