Skip to content

Commit

Permalink
Remove whitespace rake task
Browse files Browse the repository at this point in the history
We are no longer pedantic about trailing whitespace.
  • Loading branch information
jeremyevans committed Jun 22, 2022
1 parent 9589190 commit 3ffbd61
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,3 @@ task :docs do
require_relative 'lib/rack/test/version'
sh "rdoc --title 'Rack::Test #{Rack::Test::VERSION} API Documentation'"
end

desc 'Removes trailing whitespace'
task :whitespace do
sh %(find . -name '*.rb' -exec sed -i 's/ *$//g' {} \\;)
end

0 comments on commit 3ffbd61

Please sign in to comment.