Showing 2 of 2 total issues
Missing frozen string literal comment. Open
# This file is used by Rack-based servers to start the application.
- Read upRead up
- Exclude checks
Prefer single-quoted strings when you don't need string interpolation or special symbols. Open
require_relative "config/environment"
- Read upRead up
- Exclude checks