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

jscs-dev / node-jscs / 3036
97%

Build:
DEFAULT BRANCH: master
Ran 03 Aug 2015 01:25PM UTC
Jobs 3
Files 155
Run time 3min
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
3036

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%)

165.45 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3036.1 03 Aug 2015 01:25PM UTC 0
98.58
Travis Job 3036.1
2 3036.2 03 Aug 2015 01:28PM UTC 0
98.58
Travis Job 3036.2
3 3036.3 03 Aug 2015 01:25PM UTC 0
98.58
Travis Job 3036.3
Source Files on build 3036
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3036
  • 0662d407 on github
  • Prev Build on master (#3034)
  • Next Build on master (#3068)
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