codaye/squareone

View on GitHub
bin/console

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 "pry"
Severity: Minor
Found in bin/console by rubocop

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

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

Script file console doesn't have execute permission.
Open

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

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

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