hovancik/BSDSec

View on GitHub

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"
Severity: Minor
Found in bin/webpack by rubocop

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

require "pathname"
Severity: Minor
Found in bin/webpack by rubocop

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

ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
Severity: Minor
Found in bin/webpack-dev-server by rubocop

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

ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile",
Severity: Minor
Found in bin/webpack-dev-server by rubocop

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"
Severity: Minor
Found in bin/yarn by rubocop

Missing frozen string literal comment.
Open

source 'https://rubygems.org'
Severity: Minor
Found in Gemfile by rubocop

Align map with ENV["PATH"].split(File::PATH_SEPARATOR). on line 4.
Open

map { |dir, file| File.expand_path(file, dir) }.
Severity: Minor
Found in bin/yarn by rubocop

Align the arguments of a method call if they span more than one line.
Open

Pathname.new(__FILE__).realpath)
Severity: Minor
Found in bin/webpack by rubocop

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

ENV["RAILS_ENV"] ||= ENV["RACK_ENV"] || "development"
Severity: Minor
Found in bin/webpack by rubocop
Severity
Category
Status
Source
Language