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

jscs-dev / node-jscs / 1094
97%

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

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

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

1897 of 2083 relevant lines covered (91.07%)

34.73 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
100.0
lib/rules/require-multiple-var-decl.js
Jobs
ID Job ID Ran Files Coverage
1 1094.1 28 Aug 2014 11:19PM UTC 0
91.07
Travis Job 1094.1
Source Files on build 1094
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1094
  • Pull Request #579
  • PR Base - master (#1093)
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