Sha256: 2548fa8da9a72f27293caa484dd1deded026cd70c199b5fa91aa4654ac29853e

Contents?: true

Size: 289 Bytes

Versions: 13

Compression:

Stored size: 289 Bytes

Contents

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'jasmine'

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

load 'jasmine/tasks/jasmine.rake'

task :lint do
  sh "govuk-lint-ruby example lib spec Rakefile"
  sh "npm run lint --silent"
end

task default: ['lint', 'spec', 'jasmine:ci']

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
govuk_tech_docs-2.0.7 Rakefile
govuk_tech_docs-2.0.6 Rakefile
govuk_tech_docs-2.0.5 Rakefile
govuk_tech_docs-2.0.4 Rakefile
govuk_tech_docs-2.0.3 Rakefile
govuk_tech_docs-2.0.2 Rakefile
govuk_tech_docs-2.0.1 Rakefile
govuk_tech_docs-2.0.0.pre.test.pre.release.pre.525 Rakefile
govuk_tech_docs-2.0.0.pre.test.pre.release.pre.524 Rakefile
govuk_tech_docs-2.0.0.test.pre.release.521 Rakefile
govuk_tech_docs-2.0.0 Rakefile
govuk_tech_docs-1.9.0.pre.rc2 Rakefile
govuk_tech_docs-1.9.0.pre.gfe Rakefile