kimjunh/giver-game

View on GitHub

Showing 1,127 of 1,127 total issues

Rule doesn't have all its properties in alphabetical order.
Open

.btn-circle {

Line is too long. [84/80]
Open

  # When set to false, does not sign a user in automatically after their password is
Severity: Minor
Found in config/initializers/devise.rb by rubocop

Line is too long. [154/80]
Open

  # config.secret_key = 'efbd4f58d14a7cf9d7781891a11c226853de6558f081ae7090a4e7560a5e5d4c68999671f77a278bf71e68a4bee4358a0acb4b894fedddbcdc4cf3527fb7516a'
Severity: Minor
Found in config/initializers/devise.rb by rubocop

Line is too long. [85/80]
Open

  # :sha1, :sha512 or encryptors from others authentication tools as :clearance_sha1,
Severity: Minor
Found in config/initializers/devise.rb by rubocop

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. [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

Rule doesn't have all its properties in alphabetical order.
Open

#container {
Severity: Minor
Found in public/stylesheets/edit_style.css by csslint

Don't use IDs in selectors.
Open

#em-container {
Severity: Minor
Found in public/stylesheets/home_style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

a {
Severity: Minor
Found in public/stylesheets/home_style.css by csslint

Final newline missing.
Open

require 'carrierwave/orm/activerecord'
Severity: Minor
Found in config/initializers/wavecarrier.rb by rubocop

Expected (<font-style>) but found 'bold'.</font-style>
Open

    font-style: bold;
Severity: Minor
Found in public/stylesheets/home_style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#flash {

Rule doesn't have all its properties in alphabetical order.
Open

.link {
Severity: Minor
Found in public/stylesheets/home_style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.form-header {
Severity: Minor
Found in public/stylesheets/new_style.css by csslint

Don't use IDs in selectors.
Open

#flash {
Severity: Minor
Found in public/stylesheets/edit_style.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#header {

Values of 0 shouldn't have units specified.
Open

    margin: 0px auto;

Rule doesn't have all its properties in alphabetical order.
Open

.round-button a {

Adjoining classes: .btn-circle.btn-lg
Open

.btn-circle.btn-lg {

Possible remote code execution vulnerability in Action Pack
Open

    actionpack (4.2.5)
Severity: Critical
Found in Gemfile.lock by bundler-audit

Advisory: CVE-2016-2098

Criticality: High

URL: https://groups.google.com/forum/#!topic/rubyonrails-security/ly-IH-fxr_Q

Solution: upgrade to ~> 3.2.22.2, >= 4.2.5.2, ~> 4.2.5, >= 4.1.14.2, ~> 4.1.14

Severity
Category
Status
Source
Language