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

jscs-dev / node-jscs / 3742 / 2
97%
master: 97%

Build:
DEFAULT BRANCH: master
Ran 02 Dec 2015 02:04PM UTC
Files 179
Run time 5s
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

02 Dec 2015 01:49PM UTC coverage: 99.301%. Remained the same
3742.2

push

travis-ci

markelog
`requirePaddingNewlinesBeforeKeywords`: allow same line function return

This adds an exception in the logic of the rule to
allow returning an anonymous function

```js
// valid
function func() {
    var a = 0;

    return function() {/*...*/}
}
```

Closes gh-1997

4833 of 4867 relevant lines covered (99.3%)

55.29 hits per line

Source Files on job 3742.2
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3742
  • Travis Job 3742.2
  • 6194dbee on github
  • Prev Job for on master (#3738.2)
  • Next Job for on master (#3747.2)
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