Sha256: 313b60e76313d55b78cc441957df2ab4f435267502952930b3add7f987c299e8
Contents?: true
Size: 200 Bytes
Versions: 1
Compression:
Stored size: 200 Bytes
Contents
# frozen_string_literal: true task default: :rubocop begin require 'rubocop/rake_task' RuboCop::RakeTask.new rescue LoadError task :rubocop do $stderr.puts 'RuboCop is disabled' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pio-0.30.2 | features/step_definitions/Rakefile |