consul/consul

View on GitHub

Showing 2,534 of 2,534 total issues

Prefer single quoted strings
Open

      content: image-url("stats_booth.png");
Severity: Minor
Found in app/assets/stylesheets/stats.scss by scss-lint

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

      .number {
Severity: Minor
Found in app/assets/stylesheets/stats.scss by scss-lint

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

      &.web::before {
Severity: Minor
Found in app/assets/stylesheets/stats.scss by scss-lint

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

    img {

Headers should be surrounded by blank lines
Open

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

MD022 - Headers should be surrounded by blank lines

Tags: headers, blank_lines

Aliases: blanks-around-headers

This rule is triggered when headers (any style) are either not preceded or not followed by a blank line:

# Header 1
Some text

Some more text
## Header 2

To fix this, ensure that all headers have a blank line both before and after (except where the header is at the beginning or end of the document):

# Header 1

Some text

Some more text

## Header 2

Rationale: Aside from aesthetic reasons, some parsers, including kramdown, will not parse headers that don't have a blank line before, and will parse them as regular text.

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: 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

    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: 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 test models, controllers, etc...
Severity: Minor
Found in spec/customization_engine_spec.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

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