hovancik/BSDSec

View on GitHub
bin/rails

Summary

Maintainability
Test Coverage

Showing 4 of 4 total issues

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

require "rails/commands"
Severity: Minor
Found in bin/rails by rubocop

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

require_relative "../config/boot"
Severity: Minor
Found in bin/rails by rubocop

Missing frozen string literal comment.
Open

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

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

load File.expand_path("spring", __dir__)
Severity: Minor
Found in bin/rails by rubocop
Category
Status