PHP-Parallel-Lint
                                
                                
                                
                                    PHP-Parallel-Lint copied to clipboard
                            
                            
                            
                        This tool check syntax of PHP files faster than serial check with fancier output.
Hi! Currently lint fails if it hasn't found any file. This makes hard to setup CI before writing any code, it would be great to add special flag to ignore...
isn't it a cli tool?
``` $ parallel-lint --blame --exclude vendor/ . PHP Warning: Unsupported declare 'strict_types' in phar:///home/php/.composer/vendor/phpstan/phpstan-shim/phpstan.phar/vendor/nette/di/src/compatibility.php on line 7 PHP Warning: Unsupported declare 'strict_types' in phar:///home/php/.composer/vendor/phpstan/phpstan-shim/phpstan.phar/vendor/nette/di/src/DI/Config/Adapter.php on line 7 PHP Parse error:...
Its no longer php - its what ever binary which was used to run the command
On composer update there is a warning: ``` Warning: Ambiguous class resolution, "JsonSerializable" was found in both "/home/project/vendor/nesbot/carbon/src/JsonSerializable.php" and "/home/project/vendor/jakub-onderka/php-parallel-lint/./src/JsonSerializable.php", the first will be used. ```
```./vendor/bin/parallel-lint --colors -j 8 -e php,php-example,phtml --exclude tmp --exclude vendor PHP Parallel Lint version 1.0.0 ------------------------------- Usage: parallel-lint [sa] [-p php] [-e ext] [-j num] [--exclude dir] [files or directories]...
improves linting speed for a few percent and prevent unnecessary IO.
How can I make `parallel-lint` show this Laravel blade template snippet as error? ```php App Name - @yield('title') @section('sidebar') This is the master sidebar. @show @yield('content') ```
When running parallel lint in a build step, symlinks are not always kepth between build steps. ``` PHP Warning: require(/data/home/bamboo/bamboo-agent-home/xml-data/build-dir/RVFR-NTB233-GET/bin/parallel-lint.php): failed to open stream: No such file or directory in...