google / closure-linter

Automatically exported from code.google.com/p/closure-linter
Apache License 2.0
109 stars 37 forks source link

Feature Request: -x and -e args should take wildcards or regexes. And not exact match #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be great if the -x and -e args in fixjsstyle and gjslint accepted 
wildcards or regexes.

This would allow me to:
gjslint -x *.min.js,*.*deps.js ...

It would also be great if these scripts were not so strict. i.e. I would like 
to say:

fixjsstyle -x deps.js ... 
instead of:
fixjsstyle -x dir1/dir2/deps.js ... 

Tnx

Guido

Original issue reported on code.google.com by guido.tapia@gmail.com on 30 Jan 2011 at 12:40

GoogleCodeExporter commented 9 years ago

Original comment by vagra...@google.com on 5 Aug 2013 at 9:50