podemos-info/participa2

View on GitHub
decidim-module-census_connector/app/assets/stylesheets/decidim/census_connector/account/account.scss

Summary

Maintainability
Test Coverage

Expected empty line before rule (rule-empty-line-before)
Open

      .icon,

rule-empty-line-before

Require or disallow an empty line before rules.

<!-- prettier-ignore -->
a {}
      /* ← */
b {}  /* ↑ */
/**      ↑
 * This line */

This rule ignores rules that are the very first node in a source.

The [fix option](../../../docs/user-guide/usage/options.md#fix) can automatically fix all of the problems reported by this rule. We recommend to enable [indentation](../indentation/README.md) rule for better autofixing results with this rule.

Unexpected missing end-of-source newline (no-missing-end-of-source-newline)
Open

}

no-missing-end-of-source-newline

Disallow missing end-of-source newlines.

<!-- prettier-ignore -->
a { color: pink; }
    \n
/** ↑
 * This newline */

Completely empty files are not considered violations.

The [fix option](../../../docs/user-guide/usage/options.md#fix) can automatically fix all of the problems reported by this rule.

There are no issues that match your filters.

Category
Status