damian / jshint

Making it easy to lint your JavaScript assets in any Rails 3.1+ and Rails 4 application.
https://rubygems.org/gems/jshint
MIT License
11 stars 21 forks source link

Exclude single files #38

Closed meacuna closed 7 years ago

meacuna commented 8 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.

damian commented 7 years ago

This has been addressed in this PR.