Laravel Pint pre-commit hook allow you to analyse your code with the awesome Laravel Pint.
- Check only staged files
- Pint analysis is disabled during merge phase
- Read the
./pint.json
configuration - Ability to disable Pint verification with -n or -no-verify argument
composer require amphibee/laravel-pint-pre-commit --dev
-n
or-no-verify
to disable the Pint analysis
MIT