AyuntamientoMadrid/participacion

View on GitHub

Showing 2,535 of 2,535 total issues

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

      background: #c1fdd2;
Severity: Minor
Found in app/assets/stylesheets/stats.scss by scss-lint

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

      background: #f4f8ec;

Nesting should be no greater than 3, but was 4
Open

      .read-more {

Selector should have depth of applicability no greater than 3, but was 4
Open

      &[data-val^="#{$code}"] {

Properties should be ordered font-size, font-weight
Open

      font-weight: bold;
Severity: Minor
Found in app/assets/stylesheets/stats.scss by scss-lint

Multiple consecutive blank lines
Open


Severity: Info
Found in .github/ISSUE_TEMPLATE.md by markdownlint

MD012 - Multiple consecutive blank lines

Tags: whitespace, blank_lines

Aliases: no-multiple-blanks

This rule is triggered when there are multiple consecutive blank lines in the document:

Some text here


Some more text here

To fix this, delete the offending lines:

Some text here

Some more text here

Note: this rule will not be triggered if there are multiple consecutive blank lines inside code blocks.

TODO found
Open

  # TODO: replace with config.log_file_size after upgrading to Rails 7.1
Severity: Minor
Found in config/environments/development.rb by fixme

TODO found
Open

# TODO: remove once we upgrade Foundation and Font Awesome
Severity: Minor
Found in config/initializers/sass.rb by fixme

TODO found
Open

# TODO: safe to remove after upgrading to Rails 7.1 or releasing a new

TODO found
Open

    voters.where(origin: "letter").count # TODO: count only valid votes
Severity: Minor
Found in app/models/poll/stats.rb by fixme

TODO found
Open

  # TODO: replace with config.log_file_size after upgrading to Rails 7.1
Severity: Minor
Found in config/environments/test.rb by fixme

TODO found
Open

module ActiveRecord # TODO: Remove after upgrading ros-apartment
Severity: Minor
Found in config/initializers/apartment.rb by fixme

TODO found
Open

    0 # TODO
Severity: Minor
Found in app/models/poll/stats.rb by fixme

TODO found
Open

    0 # TODO
Severity: Minor
Found in app/models/poll/stats.rb by fixme

TODO found
Open

# TODO test models, controllers, etc...
Severity: Minor
Found in spec/customization_engine_spec.rb by fixme
Severity
Category
Status
Source
Language