Closed meacuna closed 7 years ago
It would be helpful to be able to exclude single files.
For example:
app/assets/javascripts/foo.js app/assets/javascripts/unmantained_but_useful.js ...
In this case I would like to lint all my files in app/assets/javascripts except some old, unmaintained but useful file.
app/assets/javascripts
This has been addressed in this PR.
It would be helpful to be able to exclude single files.
For example:
In this case I would like to lint all my files in
app/assets/javascripts
except some old, unmaintained but useful file.