Sha256: 49d9d000a9d9bf6c18f2571a3516f53d9dc775af0939e0601177f26e010b4beb

Contents?: true

Size: 176 Bytes

Versions: 23

Compression:

Stored size: 176 Bytes

Contents

# frozen_string_literal: true

require 'rubocop/rake_task'

RuboCop::RakeTask.new :lint do |t|
  t.patterns = Dir['lib/*.rb'] + %w[Rakefile Gemfile tasks/*.rake spec/*.rb]
end

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
fb2rb-0.2.0 tasks/rubocop.rake
fb2rb-0.1.1 tasks/rubocop.rake
fb2rb-0.1.0 tasks/rubocop.rake