Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 840 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 840 Bytes

erddap-lint

A lint tool for Erddap dataset configurations. Demo

This project contains rules and a simple static web application for running some verification tests against your ERDDAP server. All the tests are run in the web browser.

This is a new project; you're welcome to follow along but things may change suddenly and quickly. (We'll remove this statement when things become more stable!)

The Rules

To add your own rules, see How To Write Rules, then add your rules file into the rules folder, and list it into rules/index.html.

Docker

docker build -t erddap-lint .
mkdir output
docker run --rm -v $(pwd)/output:/output erddap-lint https://erddap.digitalocean.ie/erddap/

The report will be in the output folder