Sha256: e03582058332b548b1efdc2d6c8ff5377025a0aac2e3778de21de36e6f32257d
Contents?: true
Size: 249 Bytes
Versions: 45
Compression:
Stored size: 249 Bytes
Contents
# typed: false # frozen_string_literal: true if Rails.env.local? begin require "rubocop/rake_task" RuboCop::RakeTask.new(:rubocop) rescue LoadError => e warn("WARNING: rubocop is not available in this environment: #{e}") end end
Version data entries
45 entries across 45 versions & 1 rubygems