Open
Description
If you do warn_on: ""
, then the job fails with FormatException: "--ignore_license" is not an allowed value for option "warn_on".
.
Presumably, it ends up passing --warn_on --ignore_license
with nothing between since the string is empty. The argument shouldn't be passed at all or something probably.