@@ -0,0 +1,9 @@
begin
require 'rubocop/rake_task'
rescue LoadError => e
warn e
end
RuboCop::RakeTask.new if defined?(RuboCop)
task default: %i[rubocop]
The note is not visible to the blocked user.