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

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

Build:
Build:
LAST BUILD BRANCH: patch-1
DEFAULT BRANCH: master
Ran 25 Sep 2015 04:52PM UTC
Jobs 4
Files 84
Run time 46s
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
978

push

travis-ci

lencioni
Fix TrailingSemicolon for variables with !default and !global

The TrailingSemicolon rule was not checking guarded or global variable
declarations properly. I determined that this is because we are using
`node.expr` for the source range, which in cases like:

  $foo: bar !default;

gives us a range that looks like:

  bar

which causes the linter to fail. Instead, if we just use the `node`
source range instead, we will get

  foo: bar !default;

so our checks work as expected. I considered always using `node` source
range, but I figured that if it is working for other cases that it would
be better to leave it as is.

Addresses #602

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

2462 of 2560 relevant lines covered (96.17%)

955.67 hits per line

Jobs
ID Job ID Ran Files Coverage
1 978.1 (1.9.3) 25 Sep 2015 04:52PM UTC 0
96.29
Travis Job 978.1
2 978.2 (2.0.0) 25 Sep 2015 04:52PM UTC 0
96.24
Travis Job 978.2
3 978.3 (2.1) 25 Sep 2015 04:52PM UTC 0
96.24
Travis Job 978.3
5 978.5 (jruby-19mode) 25 Sep 2015 04:52PM UTC 0
95.03
Travis Job 978.5
Source Files on build 978
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #978
  • cfa33b02 on github
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