Sha256: c6e3668d5b535844a2e8865d81ce55f5e0cc64d9ded65086d30a814529c6f0e8

Contents?: true

Size: 403 Bytes

Versions: 13

Compression:

Stored size: 403 Bytes

Contents

# frozen_string_literal: true

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'rubocop'
require 'rubocop-rspec'
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'
end

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

task default: :rspec

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
any_cache-0.5.0 Rakefile
qonfig-0.10.0 Rakefile
smart_core-0.4.0 Rakefile
smart_core-0.3.0 Rakefile
smart_core-0.2.0 Rakefile
smart_core-0.1.0 Rakefile
any_cache-0.4.0 Rakefile
qonfig-0.9.0 Rakefile
qonfig-0.8.0 Rakefile
qonfig-0.7.0 Rakefile
any_cache-0.3.1 Rakefile
any_cache-0.3.0 Rakefile
any_cache-0.2.0 Rakefile