Sha256: 5a333fe4a797260d483594a85ba199a8f248ced174f4752e72bf83add52a3736

Contents?: true

Size: 521 Bytes

Versions: 332

Compression:

Stored size: 521 Bytes

Contents

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

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

task default: :specs

task :spec do
  Rake::Task['specs'].invoke
  Rake::Task['rubocop'].invoke
  Rake::Task['spec_docs'].invoke
end

desc 'Run RuboCop on the lib/specs directory'
RuboCop::RakeTask.new(:rubocop) do |task|
  task.patterns = ['lib/**/*.rb', 'spec/**/*.rb']
end

desc 'Ensure that the plugin passes `danger plugins lint`'
task :spec_docs do
  sh 'bundle exec danger plugins lint'
end

Version data entries

332 entries across 332 versions & 82 rubygems

Version Path
danger-xcprofiler-0.1.0 Rakefile
danger-xcode_summary-0.2.0 Rakefile
danger-github_ext-0.0.3 Rakefile
danger-linear_history-0.0.2 Rakefile
danger-linear_history-0.0.1 Rakefile
danger-github_ext-0.0.2 Rakefile
danger-pep8-0.0.4 Rakefile
danger-puppet_lint-1.0.0 Rakefile
danger-xcode_summary-0.1.4 Rakefile
danger-slack-0.0.3 Rakefile
danger-shellcheck-1.0.0 Rakefile
danger-slack-0.0.2 Rakefile
danger-slack-0.0.1 Rakefile
danger-lgtm-0.1.1 Rakefile
danger-tailor-1.0.0 Rakefile
danger-transifex-0.0.1 Rakefile
danger-lgtm-0.1.0 Rakefile
danger-xcode_summary-0.1.2 Rakefile
danger-simplecov_json-0.3.0 Rakefile
danger-ios_logs-0.1.0 Rakefile