turboladen / tailor

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

To add ability to list files to check #83

Open sergio-fry opened 13 years ago

sergio-fry commented 13 years ago

Instead of one file or all .rb files inside path. The idea is to check only those files, that have been updated.

turboladen commented 13 years ago

Good idea. I also like the idea of doing something along the autotest or https://github.com/mynyml/watchr lines.

On Oct 5, 2011, at 5:03 AM, Sergei O. Udalov wrote:

Instead of one file or all .rb files inside path. The idea is to check only those files, that have been updated.

Reply to this email directly or view it on GitHub: https://github.com/turboladen/tailor/issues/83

sergio-fry commented 13 years ago

Agreed! I think it is an idea for a new new gem 'auto-tailor' :)

turboladen commented 12 years ago

Added an issue for the auto-test idea: https://github.com/turboladen/tailor/issues/88

turboladen commented 12 years ago

This should be fixed as of e526610f75fb3bea15ad6bce03243f067b132e4e. Expect in 1.0.0.

turboladen commented 12 years ago

I misunderstood the problem when I closed this. I understood that you'd asked to be able to specify a list of files that tailor should check (like in a configuration file or something)--that has been implemented. I just realized that that's not what this issue is requesting. Reopening accordingly.