generated from tighten/php-package-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Current setup:
Duster v3.2.0
Laravel v12.19.3
Php 8.3
With Duster, we can utilize the --dirty
flag, which instructs the tool to run linters or fixers only on files that have been staged but not yet committed.
Previously, this will only run the linting for staged files :
/vendor/bin/duster lint --dirty
But, with latest duster v3.2.0
it run the linting to all files instead of only the staged files.
FYI, this is working correctly prior to this version :
Previous setup:
Laravel v11.18.1
Duster v3.0.0
Metadata
Metadata
Assignees
Labels
No labels