databricks-cli/libs/config/yamlloader
Pieter Noordhuis 3411b8aa37
Loading an empty file yields a nil (#906)
## Changes

Empty YAML files are valid and should return a nil-equivalent when
loaded.

## Tests

Tests pass.
2023-10-24 11:24:43 +00:00
..
testdata Loading an empty file yields a nil (#906) 2023-10-24 11:24:43 +00:00
loader.go New YAML loader to support configuration location (#828) 2023-10-20 12:56:59 +00:00
yaml.go Loading an empty file yields a nil (#906) 2023-10-24 11:24:43 +00:00
yaml_anchor_test.go New YAML loader to support configuration location (#828) 2023-10-20 12:56:59 +00:00
yaml_error_test.go New YAML loader to support configuration location (#828) 2023-10-20 12:56:59 +00:00
yaml_mix_test.go New YAML loader to support configuration location (#828) 2023-10-20 12:56:59 +00:00
yaml_test.go Loading an empty file yields a nil (#906) 2023-10-24 11:24:43 +00:00