fga-eps-mds/2019.2-Vsign

View on GitHub

Showing 511 of 511 total issues

Line is too long. [154/80]
Open

  # config.secret_key = 'f946302a7ad681793199d71d33f2c94130f86a34a22a7e60aed83e9dfc3db04d8ab150f15a291d74a52b0e232f8a62b4e713d653b4453fa5c12e733106b2ba2e'

Line is too long. [84/80]
Open

  # When set to false, does not sign a user in automatically after their password is

Line is too long. [82/80]
Open

  # Turn scoped views on. Before rendering "sessions/new", it will first check for

Line is too long. [100/80]
Open

  # Set this to true and configure the email server for immediate delivery to raise delivery errors.

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

require "action_controller/railtie"
Severity: Minor
Found in backend/config/application.rb by rubocop

Checks if uses of quotes match the configured preference.

Example: EnforcedStyle: single_quotes (default)

# bad
"No special symbols"
"No string interpolation"
"Just text"

# good
'No special symbols'
'No string interpolation'
'Just text'
"Wait! What's #{this}!"

Example: EnforcedStyle: double_quotes

# bad
'Just some text'
'No special chars or interpolation'

# good
"Just some text"
"No special chars or interpolation"
"Every string in #{project} uses double_quotes"

Line is too long. [82/80]
Open

  # a value less than 10 in other environments. Note that, for bcrypt (the default

Line is too long. [81/80]
Open

  # :clearance_sha1, :authlogic_sha512 (then you should set stretches above to 20

Line is too long. [83/80]
Open

  # Use a real queuing backend for Active Job (and separate queues per environment)

Line is too long. [82/80]
Open

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

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

require "active_record/railtie"
Severity: Minor
Found in backend/config/application.rb by rubocop

Checks if uses of quotes match the configured preference.

Example: EnforcedStyle: single_quotes (default)

# bad
"No special symbols"
"No string interpolation"
"Just text"

# good
'No special symbols'
'No string interpolation'
'Just text'
"Wait! What's #{this}!"

Example: EnforcedStyle: double_quotes

# bad
'Just some text'
'No special chars or interpolation'

# good
"Just some text"
"No special chars or interpolation"
"Every string in #{project} uses double_quotes"

Line is too long. [86/80]
Open

  # initial account confirmation) to be applied. Requires additional unconfirmed_email

Line is too long. [112/80]
Open

# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code.

Line is too long. [96/80]
Open

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

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

require "action_view/railtie"
Severity: Minor
Found in backend/config/application.rb by rubocop

Checks if uses of quotes match the configured preference.

Example: EnforcedStyle: single_quotes (default)

# bad
"No special symbols"
"No string interpolation"
"Just text"

# good
'No special symbols'
'No string interpolation'
'Just text'
"Wait! What's #{this}!"

Example: EnforcedStyle: double_quotes

# bad
'Just some text'
'No special chars or interpolation'

# good
"Just some text"
"No special chars or interpolation"
"Every string in #{project} uses double_quotes"

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

require "action_cable/engine"
Severity: Minor
Found in backend/config/application.rb by rubocop

Checks if uses of quotes match the configured preference.

Example: EnforcedStyle: single_quotes (default)

# bad
"No special symbols"
"No string interpolation"
"Just text"

# good
'No special symbols'
'No string interpolation'
'Just text'
"Wait! What's #{this}!"

Example: EnforcedStyle: double_quotes

# bad
'Just some text'
'No special chars or interpolation'

# good
"Just some text"
"No special chars or interpolation"
"Every string in #{project} uses double_quotes"

Line is too long. [88/80]
Open

  # if you set :request_keys to [:subdomain], :subdomain will be used on authentication.

Line is too long. [85/80]
Open

  # given strategies, for example, `config.params_authenticatable = [:database]` will

Line is too long. [150/80]
Open

  # config.pepper = '1a8967e4b2a834212c4cbe5a05dcf1b0df670cc69f7e1d628a71f888c19a1410aaa0e1415a2160fb3ffeab79aa79966b65de5a8a32f2b8096171b3da514e166c'

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

require "active_model/railtie"
Severity: Minor
Found in backend/config/application.rb by rubocop

Checks if uses of quotes match the configured preference.

Example: EnforcedStyle: single_quotes (default)

# bad
"No special symbols"
"No string interpolation"
"Just text"

# good
'No special symbols'
'No string interpolation'
'Just text'
"Wait! What's #{this}!"

Example: EnforcedStyle: double_quotes

# bad
'Just some text'
'No special chars or interpolation'

# good
"Just some text"
"No special chars or interpolation"
"Every string in #{project} uses double_quotes"

Line is too long. [85/80]
Open

  config.mailer_sender = 'please-change-me-at-config-initializers-devise@example.com'
Severity
Category
Status
Source
Language