ikuseiGmbH/smart-village-app-cms

View on GitHub

Showing 1,158 of 1,254 total issues

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

  color: #11223f;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Avoid qualifying class selectors with an element.
Open

  body.app {
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Line is too long. [157/100]
Open

          price_information["amount"] = price_information["amount"].to_f if price_information["amount"].present? || price_information["description"].present?

Line is too long. [129/100]
Open

    query = Converter::Base.new.build_mutation("createWasteLocation", waste_location_params, waste_location_params.include?(:id))

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Open

require 'rails/test_help'
Severity: Minor
Found in test/test_helper.rb by rubocop

Checks if uses of quotes match the configured preference.

Example: EnforcedStyle: single_quotes (default)

# bad
"No special symbols"
"No string interpolation"
"Just text"

# good
'No special symbols'
'No string interpolation'
'Just text'
"Wait! What's #{this}!"

Example: EnforcedStyle: double_quotes

# bad
'Just some text'
'No special chars or interpolation'

# good
"Just some text"
"No special chars or interpolation"
"Every string in #{project} uses double_quotes"

Prefer double-quoted strings unless you need single quotes to avoid extra backslashes for escaping.
Open

require 'test_helper'

Checks if uses of quotes match the configured preference.

Example: EnforcedStyle: single_quotes (default)

# bad
"No special symbols"
"No string interpolation"
"Just text"

# good
'No special symbols'
'No string interpolation'
'Just text'
"Wait! What's #{this}!"

Example: EnforcedStyle: double_quotes

# bad
'Just some text'
'No special chars or interpolation'

# good
"Just some text"
"No special chars or interpolation"
"Every string in #{project} uses double_quotes"

Merge rule body .bg-gradient-primary with rule on line 3
Open

body .bg-gradient-primary {
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Avoid using id selectors
Open

  #sidebarToggleTop {
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

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

  border-color: #11223f;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

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

  color: #fff;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Merge rule body .btn-primary with rule on line 3
Open

body .btn-primary {
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

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

  background-color: #b1bfba;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

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

  background-color: #aebfbc;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

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

  border-color: #aebfbc;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

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

  color: #11223f;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

Merge rule body .page-link:hover with rule on line 3
Open

body .page-link:hover {
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

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

  background-color: #fff;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

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

  background-color: #ffff00;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

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

  border-color: #b1bfba;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint

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

  border-color: #b1bfba;
Severity: Minor
Found in app/assets/stylesheets/custom.css by scss-lint
Severity
Category
Status
Source
Language