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

mapbox / geojsonhint / 115
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v3.0.2
DEFAULT BRANCH: master
Ran 10 Feb 2016 06:09PM UTC
Jobs 1
Files 2
Run time 1s
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
115

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.

54 of 54 new or added lines in 2 files covered. (100.0%)

140 of 140 relevant lines covered (100.0%)

383.69 hits per line

Jobs
ID Job ID Ran Files Coverage
1 115.1 10 Feb 2016 06:09PM UTC 0
100.0
Travis Job 115.1
Source Files on build 115
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #115
  • ccd03097 on github
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