Skip to content

Commit 145ce63

Browse files
authored
Merge pull request #43 from yitzwillroth/modify-pint-rules-to-use-dirty-flag
Update Pint Guideline to Use `--dirty` Flag
2 parents ee91afd + 8edd63e commit 145ce63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ai/pint/core.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
## Laravel Pint Code Formatter
22

3-
- You must run `vendor/bin/pint` before finalizing changes to ensure your code matches the project's expected style.
3+
- You must run `vendor/bin/pint --dirty` before finalizing changes to ensure your code matches the project's expected style.
44
- Do not run `vendor/bin/pint --test`, simply run `vendor/bin/pint` to fix any formatting issues.

0 commit comments

Comments
 (0)