hovancik/BSDSec

View on GitHub
bin/rake

Summary

Maintainability
Test Coverage

Showing 4 of 4 total issues

Missing frozen string literal comment.
Open

#!/usr/bin/env ruby
Severity: Minor
Found in bin/rake 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/rake 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/rake by rubocop

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

require "rake"
Severity: Minor
Found in bin/rake by rubocop
Category
Status