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

jscs-dev / node-jscs / 1094 / 1
97%
master: 97%

Build:
DEFAULT BRANCH: master
Ran 28 Aug 2014 11:19PM UTC
Files 98
Run time 44s
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

28 Aug 2014 11:18PM UTC coverage: 91.071% (-0.04%) from 91.107%
1094.1

Pull #579

travis-ci

kilemensi
Update requireMultipleVarDecl rule to support one var per declaration

requireMultipleVarDecl only supported one var per function scope and
consecutive var checks. It was not possible to check that each declaration
statement had it's own var terminated by a semicolon such as in the npm
javascript guide. See
https://github.com/Seravo/js-winning-style/blob/master/README.md#variable-declarations

This means the original requireMultipleVarDecl option of boolean true for
consectutive var check is now changed to a string type aptly named
'nonconsecutive', and a new option of 'onedecl' is introduced for the new
check.
Pull Request #579: Update requireMultipleVarDecl rule to support one var per declaration

1897 of 2083 relevant lines covered (91.07%)

34.73 hits per line

Source Files on job 1094.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1094
  • Travis Job 1094.1
  • 17b8fb27 on github
  • Prev Job for on master (#1093.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