Sha256: 89e4d6d7052c0da4885c7c94a075bfc442e4412889702770c1d1a0a53244709d

Contents?: true

Size: 655 Bytes

Versions: 2

Compression:

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ios_toolchain-0.2.1 lib/ios_toolchain/tasks/validate.rake
ios_toolchain-0.2.0 lib/ios_toolchain/tasks/validate.rake