Added example of cql-options.json file

This commit is contained in:
Bryn Rhodes 2020-06-08 20:45:10 -06:00
parent 837a69e037
commit 946629148d

View File

@ -0,0 +1,17 @@
{
"options":[
"EnableAnnotations",
"EnableLocators",
"DisableListDemotion",
"DisableListPromotion"
],
"formats":[
"XML",
"JXSON"
],
"validateUnits":true,
"verifyOnly":false,
"errorLevel":"Info",
"signatureLevel":"None"
}