|
|
|
|
|
by tgv
274 days ago
|
|
It depends on how they parse/decode/unmarshal the file. If they use a "generic" yaml parser, no will be translated to false. But if the parser knows the types of the data structure, or can be instructed not to replace certain strings, or has hooks, it can treat no as a string. So it might be that the linter doesn't operate like the parser. |
|
(In case I haven't succeeded in hitting the right tone, this is intended to be good-natured jest and not snark.)