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

sds / scss-lint / 1126
96%
master: 96%

Build:
Build:
LAST BUILD BRANCH: patch-1
DEFAULT BRANCH: master
Ran 15 Feb 2016 06:53PM UTC
Jobs 5
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

pending completion
1126

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

1 of 1 new or added line in 1 file covered. (100.0%)

2531 of 2628 relevant lines covered (96.31%)

1799.52 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
lib/scss_lint/linter/single_line_per_property.rb
Jobs
ID Job ID Ran Files Coverage
1 1126.1 (1.9.3) 15 Feb 2016 06:53PM UTC 0
96.33
Travis Job 1126.1
2 1126.2 (2.0.0) 15 Feb 2016 06:53PM UTC 0
96.29
Travis Job 1126.2
3 1126.3 (2.1) 15 Feb 2016 06:53PM UTC 0
96.29
Travis Job 1126.3
4 1126.4 (2.2) 15 Feb 2016 06:54PM UTC 0
96.29
Travis Job 1126.4
5 1126.5 (2.3.0) 15 Feb 2016 06:54PM UTC 0
96.29
Travis Job 1126.5
Source Files on build 1126
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1126
  • 89bab8de on github
  • Prev Build on single-line-per-property-nesting (#1124)
  • Next Build on single-line-per-property-nesting (#1128)
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