swiss-knife icon indicating copy to clipboard operation
swiss-knife copied to clipboard

Finalize Classes, skip class by glob

Open staabm opened this issue 7 months ago • 1 comments

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*'

staabm avatar May 19 '25 14:05 staabm

That would be nice 👍

TomasVotruba avatar May 19 '25 15:05 TomasVotruba