lib/tasks/dev.rake
Showing 4 of 4 total issues
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
Open
task prime: "db:setup" do
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Missing magic comment # frozen_string_literal: true
. Open
Open
if Rails.env.development? || Rails.env.test?
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
Open
desc "Sample data for local development environment"
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
Open
require "factory_girl"
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks