EnvFile icon indicating copy to clipboard operation
EnvFile copied to clipboard

Lenient YAML Parsing

Open cmmoran opened this issue 1 year ago • 0 comments

Fixes: https://github.com/ashald/EnvFile/issues/213

If EnvFile encounters a well-formed YAML configuration file that contains values other than literal strings, it will fail with a ClassCastException.

This change should have no effect on YAML files with string literal values but will allow EnvFile to support a wider range of configuration files without issue.

cmmoran avatar Feb 14 '23 10:02 cmmoran