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

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

Build:
Build:
LAST BUILD BRANCH: patch-1
DEFAULT BRANCH: master
Ran 15 Feb 2016 06:56PM UTC
Files 87
Run time 1min
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.286%. Remained the same
2.1

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

2515 of 2612 relevant lines covered (96.29%)

361.85 hits per line

Source Files on job 1128.3 (2.1)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1128
  • Travis Job 1128.3
  • cd0a4507 on github
  • Prev Job for 2.1 on single-line-per-property-nesting (#1126.3)
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