Skip to content

Commit

Permalink
fix(options): disallow additional properties and add ident to valid…
Browse files Browse the repository at this point in the history
…ation (#346)
  • Loading branch information
fnatte authored and michael-ciniawsky committed Mar 17, 2018
1 parent 1e0cade commit 82ef553
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/options.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"exec": {
"type": "boolean"
},
"ident": {
"type": "string"
},
"parser": {
"type": [ "string", "object" ]
},
Expand All @@ -36,5 +39,5 @@
"type": [ "string", "boolean" ]
}
},
"additionalProperties": true
"additionalProperties": false

This comment has been minimized.

Copy link
@AntonRatnick

AntonRatnick Mar 19, 2018

I think it's not good for patch version

}

0 comments on commit 82ef553

Please sign in to comment.