Am I blind, or there really isn't a way to run Laravel Pint in a _real_ dry run mode that will exit with non-zero code? --test and --bail does not work, and --repair is the only one that exits with proper code, but it applies changes, and I only want to check files.
Comments