hovancik/BSDSec

View on GitHub
bin/webpack

Summary

Maintainability
Test Coverage

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

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

ENV["NODE_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

require "webpacker/webpack_runner"
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 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 by rubocop

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

require "bundler/setup"
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

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

APP_ROOT = File.expand_path("..", __dir__)
Severity: Minor
Found in bin/webpack 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

Missing frozen string literal comment.
Open

#!/usr/bin/env ruby
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

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

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

There are no issues that match your filters.

Category
Status