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-9.15.3 Rakefile
govuk_app_config-9.15.2 Rakefile
govuk_app_config-9.15.1 Rakefile
govuk_app_config-9.15.0 Rakefile
govuk_app_config-9.14.6 Rakefile
govuk_app_config-9.14.5 Rakefile
govuk_app_config-9.14.4 Rakefile
govuk_app_config-9.14.3 Rakefile
govuk_app_config-9.14.2 Rakefile
govuk_app_config-9.14.1 Rakefile
govuk_app_config-9.14.0 Rakefile
govuk_app_config-9.13.1 Rakefile
govuk_app_config-9.13.0 Rakefile
govuk_app_config-9.12.0 Rakefile
govuk_app_config-9.11.2 Rakefile
govuk_app_config-9.11.1 Rakefile
govuk_app_config-9.11.0 Rakefile
govuk_app_config-9.10.0 Rakefile
govuk_app_config-9.9.2 Rakefile
govuk_app_config-9.9.1 Rakefile