sksamuel / hoplite

A boilerplate-free Kotlin config library for loading configuration files as data classes
Apache License 2.0
923 stars 74 forks source link

Allow empty sources should ignore commented content #376

Closed ljufa closed 1 year ago

ljufa commented 1 year ago

When allowEmptySources() is provided it should check for commented content i.e. the following yaml file should be recognized as empty:

#a:
# b: value
stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.