Sha256: 86ac837e0d985c6668f95eb7ac61a137477d64ed89db306b5877a35b736841b2

Contents?: true

Size: 338 Bytes

Versions: 8

Compression:

Stored size: 338 Bytes

Contents

require 'bundler'
require 'rake'
require 'polishgeeks-dev-tools'

PolishGeeks::DevTools.setup do |config|
  config.brakeman = false
  config.haml_lint = false
end

desc 'Self check using polishgeeks-dev-tools'
task :check do
  PolishGeeks::DevTools::Runner.new.execute(
    PolishGeeks::DevTools::Logger.new
  )
end

task default: :check

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
karafka-0.5.0.3 Rakefile
waterdrop-0.3.2.3 Rakefile
karafka-0.5.0.2 Rakefile
waterdrop-0.3.2.2 Rakefile
karafka-0.5.0.1 Rakefile
waterdrop-0.3.2.1 Rakefile
karafka-0.5.0 Rakefile
waterdrop-0.3.2 Rakefile