Invalid namespaces must be erroring
Closed this issue · 1 comments
dereuromark commented
use SprykerShop\CmsBlockWidget\src\SprykerShop\Yves\CmsBlockWidget\Validator\CmsBlockValidator;
use SprykerShop\CmsBlockWidget\src\SprykerShop\Yves\CmsBlockWidget\Validator\CmsBlockValidatorInterface;
dereuromark commented
Unfortunately, not every vendor uses a clean naming scheme here
use org\bovigo\vfs\vfsStream;
use org\bovigo\vfs\vfsStreamDirectory;
as such we can probably only blacklist the obvious errors like \src\
in there?
Or we disallow for Spryker* namespaces.
The latter works for use Spryker.*\\[a-z]
regex