fga-eps-mds/2019.2-Vsign

View on GitHub

Showing 511 of 511 total issues

Line is too long. [92/80]
Open

# Handle Cross-Origin Resource Sharing (CORS) in order to accept cross-origin AJAX requests.
Severity: Minor
Found in backend/config/initializers/cors.rb by rubocop

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

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

  # Configure parameters from the request object used for authentication. Each entry

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

  # changed. Defaults to true, so a user is signed in automatically after changing a password.

Line is too long. [83/80]
Open

  # config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name')

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

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

  # modifying a user and when used to authenticate or find a user. Default is :email.

Line is too long. [83/80]
Open

  # algorithm), the cost increases exponentially with the number of stretches (e.g.

Line is too long. [96/80]
Open

  # config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ]

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

require "rails/test_unit/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. [130/80]
Open

  # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
Severity: Minor
Found in backend/Gemfile by rubocop

Line is too long. [83/80]
Open

  # session. If you need permissions, you should implement that in a before filter.

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

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

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

Line is too long. [83/80]
Open

  # a value of 20 is already extremely slow: approx. 60 seconds for 1 calculation).

Line is too long. [82/80]
Open

  # change the failure app, you can configure them inside the config.warden block.

Line is too long. [87/80]
Open

  # Ensures that a master key has been made available in either ENV["RAILS_MASTER_KEY"]

Line is too long. [96/80]
Open

  # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.

Line is too long. [85/80]
Open

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