Ignore:
Timestamp:
11/24/13 18:43:47 (11 years ago)
Author:
hendrikvanantwerpen
Message:

Changes for validation

  • Split command line wrappers from processing logic.
  • Created a JSON Schema for the database
  • Allow off-line validation of database documents.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/trunk/src/.jshintrc-generated

    r475 r479  
    11{
    22    "bitwise": true,
    3     "curly": true,
     3    "curly": false,
    44    "eqeqeq": true,
    55    "forin": true,
     
    77    "indent": 2,
    88    "latedef": true,
    9     "newcap": true,
     9    "newcap": false,
    1010    "noarg": true,
    1111    "noempty": true,
     
    1616
    1717    "loopfunc": true,
     18    "shadow": true,
    1819
    1920    "devel": true,
Note: See TracChangeset for help on using the changeset viewer.