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-2.9.0 Rakefile
govuk_app_config-2.8.4 Rakefile
govuk_app_config-2.8.3 Rakefile
govuk_app_config-2.8.2 Rakefile
govuk_app_config-2.8.1 Rakefile
govuk_app_config-2.8.0 Rakefile
govuk_app_config-2.7.1 Rakefile
govuk_app_config-2.7.0 Rakefile
govuk_app_config-2.6.0 Rakefile
govuk_app_config-2.5.2 Rakefile
govuk_app_config-2.5.1 Rakefile
govuk_app_config-2.5.0 Rakefile
govuk_app_config-2.4.1 Rakefile
govuk_app_config-2.4.0 Rakefile
govuk_app_config-2.3.0 Rakefile
govuk_app_config-2.2.2 Rakefile
govuk_app_config-2.2.1 Rakefile