BenMusch/nu-tab

View on GitHub
lib/tasks/dev.rake

Summary

Maintainability
Test Coverage

Showing 4 of 4 total issues

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Open

task prime: "db:setup" do
Severity: Minor
Found in lib/tasks/dev.rake by rubocop

Missing magic comment # frozen_string_literal: true.
Open

if Rails.env.development? || Rails.env.test?
Severity: Minor
Found in lib/tasks/dev.rake by rubocop

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Open

desc "Sample data for local development environment"
Severity: Minor
Found in lib/tasks/dev.rake by rubocop

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Open

require "factory_girl"
Severity: Minor
Found in lib/tasks/dev.rake by rubocop
Category
Status