You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, there are many possible values for boolean, because go-yaml supports YAML 1.1.
See http://yaml.org/type/bool.html for the full list. I agree that this is not ideal - I've been caught by it many times in the past.
I think this is essentially a duplicate of #214, so closing in favour of that.
yaml.Unmarshal
for the following config will interpret "y" as true.This will lead to a map {true: 1}.
The text was updated successfully, but these errors were encountered: