turboladen / tailor

A RubyGem that allows for checking standard styling of Ruby files.
146 stars 18 forks source link

Add auto-tailor (use watchr or something similar) #88

Open turboladen opened 12 years ago

turboladen commented 12 years ago

It'd be cool to turn tailor on while you fix up your issues, then have it auto-run. ...similar to autotest or infinity_test.

sergio-fry commented 12 years ago

Ability to check the only 1 file is needed. And I think, that https://github.com/guard/guard is prefered.

burin commented 11 years ago

If you use SublimeText, you could use SublimeLinter, and configure it to use tailor. Here's the pull request I made to add it:

https://github.com/SublimeLinter/SublimeLinter/pull/568

Here's how I actually implemented personally:

https://gist.github.com/burin/b26ca219fb39a25e39f7

I think this might solve your problem (linting files w/ immediate feedback), but not be the solution you're looking for exactly.

turboladen commented 11 years ago

That's super cool, @burin! Thanks for implementing and sharing. I haven't had much time for tailor lately, but I think it'd be cool to have a section in the README for integrating with other tools--when your pull request gets integrated, would you be interested in updating tailor's README with how to use in SublimeText?

I might have to switch IDEs again now... :)

burin commented 11 years ago

@turboladen I'd be glad to.

lesterzone commented 10 years ago

https://github.com/guard/guard needed.