angelakuo/citydogshare

View on GitHub
script/rails

Summary

Maintainability
Test Coverage

Line is too long. [124/80]
Open

# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
Severity: Minor
Found in script/rails by rubocop

Unnecessary spacing detected.
Open

APP_PATH = File.expand_path('../../config/application',  __FILE__)
Severity: Minor
Found in script/rails by rubocop

This cop checks for extra/unnecessary whitespace.

Example:

# good if AllowForAlignment is true
name      = "RuboCop"
# Some comment and an empty line

website  += "/bbatsov/rubocop" unless cond
puts        "rubocop"          if     debug

# bad for any configuration
set_app("RuboCop")
website  = "https://github.com/bbatsov/rubocop"

Unnecessary spacing detected.
Open

require File.expand_path('../../config/boot',  __FILE__)
Severity: Minor
Found in script/rails by rubocop

This cop checks for extra/unnecessary whitespace.

Example:

# good if AllowForAlignment is true
name      = "RuboCop"
# Some comment and an empty line

website  += "/bbatsov/rubocop" unless cond
puts        "rubocop"          if     debug

# bad for any configuration
set_app("RuboCop")
website  = "https://github.com/bbatsov/rubocop"

Script file rails doesn't have execute permission.
Open

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

There are no issues that match your filters.

Category
Status