set_strict
Description:
Enable or disable strict mode.
In strict mode, any found issue will result in a failed validation (except for issues of "pedantic" severity). Otherwise, only a "warning" or "error" will cause the validation to fail.
Parameters:
| this | 
           a Validator instance.  | 
      
| is_strict | 
           true to enable strict mode.  |