fga-eps-mds/2019.2-Vsign

View on GitHub

Showing 511 of 511 total issues

Line is too long. [83/80]
Open

  # :time  = Re-enables login after a certain amount of time (see :unlock_in below)

Line is too long. [83/80]
Open

  # Call 'byebug' anywhere in the code to stop execution and get a debugger console
Severity: Minor
Found in backend/Gemfile by rubocop

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

require "action_mailer/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. [107/80]
Open

# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.

Line is too long. [85/80]
Open

  # find_for_authentication method and considered in your model lookup. For instance,

Line is too long. [89/80]
Open

  # The same considerations mentioned for authentication_keys also apply to request_keys.

Line is too long. [86/80]
Open

  # using other algorithms, it sets how many times you want the password to be hashed.

Line is too long. [86/80]
Open

  # Allow you to use another hashing or encryption algorithm besides bcrypt (default).

Line is too long. [116/80]
Open

  # If your app is using Turbolinks, Turbolinks::Controller needs to be included to make redirection work correctly:

Line is too long. [85/80]
Open

  # Settings specified here will take precedence over those in config/application.rb.

Line is too long. [97/80]
Open

  # or in config/master.key. This key is used to decrypt credentials (and other encrypted files).
Severity
Category
Status
Source
Language