Coveralls logob
Coveralls logo
  • Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

sds / scss-lint
96%
master: 96%

DEFAULT BRANCH: master
Build:
LAST BUILD BRANCH: patch-1
Repo Added 26 Jun 2015 09:03PM UTC
Files 95
Badge
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

LAST BUILD ON BRANCH trailing-semicolon-important
branch: trailing-semicolon-important
CHANGE BRANCH
x
Reset
  • trailing-semicolon-important
  • master
  • v0.40.0
  • v0.40.1
  • v0.41.0
  • v0.42.0
  • bang-format
  • v0.42.1
  • v0.42.2
  • v0.43.0
  • pseudoselector
  • v0.43.1
  • v0.43.2
  • v0.44.0
  • universal-newline
  • single-line-per-property-nesting
  • relax-rake-dependency-version
  • v0.45.0
  • PrivateNamingConvention
  • linter-gem-spec
  • tap-reporter
  • private-naming-edge-cases
  • v0.46.0
  • private-naming-convention-bugs
  • tap-reporter-format
  • v0.47.0
  • tap-report-path-fix
  • v0.47.1
  • v0.48.0
  • v0.49.0
  • v0.50.0
  • v0.50.1
  • v0.50.2
  • v0.50.3
  • v0.51.0
  • v0.52.0
  • v0.53.0
  • v0.54.0
  • v0.55.0
  • v0.56.0
  • v0.57.0
  • v0.57.1
  • v0.58.0
  • v0.59.0

25 Sep 2015 - 16:48 coverage: 96.172%. First build
978

push

travis-ci

Aff339232f6386f6c7c7ad52fe5b1345?size=18&default=identiconlencioni
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

2462 of 2560 relevant lines covered (96.17%)

955.67 hits per line

Relevant lines Covered
2560 RELEVANT LINES 2462 COVERED LINES
Build:
955.67 HITS PER LINE
Source Files on trailing-semicolon-important
  • List 84
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Builds

Builds Branch Commit Type Ran Committer Via Coverage
978 trailing-semicolon-important 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 ... push 25 Sep 2015 04:52PM UTC Aff339232f6386f6c7c7ad52fe5b1345?size=18&default=identiconlencioni travis-ci
96.17
See All Builds (675)
  • Repo on GitHub
Troubleshooting · Open an Issue · Sales · Support · ENTERPRISE · CAREERS · STATUS
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2023 Coveralls, Inc