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.8.7.5 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.7.4 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.7.3 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.7.2 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.7.1 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.7 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.6 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.5 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.4.1 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.4 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.3.4 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.3.3 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.3.2 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.3.1 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.3 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.2 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.1 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.0 templates/lib/tasks/test_tasks.rake
hephaestus-0.7.7.2 templates/lib/tasks/test_tasks.rake
hephaestus-0.7.7 templates/lib/tasks/test_tasks.rake