Sha256: 60d12dc3bc73c192c8b63bc9962c7870e1b5a8519d2131c07f95cb8271f66506

Contents?: true

Size: 245 Bytes

Versions: 5

Compression:

Stored size: 245 Bytes

Contents

namespace :check do

  caller = Hexx::Suit::Utils::System

  desc "Runs inch to check quality of API docs"
  task :inch do
    puts "******* STARTING METRIC inch"
    caller.call "inch --pedantic"
    puts "******* ENDING METRIC inch"
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hexx-suit-0.2.2 lib/tasks/check/inch.rake
hexx-suit-0.2.1 lib/tasks/check/inch.rake
hexx-suit-0.2.0 lib/tasks/check/inch.rake
hexx-suit-0.1.0 lib/tasks/check/inch.rake
hexx-suit-0.0.1 lib/tasks/check/inch.rake