frankfurter/lib/tasks/rubocop.rake

10 lines
120 B
Ruby
Raw Normal View History

2026-05-21 01:38:14 -06:00
# frozen_string_literal: true
begin
require "rubocop/rake_task"
rescue LoadError
return
end
RuboCop::RakeTask.new