jjeremydiaz/OpenHouse

View on GitHub

Showing 815 of 815 total issues

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

.boxed {
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

The properties padding-top, padding-bottom, padding-left, padding-right can be replaced by padding.
Open

.custom_infowindow_content {
Severity: Minor
Found in app/assets/stylesheets/map.css by csslint

Values of 0 shouldn't have units specified.
Open

  margin: 0px 0 0;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

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

Line is too long. [82/80]
Open

  # Asset digests allow you to set far-future HTTP expiration dates on all assets,
Severity: Minor
Found in config/environments/development.rb by rubocop

Heading (h1) should not be qualified.
Open

.intro-message>h1 {
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

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

.intro-message>h4 {
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

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

.section-heading-spacer {
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Values of 0 shouldn't have units specified.
Open

    margin: 0 0 0px;
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Heading (h4) has already been defined.
Open

.intro-message>h4 {
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Heading (h2) has already been defined.
Open

.banner h2 {
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

Element (p.copyright) is overqualified, just use .copyright without element name.
Open

p.copyright {
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

%w-literals should be delimited by [ and ].
Open

Rails.application.config.assets.precompile += %w( images/*.png )
Severity: Minor
Found in config/initializers/assets.rb by rubocop

This cop enforces the consistent usage of %-literal delimiters.

Specify the 'default' key to set all preferred delimiters at once. You can continue to specify individual preferred delimiters to override the default.

Example:

# Style/PercentLiteralDelimiters:
#   PreferredDelimiters:
#     default: '[]'
#     '%i':    '()'

# good
%w[alpha beta] + %i(gamma delta)

# bad
%W(alpha #{beta})

# bad
%I(alpha beta)

Heading (h2) has already been defined.
Open

.intro-message>h2 {
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint

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

  .banner h2 {
Severity: Minor
Found in app/assets/stylesheets/homepage.css by csslint
Severity
Category
Status
Source
Language