mirror of
https://github.com/diaspora/diaspora.git
synced 2026-04-29 03:01:03 -04:00
'rake whitespace:clean' => 'rake whitespace:cleanup'
This commit is contained in:
committed by
Raphael Sofaer
parent
5595dc5f48
commit
295ae7fa93
@@ -1,6 +1,6 @@
|
||||
namespace :whitespace do
|
||||
desc 'Removes trailing whitespace'
|
||||
task :clean do
|
||||
task :cleanup do
|
||||
sh %{find . -name '*.rb' -exec sed -i '' 's/ *$//g' {} \\;}
|
||||
end
|
||||
task :retab do
|
||||
|
||||
Reference in New Issue
Block a user