chischaschos/sinatra-todo

View on GitHub
config.ru

Summary

Maintainability
Test Coverage

Add an empty line after magic comments.
Open

$LOAD_PATH << File.expand_path('lib')
Severity: Minor
Found in config.ru 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