Sha256: 532fd651997bb94f5b45891a0c00488fe58eca98e531920bb8f594cc34ac3129

Contents?: true

Size: 410 Bytes

Versions: 220

Compression:

Stored size: 410 Bytes

Contents

require "bundler/gem_tasks"
require 'cane/rake_task'
require 'tailor/rake_task'

desc "Run cane to check quality metrics"
Cane::RakeTask.new do |cane|
  cane.canefile = './.cane'
end

Tailor::RakeTask.new

desc "Display LOC stats"
task :stats do
  puts "\n## Production Code Stats"
  sh "countloc -r lib"
end

desc "Run all quality tasks"
task :quality => [:cane, :tailor, :stats]

task :default => [:quality]

Version data entries

220 entries across 220 versions & 15 rubygems

Version Path
test-kitchen-1.9.2 templates/driver/Rakefile.erb
test-kitchen-1.9.1 templates/driver/Rakefile.erb
test-kitchen-1.9.0 templates/driver/Rakefile.erb
kitchen-docker_adv-0.0.2 Rakefile
kitchen-docker_adv-0.0.1 Rakefile
kitchen-linode-0.11.0 Rakefile
test-kitchen-1.8.0 templates/driver/Rakefile.erb
test-kitchen-1.7.3 templates/driver/Rakefile.erb
kitchen-wpar-0.1.0 Rakefile
test-kitchen-1.7.2 templates/driver/Rakefile.erb
test-kitchen-1.7.1 templates/driver/Rakefile.erb
test-kitchen-1.7.1.dev templates/driver/Rakefile.erb
kitchen-linode-0.10.0 Rakefile
kitchen-linode-0.9.0 Rakefile
kitchen-linode-0.8.0 Rakefile
kitchen-linode-0.7.0 Rakefile
test-kitchen-1.6.0 templates/driver/Rakefile.erb
kitchen-lxd_cli-0.1.6 Rakefile
test-kitchen-1.5.0 templates/driver/Rakefile.erb
test-kitchen-1.5.0.rc.1 templates/driver/Rakefile.erb