Add Rakefile

This commit is contained in:
Gabriel Arazas 2023-07-07 17:14:02 +08:00
parent 554eb9a15e
commit fb998e9a1e
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

8
Rakefile Normal file
View File

@ -0,0 +1,8 @@
# frozen_string_literal: true
require 'bundler/gem_tasks'
require 'rubocop/rake_task'
RuboCop::RakeTask.new
task default: :rubocop