Showing 209 of 209 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
require "pathname"
- 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
Use warn
instead of $stderr.puts
to allow such output to be disabled. Open
$stderr.puts "Download Yarn at https://yarnpkg.com/en/docs/install"
- Read upRead up
- Exclude checks
Missing frozen string literal comment. Open
source 'https://rubygems.org'
- Read upRead up
- Exclude checks
Align map
with ENV["PATH"].split(File::PATH_SEPARATOR).
on line 4. Open
map { |dir, file| File.expand_path(file, 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