Sha256: 4af61afcebd20bbd7ac758591b135ac15891d7510a00d9cdda16cd94f169bb5f

Contents?: true

Size: 245 Bytes

Versions: 5

Compression:

Stored size: 245 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"

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

task :default => :spec


desc "Run govuk-lint with similar params to CI"
task "lint" do
  sh "bundle exec govuk-lint-ruby --format clang spec lib"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
notifications-ruby-client-2.1.0 Rakefile
notifications-ruby-client-2.0.0 Rakefile
notifications-ruby-client-1.1.2 Rakefile
notifications-ruby-client-1.1.1 Rakefile
notifications-ruby-client-1.0.0 Rakefile