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.14.2 templates/driver/Rakefile.erb
test-kitchen-1.14.1 templates/driver/Rakefile.erb
kitchen-wpar-0.1.1 Rakefile
test-kitchen-1.14.0 templates/driver/Rakefile.erb
kitchen-lxd_cli-2.0.2 Rakefile
kitchen-opennebula-0.2.2 Rakefile
kitchen-scalr-0.1.0 Rakefile
kitchen-scalr-0.1.0.dev Rakefile
test-kitchen-1.13.2 templates/driver/Rakefile.erb
test-kitchen-1.13.1 templates/driver/Rakefile.erb
test-kitchen-1.13.0 templates/driver/Rakefile.erb
kitchen-lxd_cli-2.0.1 Rakefile
test-kitchen-1.12.0 templates/driver/Rakefile.erb
kitchen-opennebula-0.2.1 Rakefile
test-kitchen-1.11.1 templates/driver/Rakefile.erb
test-kitchen-1.11.0 templates/driver/Rakefile.erb
kitchen-lxd_cli-2.0.0 Rakefile
test-kitchen-1.10.2 templates/driver/Rakefile.erb
test-kitchen-1.10.2.dev templates/driver/Rakefile.erb
test-kitchen-1.10.0 templates/driver/Rakefile.erb