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

mapbox / geojsonhint / 116 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 10 Feb 2016 11:42PM UTC
Files 2
Run time 0s
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

10 Feb 2016 06:05PM UTC coverage: 100.0%. Remained the same
116.1

push

travis-ci

tmcw
Forbid duplicate properties.

This flags a potentially ambiguous form of JSON: objects with
duplicate properties, like

```json
{
  "type": "Feature",
  "type": "FeatureCollection"
}
```

These are valid JSON according to the specification but many
parsers will reject this input, and others will accept the second
value. This PR updates jsonlint to a new version that adds a
non-enumerable property that keeps track of duplicate properties (1.7.1)
and then adds a default-true option to forbid these properties.

140 of 140 relevant lines covered (100.0%)

383.69 hits per line

Source Files on job 116.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 116
  • Travis Job 116.1
  • ccd03097 on github
  • Prev Job for on master (#100.1)
  • Next Job for on master (#119.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