swiss-knife
swiss-knife copied to clipboard
Finalize Classes, skip class by glob
vendor/bin/swiss-knife finalize-classes command supports a --skip-file parameter.
I think it would be really useful, if this --skip-file parameter would support glob-like types (similar to how rector and ECS support skip patterns).
I would like to use it like:
vendor/bin/swiss-knife finalize-classes src tests --skip-file '*Controller*'
That would be nice 👍