Sha256: a8ddf19d28e1108df3aea6311e52809f52c1a0fa4050d15608f77983055b1cbf

Contents?: true

Size: 185 Bytes

Versions: 71

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

71 entries across 71 versions & 1 rubygems

Version Path
govuk_app_config-9.16.1 Rakefile
govuk_app_config-9.16.0 Rakefile
govuk_app_config-9.15.8 Rakefile
govuk_app_config-9.15.7 Rakefile
govuk_app_config-9.15.6 Rakefile
govuk_app_config-9.15.5 Rakefile
govuk_app_config-9.15.4 Rakefile
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