europeana/europeana-logging-ruby

View on GitHub
bin/rails

Summary

Maintainability
Test Coverage

Add an empty line after magic comments.
Open

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

Checks for a newline after the final magic comment.

Example:

# good
# frozen_string_literal: true

# Some documentation for Person
class Person
  # Some code
end

# bad
# frozen_string_literal: true
# Some documentation for Person
class Person
  # Some code
end

There are no issues that match your filters.

Category
Status