-
Notifications
You must be signed in to change notification settings - Fork 12
Empty string for "warn_on" causes failure #303
Copy link
Copy link
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.
Reactions are currently unavailable
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)