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

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

Build:
DEFAULT BRANCH: master
Ran 03 Aug 2015 01:28PM UTC
Files 155
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

03 Aug 2015 01:17PM UTC coverage: 98.576%. Remained the same
3036.2

push

travis-ci

markelog
validateIndetation: reduce RegExp create count (optimization)

Originaly `validateIndetation` rule creates new RegExp for
every single line to check. PR fix it, rule creates one RegExp per file -
it's 100 times less on our code base.

Not sure, but probably it will be better add new private
property `_rNotIndentChar` and creates just one RegExp in `configure`.

Closes gh-1565

3808 of 3863 relevant lines covered (98.58%)

55.15 hits per line

Source Files on job 3036.2
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3036
  • Travis Job 3036.2
  • 0662d407 on github
  • Prev Job for on master (#3034.2)
  • Next Job for on master (#3068.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