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.jsonconfiguration - Ability to disable Pint verification with -n or -no-verify argument
composer require amphibee/laravel-pint-pre-commit --dev
-nor-no-verifyto disable the Pint analysis
MIT