Skip to content

Commit 54bcc63

Browse files
committed
wip Ignoring files with *WithFixableIssues.php on Laravel pint
1 parent 99a3808 commit 54bcc63

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pint.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"preset": "laravel"
2+
"preset": "laravel",
3+
"notName": [
4+
"*WithFixableIssues.php"
5+
]
36
}

0 commit comments

Comments
 (0)