wearefine/fae

View on GitHub

Showing 1,556 of 1,556 total issues

Line is too long. [82/80]
Open

# change the failure app, you can configure them inside the config.warden block.
Severity: Minor
Found in config/initializers/devise.rb by rubocop

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

Time::DATE_FORMATS[:default] = "%b %d, %Y %I:%M%P"
Severity: Minor
Found in config/initializers/time_formats.rb by rubocop

Use %i or %I for an array of symbols.
Open

match "*path" => 'pages#error404', via: [:get, :post]
Severity: Minor
Found in config/routes.rb by rubocop

Line is too long. [87/80]
Open

# Allow you to use another encryption algorithm besides bcrypt (default). You can use
Severity: Minor
Found in config/initializers/devise.rb by rubocop

Line is too long. [86/80]
Open

# :authlogic_sha512 (then you should set stretches above to 20 for default behavior)
Severity: Minor
Found in config/initializers/devise.rb by rubocop

Line is too long. [89/80]
Open

# These validations are enabled in SimpleForm's internal config but disabled by default
Severity: Minor
Found in config/initializers/simple_form.rb by rubocop

Use %i or %I for an array of symbols.
Open

match '/root' => 'options#update', via: [:put, :patch]
Severity: Minor
Found in config/routes.rb by rubocop

Line is too long. [86/80]
Open

# using other encryptors, it sets how many times you want the password re-encrypted.
Severity: Minor
Found in config/initializers/devise.rb by rubocop

Line is too long. [83/80]
Open

# You can define the class to use on all collection wrappers. Defaulting to none.
Severity: Minor
Found in config/initializers/simple_form.rb by rubocop

Line is too long. [93/80]
Open

# To stop SimpleForm from generating the novalidate option, enabling the HTML5 validations,
Severity: Minor
Found in config/initializers/simple_form.rb by rubocop

Line is too long. [87/80]
Open

Rails.application.config.assets.precompile += %w( html5shiv.js html5shiv-printshiv.js )
Severity: Minor
Found in config/initializers/assets.rb by rubocop

Extra empty line detected at block body end.
Open

 
end
Severity: Minor
Found in config/routes.rb by rubocop

Line is too long. [82/80]
Open

# a value less than 10 in other environments. Note that, for bcrypt (the default
Severity: Minor
Found in config/initializers/devise.rb by rubocop

Line is too long. [83/80]
Open

# :time = Re-enables login after a certain amount of time (see :unlock_in below)
Severity: Minor
Found in config/initializers/devise.rb by rubocop

TODO found
Open

# TODO - can we remove this/do we need backwards compaitibility?
Severity: Minor
Found in lib/fae/concerns/models/base.rb by fixme

TODO found
Open

/ TODO: support 5th level?
Severity
Category
Status
Source
Language