Sha256: b69cd23e2cc358b9462a5cb365195c1388c5056f804a8dc934b2720cf1566550

Contents?: true

Size: 304 Bytes

Versions: 6

Compression:

Stored size: 304 Bytes

Contents

# frozen_string_literal: true

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

RuboCop::RakeTask.new
# as soon as the project is clean enough, enable this
Rake::Task['build'].enhance(['rubocop:auto_correct'])

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

task default: :spec

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
gerrit2jiracomment-0.2.7 Rakefile
gerrit2jiracomment-0.2.6 Rakefile
gerrit2jiracomment-0.2.5 Rakefile
gerrit2jiracomment-0.2.4 Rakefile
gerrit2jiracomment-0.2.3 Rakefile
gerrit2jiracomment-0.2.2 Rakefile