samratmitra-0812

Results 3 comments of samratmitra-0812

@colindean @phpisciuneri Datatype verification in `configCheck` is being done in `NegativeCheck` and `StringRegexCheck`. But even there, it is being treated as a normal check failure.

@phpisciuneri Yes. That is correct. Thanks for your help.

@phpisciuneri Since you are skipping the call to `config.substituteVariables` when both config vars and command line vars are missing, the [ValidatorError event for missing value](https://github.com/target/data-validator/blob/2839ed27ca88d7208337681ee010b8a733bb6a6a/src/main/scala/com/target/data_validator/VarSubstitution.scala#L90) will not be added in...