• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

sds / scss-lint / 1128 / 1
96%
master: 96%

Build:
Build:
LAST BUILD BRANCH: patch-1
DEFAULT BRANCH: master
Ran 15 Feb 2016 06:56PM UTC
Files 87
Run time 47s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

15 Feb 2016 06:54PM UTC coverage: 96.332%. Remained the same
1.9.3

push

travis-ci

lencioni
Visit children in SingleLinePerProperty

With the following configuration:

```yaml
SingleLinePerProperty:
  enabled: true
  allow_single_line_rule_sets: false
```

And the following SCSS:

```scss
.test { padding: 0; margin: 0; }
```

The SingleLinePerProperty correctly reports a lint here. However, if
this is nested:

```scss
.testing {
  .test { padding: 0; margin: 0; }
}
```

it is quiet.

It seems that the Sass parser is not visiting the child rule here. I
don't know enough about how this is supposed to work to know if that is
expected or not, but it seems that I can make this work by adding a line
that will recurse the children.

Fixes #709

2521 of 2617 relevant lines covered (96.33%)

361.45 hits per line

Source Files on job 1128.1 (1.9.3)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1128
  • Travis Job 1128.1
  • cd0a4507 on github
  • Prev Job for 1.9.3 on single-line-per-property-nesting (#1126.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc