Sha256: b17f46a1ceaa6e67b826f7470fc16ead6dd2349cd63de7f22db7aabe0669fabd

Contents?: true

Size: 239 Bytes

Versions: 10

Compression:

Stored size: 239 Bytes

Contents

namespace :check do

  caller = Hexx::RSpec::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

10 entries across 10 versions & 1 rubygems

Version Path
hexx-suit-2.2.3 lib/tasks/check/inch.rake
hexx-suit-2.2.2 lib/tasks/check/inch.rake
hexx-suit-2.2.1 lib/tasks/check/inch.rake
hexx-suit-2.2.0 lib/tasks/check/inch.rake
hexx-suit-2.1.0 lib/tasks/check/inch.rake
hexx-suit-2.0.0 lib/tasks/check/inch.rake
hexx-suit-1.5.0-x86_64-linux lib/tasks/check/inch.rake
hexx-suit-1.3.0-x86_64-linux lib/tasks/check/inch.rake
hexx-suit-1.2.0 lib/tasks/check/inch.rake
hexx-suit-1.0.0 lib/tasks/check/inch.rake