jjeremydiaz/OpenHouse

View on GitHub

Showing 815 of 815 total issues

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

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

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

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

Using height with padding can sometimes make elements larger than you expect.
Open

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

Do not use spaces inside percent literal delimiters.
Open

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

Checks for unnecessary additional spaces inside the delimiters of %i/%w/%x literals.

Example:

# good
%i(foo bar baz)

# bad
%w( foo bar baz )

# bad
%x(  ls -l )

Rule doesn't have all its properties in alphabetical order.
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

Heading (h4) should not be qualified.
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

Values of 0 shouldn't have units specified.
Open

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

Final newline missing.
Open

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

%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)

Line is too long. [96/80]
Open

  # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
Severity: Minor
Found in config/environments/production.rb by rubocop

Heading (h1) has already been defined.
Open

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

Heading (h3) has already been defined.
Open

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

Heading (h2) should not be qualified.
Open

  .banner h2 {
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( house.jpg )
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)

Line is too long. [100/80]
Open

  # Set this to true and configure the email server for immediate delivery to raise delivery errors.
Severity: Minor
Found in config/environments/production.rb by rubocop

Heading (h1) should not be qualified.
Open

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

Do not use spaces inside percent literal delimiters.
Open

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

Checks for unnecessary additional spaces inside the delimiters of %i/%w/%x literals.

Example:

# good
%i(foo bar baz)

# bad
%w( foo bar baz )

# bad
%x(  ls -l )

Line is too long. [85/80]
Open

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