Showing 14 of 14 total issues
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
ENV["RAILS_ENV"] ||= ENV["RACK_ENV"] || "development"
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
ENV["NODE_ENV"] ||= "development"
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
require "pathname"
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
require "webpacker/webpack_runner"
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
require "bundler/setup"
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
ENV["RAILS_ENV"] ||= ENV["RACK_ENV"] || "development"
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
APP_ROOT = File.expand_path("..", __dir__)
- Read upRead up
- Exclude checks
Align the arguments of a method call if they span more than one line. Open
Pathname.new(__FILE__).realpath)
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
ENV["RAILS_ENV"] ||= ENV["RACK_ENV"] || "development"
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
ENV["NODE_ENV"] ||= "development"
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
require "webpacker"
- Read upRead up
- Exclude checks