appfolio / eslint-rails

MIT License
39 stars 22 forks source link

Lint all files #22

Closed dkniffin closed 8 years ago

dkniffin commented 8 years ago

This PR adds the following functionality:

dkniffin commented 8 years ago

@jonkessler I just wanna make sure you're aware of this PR as well. With this, #15 is kind of unnecessary.

dkniffin commented 8 years ago

Oh, I did not test this with the web interface, because it actually doesn't work in my app, but it should still work, I think.

dkniffin commented 8 years ago

Once this gets reviewed and merged, I've got another branch ready to go, which adds the ability to use eslint plugins. Unfortunately, it's kinda based on this PR, so this one will have to be merged first.

e0da commented 8 years ago

This is pretty exciting to watch. Thanks @dkniffin! And of course thanks @jonkessler for keeping it alive!

dkniffin commented 8 years ago

Alright, I've pushed up some more changes, and rebased. Let me know if there's anything else I should do for this.

jonkessler commented 8 years ago

Looks good.. let me do a little manual testing, and then I'll merge as soon as I can. Thanks.

jonkessler commented 8 years ago

@dkniffin Would you mind adding a description to the eslint:run_all task so that it shows up in rake -T?

dkniffin commented 8 years ago

@jonkessler done.