Sha256: d1e01693b2c55146aa755639b9eb65c0d81f7821b7a213fd1a7613bae58c8ce8

Contents?: true

Size: 274 Bytes

Versions: 67

Compression:

Stored size: 274 Bytes

Contents

# typed: false
# frozen_string_literal: true

require "rake/testtask"

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

67 entries across 67 versions & 1 rubygems

Version Path
hephaestus-0.7.6.2 templates/lib/tasks/test_tasks.rake
hephaestus-0.7.6.1 templates/lib/tasks/test_tasks.rake
hephaestus-0.7.6 templates/lib/tasks/test_tasks.rake
hephaestus-0.7.5.3 templates/lib/tasks/test_tasks.rake
hephaestus-0.7.5.2 templates/lib/tasks/test_tasks.rake
hephaestus-0.7.5.1 templates/lib/tasks/test_tasks.rake
hephaestus-0.7.5 templates/lib/tasks/test_tasks.rake
hephaestus-0.7.4.2 templates/lib/tasks/test_tasks.rake
hephaestus-0.7.4.1 templates/lib/tasks/test_tasks.rake
hephaestus-0.7.4 templates/lib/tasks/test_tasks.rake
hephaestus-0.7.3.1 templates/lib/tasks/test_tasks.rake
hephaestus-0.7.3 templates/lib/tasks/test_tasks.rake
hephaestus-0.7.2.5 templates/lib/tasks/test_tasks.rake
hephaestus-0.7.2.4 templates/lib/tasks/test_tasks.rake
hephaestus-0.7.2.3 templates/lib/tasks/test_tasks.rake
hephaestus-0.7.2.2 templates/lib/tasks/test_tasks.rake
hephaestus-0.7.2.1 templates/lib/tasks/test_tasks.rake
hephaestus-0.7.2 templates/lib/tasks/test_tasks.rake
hephaestus-0.7.1 templates/lib/tasks/test_tasks.rake
hephaestus-0.7.0 templates/lib/tasks/test_tasks.rake