Sha256: d1e01693b2c55146aa755639b9eb65c0d81f7821b7a213fd1a7613bae58c8ce8

Contents?: true

Size: 274 Bytes

Versions: 66

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

66 entries across 66 versions & 1 rubygems

Version Path
hephaestus-0.8.16.1 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.16 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.15.5 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.15.4 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.15.3 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.15.2 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.15.1 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.15 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.14 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.13 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.12.2 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.12.1 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.12 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.11 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.10 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.9.2 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.9.1 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.9 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.8 templates/lib/tasks/test_tasks.rake
hephaestus-0.8.7.5 templates/lib/tasks/test_tasks.rake