lib/ios_toolchain/tasks/validate.rake in ios_toolchain-0.2.2 vs lib/ios_toolchain/tasks/validate.rake in ios_toolchain-0.2.3

- old
+ new

@@ -1,6 +1,6 @@ -desc "Checks you if you need to do any cleanup of the code before you push" +desc 'Checks you if you need to do any cleanup of the code before you push' task :validate do Rake::Task['git:check_for_uncommitted_changes'].invoke Rake::Task['ios:clean:build'].invoke Rake::Task['ios:tidy'].invoke Rake::Task['git:check_for_uncommitted_changes'].reenable