AyuntamientoMadrid/participacion

View on GitHub

Showing 2,535 of 2,535 total issues

!important should not be used
Open

      font-family: "Oswald", "Source Sans Pro", sans-serif !important;

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

        &::after {

Prefer single quoted strings
Open

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

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

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

Prefer single quoted strings
Open

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

Prefer single quoted strings
Open

        content: image-url("stats_man.png");
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.

Headers should be surrounded by blank lines
Open

### Final thoughts

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.

Multiple top level headers in the same document
Open

# How

MD025 - Multiple top level headers in the same document

Tags: headers

Aliases: single-h1

Parameters: level (number; default 1)

This rule is triggered when a top level header is in use (the first line of the file is a h1 header), and more than one h1 header is in use in the document:

# Top level header

# Another top level header

To fix, structure your document so that there is a single h1 header that is the title for the document, and all later headers are h2 or lower level headers:

# Title

## Header

## Another header

Rationale: A top level header is a h1 on the first line of the file, and serves as the title for the document. If this convention is in use, then there can not be more than one title for the document, and the entire document should be contained within this header.

Note: The level parameter can be used to change the top level (ex: to h2) in cases where an h1 is added externally.

Lists should be surrounded by blank lines
Open

- Time related issues (current time, two time or date comparisons with miliseconds/time when its not needed)

MD032 - Lists should be surrounded by blank lines

Tags: bullet, ul, ol, blank_lines

Aliases: blanks-around-lists

This rule is triggered when lists (of any kind) are either not preceded or not followed by a blank line:

Some text
* Some
* List

1. Some
2. List
Some text

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

Some text

* Some
* List

1. Some
2. List

Some text

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

Note: List items without hanging indents are a violation of this rule; list items with hanging indents are okay:

* This is
not okay

* This is
  okay

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

      &::after {

Prefer single quoted strings
Open

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

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

      &::after {

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

      border: 2px solid #92ba48;

Prefer single quoted strings
Open

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

Merge rule .amsify-suggestags-area with rule on line 8
Open

  .amsify-suggestags-area {

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

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

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

    background: #ebf0f4;
Severity: Minor
Found in app/assets/stylesheets/stats.scss by scss-lint
Severity
Category
Status
Source
Language