lujanfernaud/prevy

View on GitHub

Showing 1,727 of 1,727 total issues

Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem bootstrap-will_paginate should appear before will_paginate.
Open

gem 'bootstrap-will_paginate',         '1.0.0'
Severity: Minor
Found in Gemfile by rubocop

Gems should be alphabetically sorted within groups.

Example:

# bad
gem 'rubocop'
gem 'rspec'

# good
gem 'rspec'
gem 'rubocop'

# good
gem 'rubocop'

gem 'rspec'

# good only if TreatCommentsAsGroupSeparators is true
# For code quality
gem 'rubocop'
# For tests
gem 'rspec'

Prefer single quoted strings
Open

@import "components/tooltips";

0.0095 should be written without a leading zero as .0095
Open

  background: linear-gradient(rgba(75, 12, 178, 0.0095), rgba(75, 12, 178, 0.032));

Commas in function arguments should be followed by one space
Open

  box-shadow: 0 3px 10px rgba(27,31,35,0.2);

Prefer single quoted strings
Open

@import "components/browser-window";

Prefer single quoted strings
Open

@import "base/initial-setup";

Properties should be ordered height, margin, top, width
Open

    top: -3.5px;

Prefer single quoted strings
Open

@import "vendor-modifications/bootstrap";

!important should not be used
Open

  border-bottom: 3px solid $primary-darker !important;

Selector box-image__img--orientation-switch should be written in lowercase with hyphens
Open

.box-image__img--orientation-switch {

Color literals like rgba(#000, 0.5) should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  color: rgba(#000, .5);

Color literals like #fff should only be used in variable declarations; they should be referred to via variable everywhere else.
Open

  color: #fff;

Properties should be ordered background, border-top, color, font-size, min-height
Open

  min-height: 600px;

0.9 should be written without a leading zero as .9
Open

    padding: 0.9rem 0.5rem;

Properties should be ordered color, margin-left, margin-right, padding, transition
Open

  padding: .1rem;

0.5 should be written without a leading zero as .5
Open

    padding: 1rem 0.5rem;

Properties should be ordered border-radius, box-shadow
Open

  box-shadow: 0 1px .36px 0 $shadow;

!important should not be used
Open

  border: 1px solid $primary-darker !important;

Properties should be ordered border-top, font-size, padding
Open

  padding: 1.4rem 1.2rem;

Line should be indented 2 spaces, but was indented 4 spaces
Open

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(75, 12, 178, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
Severity
Category
Status
Source
Language