Add strict mode #11

Merged
vlw merged 2 commits from refs/pull/11/head into master 2024-01-17 12:07:44 +01:00
vlw commented 2024-01-17 11:59:25 +01:00 (Migrated from codeberg.org)

This PR adds a strict mode option for a Ruleset. In strict mode; request property names/keys have to be exactly as defined by Rules property names.

If a property exist that hasen't been defined with a Rules() instance, a Error::UNKNOWN_PROPERTY_NAME error will be set.

This PR adds a strict mode option for a `Ruleset`. In strict mode; request property names/keys have to be exactly as defined by Rules property names. If a property exist that hasen't been defined with a `Rules()` instance, a `Error::UNKNOWN_PROPERTY_NAME` error will be set.
Sign in to join this conversation.
No description provided.