aromajoin/jp-shipping-rate

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage

Space between { and | missing.
Open

git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
Severity: Minor
Found in Gemfile by rubocop

Checks that block braces have or don't have surrounding space inside them on configuration. For blocks taking parameters, it checks that the left brace has or doesn't have trailing space depending on configuration.

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

source "https://rubygems.org"
Severity: Minor
Found in Gemfile by rubocop

There are no issues that match your filters.

Category
Status