Skip to content

Commit

Permalink
Fixes sds#518 by adding notes to linters/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins committed Aug 4, 2015
1 parent c6ff3ae commit 5462f30
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/scss_lint/linter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ Configuration Option | Description

## BemDepth

**Disabled by default**

Reports when a BEM selector contains more elements than a configurable
maximum number.

Expand Down Expand Up @@ -258,6 +260,8 @@ Mixin `@content` and nested rule sets are also linted for declaration order.

## DisableLinterReason

**Disabled by default**

`scss-lint:disable` control comments should be preceded by a comment explaining
why these linters are being disabled for this file.

Expand Down Expand Up @@ -403,6 +407,8 @@ Reports when you have an empty rule set.

## ExtendDirective

**Disabled by default**

Reports when you have an `@extend` directive.

```scss
Expand Down Expand Up @@ -809,6 +815,8 @@ If you want to prevent the use of the `@extend` directive entirely, see the

## PropertyCount

**Disabled by default**

Limit the number of properties in a rule set.

Specifying a large number of properties in a rule set is usually an opportunity
Expand Down Expand Up @@ -1457,6 +1465,8 @@ Reports lines containing trailing whitespace.

## TrailingZero

**Disabled by default**

Don't write trailing zeros for numeric values with a decimal point.

**Bad: unnecessary trailing zero**
Expand Down Expand Up @@ -1570,6 +1580,8 @@ for more information.

## VariableForProperty

**Disabled by default**

Properties, like `color` and `font`, are easier to read and maintain when
defined using variables rather than literals.

Expand Down

0 comments on commit 5462f30

Please sign in to comment.