AyuntamientoMadrid/participacion

View on GitHub

Showing 2,535 of 2,535 total issues

Prefer single quoted strings
Open

        content: "\59";

Prefer single quoted strings
Open

        content: "";

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

      .goal-title > * {

Prefer single quoted strings
Open

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

First header should be a top level header
Open

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

MD002 - First header should be a top level header

Tags: headers

Aliases: first-header-h1

Parameters: level (number; default 1)

This rule is triggered when the first header in the document isn't a h1 header:

## This isn't a H1 header

### Another header

The first header in the document should be a h1 header:

# Start with a H1 header

## Then use a H2 for subsections

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.

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

      &::after {

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

      color: color-pick-contrast(#f4f8ec);

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

        background: #92ba48;

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

      &.win {

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

      &.short {

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

      &:focus {

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

      &:checked + label img {

Properties should be ordered border-bottom, font-size
Open

    font-size: rem-calc(24);
Severity: Minor
Found in app/assets/stylesheets/stats.scss by scss-lint

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

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

Prefer single quoted strings
Open

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

Fenced code blocks should be surrounded by blank lines
Open

```bash

MD031 - Fenced code blocks should be surrounded by blank lines

Tags: code, blank_lines

Aliases: blanks-around-fences

This rule is triggered when fenced code blocks are either not preceded or not followed by a blank line:

Some text
```
Code block
```

```
Another code block
```
Some more text

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

Some text

```
Code block
```

```
Another code block
```

Some more text

Rationale: Aside from aesthetic reasons, some parsers, including kramdown, will not parse fenced code blocks that don't have blank lines before and after them.

Prefer single quoted strings
Open

        content: "\6f";

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

        background: #009fde;

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

      &.win {
Severity
Category
Status
Source
Language