Sha256: 0dfcd6f113b574d668323d665ade191e56dad997f03a997127c09169e4c5a7ce

Contents?: true

Size: 471 Bytes

Versions: 24

Compression:

Stored size: 471 Bytes

Contents

# frozen_string_literal: true

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'rubocop'
require 'rubocop-rspec'
require 'rubocop-performance'
require 'rubocop/rake_task'

RuboCop::RakeTask.new(:rubocop) do |t|
  config_path = File.expand_path(File.join('.rubocop.yml'), __dir__)

  t.options = ['--config', config_path]
  t.requires << 'rubocop-rspec'
  t.requires << 'rubocop-performance'
end

RSpec::Core::RakeTask.new(:rspec)

task default: :rspec

Version data entries

24 entries across 24 versions & 4 rubygems

Version Path
smart_core-0.7.0 Rakefile
qonfig-0.18.1 Rakefile
qonfig-0.18.0 Rakefile
qonfig-0.17.0 Rakefile
smart_core-0.6.0 Rakefile
any_cache-0.6.0 Rakefile
qonfig-0.16.0 Rakefile
qonfig-0.15.0 Rakefile
qonfig-0.14.0 Rakefile
qonfig-0.13.0 Rakefile
qonfig-0.12.0 Rakefile
jaina-0.7.0 Rakefile
jaina-0.6.0 Rakefile
jaina-0.5.0 Rakefile
jaina-0.4.1 Rakefile
jaina-0.4.0 Rakefile
jaina-0.3.0 Rakefile
jaina-0.2.0 Rakefile
jaina-0.1.0 Rakefile
jaina-0.0.0 Rakefile