Sha256: a4969e5232c9d2f4c123a0be18aa7420e2c66cbabffa2a7085117cf6050be786

Contents?: true

Size: 667 Bytes

Versions: 1

Compression:

Stored size: 667 Bytes

Contents

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
   Rake::Task['git:check_for_uncommitted_changes'].invoke
   Rake::Task['ios:specs:slim'].invoke
   puts "\n\n"
   puts "👍   👍   👍   👍   👍   👍   👍   👍   👍   👍   👍   👍 "
   puts "🚢        Looks like you're good to ship!    🚢 "
   puts "👍   👍   👍   👍   👍   👍   👍   👍   👍   👍   👍   👍 "
   puts "\n\n"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ios_toolchain-0.2.2 lib/ios_toolchain/tasks/validate.rake