Sha256: 8ef133193ace3c97813900df546943e64bb07e7c0450c931eb3de16506a69357

Contents?: true

Size: 209 Bytes

Versions: 11

Compression:

Stored size: 209 Bytes

Contents

# frozen_string_literal: true

require 'quality/rake/task'

Quality::Rake::Task.new do |task|
  task.skip_tools = ['reek']
  task.output_dir = 'metrics'
  task.exclude_files = ['docs/example_project.png']
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
checkoff-0.5.2 lib/tasks/quality.rake
checkoff-0.5.1 lib/tasks/quality.rake
checkoff-0.5.0 lib/tasks/quality.rake
checkoff-0.4.0 lib/tasks/quality.rake
checkoff-0.3.2 lib/tasks/quality.rake
checkoff-0.3.1 lib/tasks/quality.rake
checkoff-0.3.0 lib/tasks/quality.rake
checkoff-0.2.0 lib/tasks/quality.rake
checkoff-0.1.7 lib/tasks/quality.rake
checkoff-0.1.6 lib/tasks/quality.rake
checkoff-0.1.5 lib/tasks/quality.rake