PHP-Parallel-Lint
PHP-Parallel-Lint copied to clipboard
This tool check syntax of PHP files faster than serial check with fancier output.
There is a new version of box released by the humbug organisation: https://github.com/humbug/box It offers significant improvements over the old version, including speed, and has removed various deprecated dependencies: https://github.com/humbug/box/blob/master/UPGRADE.md...
parallel-lint works fine with php8, only one deprecated string access, which is fixed by this PR.
Can I use the Box app to create a phar package which includes the PHP-Console-Highlighter too ?
Hi there, `parallel-lint` is awesome! It's just a tiny bit painful to integrate it into my CI flow. I'd be happy to help you set up a small `gh-pages` site...
https://github.com/JakubOnderka/PHP-Parallel-Lint/blob/master/README.md#create-phar-package instructs to run ``` curl -LSs https://box-project.github.io/box2/installer.php | php ``` After that, `box.phar` exists in the current working directory. The next instruction is ``` box build ``` but should...
When this Repository is abandoned why isn´t composer showing that message? I think you have to configure it at packagist....
The autoloader doesn't work when the vendor-dir is set to a different dir in the composer.json file. I keep getting : "You must set up the project dependencies, run the...
``` Deprecated: Array and string offset access syntax with curly braces is deprecated in /home/travis/build/MyIntervals/emogrifier/vendor/jakub-onderka/php-parallel-lint/src/Settings.php on line 145 ```
For performance reasons it's better to have a number of parallel jobs equals to a number of CPUs, like `paratestphp/paratest` do