Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add blockchain test linting to travis | Jared Wasinger | 2017-08-26 | 1 | -2/+8 |
| | |||||
* | add schema for state test fillers | cdetrio | 2017-08-08 | 1 | -0/+1 |
| | |||||
* | validate.js takes schema file as argument | cdetrio | 2017-08-08 | 1 | -1/+1 |
| | |||||
* | make travis use node8 | Jared Wasinger | 2017-08-08 | 1 | -1/+1 |
| | |||||
* | make error output more informative. Make schema more comprehensive. Add ↵ | Jared Wasinger | 2017-08-08 | 1 | -1/+1 |
| | | | | exit code of -1 upon failure | ||||
* | use JS for json schema validation because the Node 'jsonschema' library is ↵ | Jared Wasinger | 2017-08-08 | 1 | -3/+6 |
| | | | | the only one (that I have found) to correctly handle 'additionalProperties' as a boolean (https://spacetelescope.github.io/understanding-json-schema/reference/object.html) | ||||
* | add schema validation with Travis integration. | Jared Wasinger | 2017-08-08 | 1 | -0/+3 |
| | |||||
* | Made check not throw errors with | cat | maaktweluit | 2017-06-06 | 1 | -1/+1 |
| | |||||
* | Update travis.yml with Filler exclude | maaktweluit | 2017-06-06 | 1 | -2/+2 |
| | | | | | - Excluded *Filler.json from checking - Excluded *Filler.json from linting - Updated check output to print all "lines not starting with "./" and the line before" containing the affected file and error close together. | ||||
* | Add automated linting | Konrad Feldmeier | 2016-06-23 | 1 | -0/+8 |
In order to avoid issues like #105 trigger build |