Rakefile 141 B

1234567
  1. # frozen_string_literal: true
  2. require 'rubocop/rake_task'
  3. RuboCop::RakeTask.new(:rubocop) do |t|
  4. t.options = ['--display-cop-names']
  5. end