reevoo/sapience-rb

View on GitHub
test_apps/rails_3_2/config/initializers/wrap_parameters.rb

Summary

Maintainability
A
0 mins
Test Coverage

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. [96/80]
Open

# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.

There are no issues that match your filters.

Category
Status