Sha256: 73b4186369518af6db5ae15768f6fa7c598955b0890881f23cbeaa9eba1d64ab

Contents?: true

Size: 260 Bytes

Versions: 17

Compression:

Stored size: 260 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"
end

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

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
govuk_tech_docs-1.8.3 Rakefile
dss_tech_docs-0.1.2 Rakefile
dss_tech_docs-0.1.1 Rakefile
dss_tech_docs-0.1.0 Rakefile
govuk_tech_docs-1.8.2 Rakefile
govuk_tech_docs-1.8.1 Rakefile
govuk_tech_docs-1.8.0 Rakefile
govuk_tech_docs-1.7.0 Rakefile
govuk_tech_docs-1.6.3 Rakefile
govuk_tech_docs-1.6.2 Rakefile
govuk_tech_docs-1.6.1 Rakefile
govuk_tech_docs-1.6.0 Rakefile
govuk_tech_docs-1.5.0 Rakefile
govuk_tech_docs-1.4.0 Rakefile
govuk_tech_docs-1.3.1 Rakefile
govuk_tech_docs-1.3.0 Rakefile
govuk_tech_docs-1.2.0 Rakefile