Sha256: 1e562885bbf5215d8df22ad7b8b08d03d8f0c7f1202957ae7f93e6a31b9e24d7

Contents?: true

Size: 359 Bytes

Versions: 6

Compression:

Stored size: 359 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)

require "rubocop/rake_task"
RuboCop::RakeTask.new do |t|
  t.options = %w[--display-cop-names]
end

task :codeclimate do
  sh 'bin/codeclimate-test-reporter' if ENV['CODECLIMATE_REPO_TOKEN']
end

task :default => %w[spec codeclimate rubocop]

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
pg_search-2.1.3 Rakefile
pg_search-2.1.2 Rakefile
pg_search-2.1.1 Rakefile
pg_search-2.1.0 Rakefile
pg_search-2.0.1 Rakefile
pg_search-2.0.0 Rakefile