djoos / Symfony-coding-standard

Development repository for the Symfony coding standard
MIT License
402 stars 102 forks source link

No matches found: "--ignore=vendor/*,app/*,./var/*,bin/*,web/*,assets/*,*.js,*.css,node_modules/*" #194

Closed palanisamy-emis closed 1 month ago

palanisamy-emis commented 2 years ago

I am using symfony 5.4 with latest coding standard package. when i try to ignore few directories from lint test it returns

No matches found: "--ignore=vendor/,app/,./var/,bin/,web/,assets/,.js,.css,node_modules/*"

Could some help me to fix this? thanks a lot

djoos commented 2 years ago

Hi @palanisamy-emis,

any chance you could send me the full command you are running?

Thanks in advance!

palanisamy-emis commented 2 years ago
Screenshot 2022-05-19 at 10 04 10 AM

@djoos