Sha256: 34d53f3a325abe1fe953ebe6e55dbfe9fd82f9a9a04e1ad778fe295dc0587eff

Contents?: true

Size: 268 Bytes

Versions: 14

Compression:

Stored size: 268 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"

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

task default: :spec

desc "Run the linter"
task :lint do
  sh "bundle exec rubocop -P"
end

desc "Run the linter with autofix"
task :fix do
  sh "bundle exec rubocop -A"
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
bibliothecary-11.0.1 Rakefile
bibliothecary-11.0.0 Rakefile
bibliothecary-10.2.4 Rakefile
bibliothecary-10.2.3 Rakefile
bibliothecary-10.2.2 Rakefile
bibliothecary-10.2.0 Rakefile
bibliothecary-10.1.0 Rakefile
bibliothecary-10.0.0 Rakefile
bibliothecary-9.1.0 Rakefile
bibliothecary-9.0.0 Rakefile
bibliothecary-8.8.1 Rakefile
bibliothecary-8.7.7 Rakefile
bibliothecary-8.7.6 Rakefile
bibliothecary-8.7.5 Rakefile