kranack / lint-tool
Lint Tool CLI
Installs: 1 182
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.0
- barryvdh/composer-cleanup-plugin: dev-fix/composer-update
- phar-io/version: ^3.1
- php-parallel-lint/php-parallel-lint: ^1.1
- symfony/console: ^4.3
Requires (Dev)
- infection/infection: ^0.25.0
- mikey179/vfsstream: ^1.6
- mockery/mockery: ^1.3
- phpstan/extension-installer: ^1.0
- phpstan/phpstan: ^0.12.4
- phpstan/phpstan-mockery: ^0.12.2
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2025-03-20 10:59:18 UTC
README
How it works
This lint tool use your PHP binaries to lint your sources files.
The first step to use it is to setup your environment by launching the install
command. During the installation, it'll scan your computer searching for PHP binaries and save paths in your configuration.
This tool mainly supports Homebrew, other tools may or may not be well supported.
Install
Install composer dependencies with composer install
and run ./lint-tools install
.
Update existing installation
To update your configuration, run ./lint-tools install --force
.
List cached PHP instances
To list your PHP instances cached during your last installation, run ./lint-tools install --list
Usage
After the install, you could run the lint command ./lint-tools lint [-m <min>] [--exclude] [--colors] [--full] [--no-local] <folder>
where folder is the directory containing PHP sources to lint.
The min option can be used to define the minimal PHP version to lint with. Semantic Versioning format is used.