Sha256: 2a2a84f197264e241b492c0038edac5ae427d9db02f79e65cccd3457e837b31d

Contents?: true

Size: 200 Bytes

Versions: 37

Compression:

Stored size: 200 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 --format clang"
end

task default: %i[spec lint]

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
govuk_app_config-4.4.3 Rakefile
govuk_app_config-4.4.2 Rakefile
govuk_app_config-4.4.1 Rakefile
govuk_app_config-4.4.0 Rakefile
govuk_app_config-4.3.0 Rakefile
govuk_app_config-4.2.0 Rakefile
govuk_app_config-4.1.0 Rakefile
govuk_app_config-4.0.1 Rakefile
govuk_app_config-4.0.0 Rakefile
govuk_app_config-3.3.0 Rakefile
govuk_app_config-3.2.0 Rakefile
govuk_app_config-4.0.0.pre.4 Rakefile
govuk_app_config-4.0.0.pre.3 Rakefile
govuk_app_config-4.0.0.pre.2 Rakefile
govuk_app_config-4.0.0.pre.1 Rakefile
govuk_app_config-3.1.1 Rakefile
govuk_app_config-3.1.0 Rakefile
govuk_app_config-3.0.0 Rakefile
govuk_app_config-2.10.0 Rakefile
govuk_app_config-2.9.1 Rakefile