mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 19:12:32 +01:00
6 lines
82 B
Ruby
6 lines
82 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
require 'rubocop/rake_task'
|
||
|
|
||
|
RuboCop::RakeTask.new
|