consul/consul

View on GitHub

Showing 2,521 of 2,521 total issues

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

      &:checked + label img {

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

    font-weight: normal;

Prefer single quoted strings
Open

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

0.6 should be written without a leading zero as .6
Open

        transform: scale(0.6);
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.

Trailing punctuation in header
Open

### Why is this Needed?
Severity: Info
Found in .github/ISSUE_TEMPLATE.md by markdownlint

MD026 - Trailing punctuation in header

Tags: headers

Aliases: no-trailing-punctuation

Parameters: punctuation (string; default ".,;:!?")

This rule is triggered on any header that has a punctuation character as the last character in the line:

# This is a header.

To fix this, remove any trailing punctuation:

# This is a header

Note: The punctuation parameter can be used to specify what characters class as punctuation at the end of the header. For example, you can set it to '.,;:!' to allow headers with question marks in them, such as might be used in an FAQ.

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

      .goal-code {

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

      .read-more button {

Merge rule .read-more button with rule on line 64
Open

      .read-more button {

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

      &:focus {

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

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

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

Trailing spaces
Open

The true objective of this issue is not "to fix" a flaky spec, but to change a spec that randomly fails into one that we can trust when it passes (or fails). 

MD009 - Trailing spaces

Tags: whitespace

Aliases: no-trailing-spaces

Parameters: br_spaces (number; default: 0)

This rule is triggered on any lines that end with whitespace. To fix this, find the line that is triggered and remove any trailing spaces from the end.

The brspaces parameter allows an exception to this rule for a specific amount of trailing spaces used to insert an explicit line break/br element. For example, set brspaces to 2 to allow exactly 2 spaces at the end of a line.

Note: you have to set brspaces to 2 or higher for this exception to take effect - you can't insert a br element with just a single trailing space, so if you set brspaces to 1, the exception will be disabled, just as if it was set to the default of 0.

Prefer single quoted strings
Open

        background: image-url("sdg.svg");

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

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

Unordered list indentation
Open

   * Pasos que se han realizado para producir la incidencia
Severity: Info
Found in CONTRIBUTING_ES.md by markdownlint

MD007 - Unordered list indentation

Tags: bullet, ul, indentation

Aliases: ul-indent

Parameters: indent (number; default 2)

This rule is triggered when list items are not indented by the configured number of spaces (default: 2).

Example:

* List item
   * Nested list item indented by 3 spaces

Corrected Example:

* List item
  * Nested list item indented by 2 spaces

Rationale (2 space indent): indenting by 2 spaces allows the content of a nested list to be in line with the start of the content of the parent list when a single space is used after the list marker.

Rationale (4 space indent): Same indent as code blocks, simpler for editors to implement. See http://www.cirosantilli.com/markdown-styleguide/#indented-lists for more information.

In addition, this is a compatibility issue with multi-markdown parsers, which require a 4 space indents. See http://support.markedapp.com/discussions/problems/21-sub-lists-not-indenting for a description of the problem.

Headers should be surrounded by blank lines
Open

# How

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.

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

        background: #ccedf8;

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

      .sdg-goal-icon {

Prefer single quoted strings
Open

      content: image-url("stats_investments.png");
Severity: Minor
Found in app/assets/stylesheets/stats.scss by scss-lint
Severity
Category
Status
Source
Language