hovancik/BSDSec

View on GitHub
bin/spring

Summary

Maintainability
Test Coverage

Showing 9 of 9 total issues

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

require "spring/binstub"
Severity: Minor
Found in bin/spring by rubocop

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

if !defined?(Spring) && [nil, "development", "test"].include?(ENV["RAILS_ENV"])
Severity: Minor
Found in bin/spring by rubocop

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

require "bundler"
Severity: Minor
Found in bin/spring by rubocop

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

Bundler.locked_gems&.specs&.find { |spec| spec.name == "spring" }&.tap do |spring|
Severity: Minor
Found in bin/spring by rubocop

Missing frozen string literal comment.
Open

#!/usr/bin/env ruby
Severity: Minor
Found in bin/spring by rubocop

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

gem "spring", spring.version
Severity: Minor
Found in bin/spring by rubocop

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

if !defined?(Spring) && [nil, "development", "test"].include?(ENV["RAILS_ENV"])
Severity: Minor
Found in bin/spring by rubocop

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

if !defined?(Spring) && [nil, "development", "test"].include?(ENV["RAILS_ENV"])
Severity: Minor
Found in bin/spring by rubocop

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

gem "bundler"
Severity: Minor
Found in bin/spring by rubocop
Category
Status