amphibee / laravel-pint-pre-commit
Laravel Pint pre-commit hook allow you to analyse your code with the awesome Laravel Pint.
Package info
github.com/AmphiBee/laravel-pint-pre-commit
pkg:composer/amphibee/laravel-pint-pre-commit
1.5
2023-02-15 09:14 UTC
Requires
- laravel/pint: ^1.5
README
Laravel Pint pre-commit hook allow you to analyse your code with the awesome Laravel Pint.
Features
- Check only staged files
- Pint analysis is disabled during merge phase
- Read the
./pint.jsonconfiguration - Ability to disable Pint verification with -n or -no-verify argument
Install
composer require amphibee/laravel-pint-pre-commit --dev
Options
-nor-no-verifyto disable the Pint analysis
Credits
License
MIT