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
kitchen-linode-0.6.0 Rakefile
kitchen-linode-0.4.0 Rakefile
kitchen-linode-0.3.0 Rakefile
kitchen-lxd_cli-0.1.5 Rakefile
kitchen-linode-0.2.0 Rakefile
kitchen-linode-0.1.0 Rakefile
kitchen-lxd_cli-0.1.3 Rakefile
kitchen-lxd_cli-0.1.2 Rakefile
kitchen-lxd_cli-0.1.1 Rakefile
kitchen-lxd_cli-0.1.0 Rakefile
kitchen-lxd_cli-0.1.0.beta Rakefile
kitchen-scaleway-0.1.1 Rakefile
kitchen-scaleway-0.1.0 Rakefile
test-kitchen-1.4.2 templates/driver/Rakefile.erb
kitchen-opennebula-0.1.2 Rakefile
kitchen-cloudstack-0.20.3 Rakefile
test-kitchen-1.4.1 templates/driver/Rakefile.erb
kitchen-cloudstack-0.20.2 Rakefile
kitchen-cloudstack-0.20.1 Rakefile
test-kitchen-1.4.0 templates/driver/Rakefile.erb