fga-gpp-mds/2017.1-Escola-X

View on GitHub

Showing 3,213 of 3,213 total issues

Line is too long. [102/80]
Open

# `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb
Severity: Minor
Found in config/environments/production.rb by rubocop

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

# config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ]
Severity: Minor
Found in config/environments/production.rb by rubocop

Do not use space inside array brackets.
Open

config.log_tags = [ :request_id ]
Severity: Minor
Found in config/environments/production.rb by rubocop

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Open

if ENV["RAILS_LOG_TO_STDOUT"].present?
Severity: Minor
Found in config/environments/production.rb by rubocop

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Open

Paperclip.options[:command_path] = "/usr/bin/"
Severity: Minor
Found in config/environments/development.rb by rubocop

Do not use space inside array brackets.
Open

config.log_tags = [ :request_id ]
Severity: Minor
Found in config/environments/production.rb by rubocop

Line is too long. [85/80]
Open

# Settings specified here will take precedence over those in config/application.rb.
Severity: Minor
Found in config/environments/development.rb by rubocop

Line is too long. [84/80]
Open

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

Line is too long. [96/80]
Open

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

Line is too long. [83/80]
Open

# Use a real queuing backend for Active Job (and separate queues per environment)
Severity: Minor
Found in config/environments/production.rb by rubocop

Line is too long. [85/80]
Open

# Settings specified here will take precedence over those in config/application.rb.
Severity: Minor
Found in config/environments/test.rb by rubocop

Line is too long. [93/80]
Open

# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
Severity: Minor
Found in config/initializers/assets.rb by rubocop
Severity
Category
Status
Source
Language