zalando / tech-radar

Visualizing our technology choices
https://opensource.zalando.com/tech-radar/
MIT License
1.6k stars 622 forks source link

Fixed handling of defaults for boolean config properties #157

Closed bocytko closed 2 months ago

bocytko commented 2 months ago

false || true yields true. This was not correctly considered in the config handling introduced in #150. The updated code checks explicitly for undefined properties.