reevoo/sapience-rb

View on GitHub
test_apps/rails_5_0/config/initializers/new_framework_defaults.rb

Summary

Maintainability
A
0 mins
Test Coverage

Line is too long. [88/80]
Open

# Do not halt callback chains when a callback returns false. Previous versions had true.

Line is too long. [81/80]
Open

Rails.application.config.action_controller.forgery_protection_origin_check = true

Add an empty line after magic comments.
Open

# Be sure to restart your server when you modify this file.

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

Line is too long. [84/80]
Open

# Configure SSL options to enable HSTS with subdomains. Previous versions had false.

There are no issues that match your filters.

Category
Status