franzejr / best-ruby

Ruby Tricks, Idiomatic Ruby, Refactoring and Best Practices
http://franzejr.github.io/best-ruby/
2.39k stars 218 forks source link

Removing trailing whitespaces #23

Closed filipebarcos closed 9 years ago

filipebarcos commented 9 years ago

People are not taking care of removing trailing whitespace from the files they touch. That adds a lot of noise for code reviews.

to help you remove it consider:

franzejr commented 9 years ago

@filipebarcos , could you check the README you generated? https://github.com/filipebarcos/ruby-tricks/blob/b10cc8c97147abefaed09254f39502e7ebcdc4f1/README.md

rafaelsales commented 9 years ago

@filipebarcos we should probably fix the README generator rather than fixing the markdown file: https://github.com/franzejr/ruby-tricks/blob/master/Rakefile

rthbound commented 8 years ago

@rafaelsales could let the rake task touch files beyond README, trimming whitespace from *.rb as well