Sha256: a8ddf19d28e1108df3aea6311e52809f52c1a0fa4050d15608f77983055b1cbf

Contents?: true

Size: 185 Bytes

Versions: 64

Compression:

Stored size: 185 Bytes

Contents

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

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

desc "Lint Ruby"
task :lint do
  sh "bundle exec rubocop"
end

task default: %i[spec lint]

Version data entries

64 entries across 64 versions & 1 rubygems

Version Path
govuk_app_config-8.0.0 Rakefile
govuk_app_config-7.2.1 Rakefile
govuk_app_config-7.2.0 Rakefile
govuk_app_config-7.1.0 Rakefile
govuk_app_config-7.0.0 Rakefile
govuk_app_config-6.0.1 Rakefile
govuk_app_config-6.0.0 Rakefile
govuk_app_config-5.1.0 Rakefile
govuk_app_config-5.0.0 Rakefile
govuk_app_config-4.13.0 Rakefile
govuk_app_config-4.12.0 Rakefile
govuk_app_config-4.11.1 Rakefile
govuk_app_config-4.11.0 Rakefile
govuk_app_config-4.10.1 Rakefile
govuk_app_config-4.10.0 Rakefile
govuk_app_config-4.9.0 Rakefile
govuk_app_config-4.8.0 Rakefile
govuk_app_config-4.7.1 Rakefile
govuk_app_config-4.7.0 Rakefile
govuk_app_config-4.6.3 Rakefile