Artisan command to do a lint check for dump calls #66
adrianspacely
started this conversation in
Ideas
Replies: 1 comment
-
I'd definitely accept a PR for that! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would be neat if there was an artisan command to do a lint check for dump calls. I.e.
artisan ray:lint
.This would be great for CI and peace of mind that stray
dd
,dump
var_dump
,ray
, etc. calls aren't in the codebase after debugging.Beta Was this translation helpful? Give feedback.
All reactions