Sha256: cc319f4171319f2b96b56e241b74f0ee2e5f8f29b6e780db69d243a678f093a0

Contents?: true

Size: 266 Bytes

Versions: 15

Compression:

Stored size: 266 Bytes

Contents

# frozen_string_literal: true

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

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

RuboCop::RakeTask.new(:rubocop) do |t|
  t.options = ['--display-cop-names']
end

task default: %i(spec rubocop)

Version data entries

15 entries across 15 versions & 3 rubygems

Version Path
zx-monads-0.0.7 Rakefile
zx-monads-0.0.6 Rakefile
zx-monads-0.0.5 Rakefile
zx-monads-0.0.4 Rakefile
zx-monads-0.0.3 Rakefile
zx-monads-0.0.2 Rakefile
zx-monads-0.0.1 Rakefile
zx-result-0.0.3 Rakefile
zx-result-0.0.2 Rakefile
zx-result-0.0.1 Rakefile
recollect-array-0.1.4 Rakefile
recollect-array-0.1.3 Rakefile
recollect-array-0.1.2 Rakefile
recollect-array-0.1.1 Rakefile
recollect-array-0.1.0 Rakefile