hovancik/BSDSec

View on GitHub
config.ru

Summary

Maintainability
Test Coverage

Showing 2 of 2 total issues

Missing frozen string literal comment.
Open

# This file is used by Rack-based servers to start the application.
Severity: Minor
Found in config.ru by rubocop

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

require_relative "config/environment"
Severity: Minor
Found in config.ru by rubocop
Category
Status