~singpolyma/jmp-pay

c1071f4cb5d40e0896c4c9b9b56aeb7a78d5e967 — Stephen Paul Weber 2 years ago 443a466
We don't use this rake task anyway

No need to make Rakefile depend on rubocop if we don't even use it.
1 files changed, 0 insertions(+), 3 deletions(-)

M Rakefile
M Rakefile => Rakefile +0 -3
@@ 1,7 1,6 @@
# frozen_string_literal: true

require "rake/testtask"
require "rubocop/rake_task"

Rake::TestTask.new(:test) do |t|
	ENV["RANTLY_VERBOSE"] = "0" unless ENV["RANTLY_VERBOSE"]


@@ 13,8 12,6 @@ Rake::TestTask.new(:test) do |t|
	t.warning = false
end

RuboCop::RakeTask.new(:lint)

task :entr do
	sh "sh", "-c", "git ls-files | entr -s 'rubocop && rake test'"
end