Sha256: 571ae976fe3d36f3d02b3847649c2273133eeff74e77b2afea812bf0aa166c86
Contents?: true
Size: 279 Bytes
Versions: 8
Compression:
Stored size: 279 Bytes
Contents
begin require 'rubocop/rake_task' RuboCop::RakeTask.new(:rubocop) do |task| task.options = %w( --display-cop-names --format simple ) task.patterns = ['lib/**/*.rb'] end rescue LoadError warn 'Could not load RuboCop. RuboCop rake tasks will be unavailable.' end
Version data entries
8 entries across 8 versions & 1 rubygems