-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
package:firehosetype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
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.
Metadata
Metadata
Assignees
Labels
package:firehosetype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)