google / closure-linter

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

--additional_extensions '*' does not work #111

Open bittorf opened 5 years ago

bittorf commented 5 years ago

I see no way to allow checking of files with

a) any extension workaround: rename 'foo.bar' to 'foo.js'

b) no extension workaround: rename 'foo' to 'foo.js'

proposed solution: allow switch --additional_extensions '*'